Question 26
Which Is a predefined authentication scheme in Oracle Application Express?
Question 27
Sam is updating an application with a report (page 10) and form (page 11), where the form page has Page Mode "Normal." She wants to update the form page to a modal dialog, so it can be called from multiple report pages.
Sam has already changed Page Mode to "Modal Dialog." removed the breadcrumb region, added a button region to the dialog footer, and moved the buttons to the new region.
Whenever she opens the form page from a different report page (page is), it keeps returning to the original report page (Page 10) when she cancels or submits the form page.
Which three steps must Sam perform to get the modal page to always return to the report page from which it was called?
Question 28
Kyle is developing a page with an interactive report, called Employees, using this query:
SELECT EMPNO, ENAME, JOB, DEPTNO FROM EMP WHERE DEPTNO = nvl(:P3_DEPTNO, DEPTNO) On the page, Kyle adds a select list, called P3_DEPTNO, using this query:
SELECT dname, deptno FROM dept;
He creates a dynamic action on change of P3_DEPTNO, with a true action of "Refresh" against the Employees region.
Kyle then runs the page and selects ACCOUNTING in the P3_DEPTNO item. However, the report still shows employees from all departments.
What must Kyle do to correctly display only employees from the department selected?
Question 29
Robin develops many apps In her workspace that use various APEX plug ins. Some apps use the same plug-In as other apps. When a newt* version of a plug-in is available, Robin has to update the plug-in in multiple apps.
How can Robin upgrade a plug-In once and have all other apps that use the same plug-in get updated at the same time?
Question 30
What is the least error-prone way to split a long list into two lists?
