1Z0-750試験無料問題集「Oracle Application Express 18: Developing Web Applications 認定」

When testing the Data Load Wizard pages, you realize that you forgot to add a transformation rule. What should you do to add the transformation rule?

Lucy' created an interactive report on the EMP table. She wants to filter the report to show employees with JOB = SALESMAN'.

Which two options could Lucy perform to add an equals filter on the Job column?

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?

Which three actions can be performed by a workspace administrator?

正解:A,C,D 解答を投票する
Which three are true about using REST Enabled SQL to access a remote database?

正解:A,D,E 解答を投票する
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?

Which is the true about a workspace in Oracle APEX?

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?