1Z0-750試験無料問題集「Oracle Application Express 18: Developing Web Applications 認定」
Nancy has an application that is performing unexpectedly. She has turned on debug for the page and reviewed the debug messages and still can't determine the cause of the Inconsistent behavior. She believes It may be an APEX bug.
What action should Nancy take to Identify the issue?
What action should Nancy take to Identify the issue?
正解:C
解答を投票する
Carl's has created a new region template as a copy of the Standard region template in Universal Theme. He wants to update the template, but is not sure how often the template is used throughout the application.
How can Carl determine all the pages where his custom template is used?
How can Carl determine all the pages where his custom template is used?
正解:B
解答を投票する
Morgan has a report and form on the EMP table. He updated the form by adding a display-only item P5_LOC, and a change event dynamic action on P5_DEPTNO to populate the item using Set Value with this SQL:
select loc from dept
where deptno = :P5_DEPTNO;
When Morgan runs the page, he gets this error:
apex_error_code:
WWV_FLOW_DML.COLUMN_NOT_FOUND
original message: Column LOC not found in table EMP
What should Morgan do to prevent this error?
select loc from dept
where deptno = :P5_DEPTNO;
When Morgan runs the page, he gets this error:
apex_error_code:
WWV_FLOW_DML.COLUMN_NOT_FOUND
original message: Column LOC not found in table EMP
What should Morgan do to prevent this error?
正解:C
解答を投票する
