Michael has developed an app for tracking product defects. His navigation menu lists each product. He has defined application items and computations to hold the number of defects for each product. For example, for Hedgers, he has defined the application item HEDGER_DEFECTS.
How can Michael add the number of open defects in the navigation menu entries?
A. Update the Navigation Menu template to be Include Count.
B. Update Template Options and set Display Count to True.
C. Update the List Entry Label for Hedgers to Hedgers andHEDGER_DEFECTS., and similarly for other products.
D. Add andHEDGER_DEFECTS. to User Defined Attribute 01 in the navigation menu for Hedgers, and similarly for other products.
Which three actions can be performed by a workspace administrator? (Choose three.)
A. Add space to a schema
B. View usage reports for a workspace
C. Manage user accounts
D. Monitor workspace activity
E. Manage workspace to schema assignments
F. Approve workspace requests
Which is true interactive reports?
A. Subscription is supported only on primary reports
B. A developer can hide the search bar
C. A developer can delete a primary report D. Only reports can be downloaded, not group by, charts, or pivots
Jules is trying to implement Session State Protection to increase the security of Jules' application.
On which three components can Jules configure Session State Protection in Oracle Application Express? (Choose three.)
A. pages
B. page items
C. page regions
D. application items
E. buttons
F. page processes
Penny has created a special survey page, Page 8, where she wants to hide the standard navigation menu.
Which two ways can Penny hide the navigation menu only for Page 8? (Choose two.)
A. Update the navigation menu and set condition of Never for Page 8.
B. Change Page Template to Minimal (No Navigation) for Page 8.
C. Go to Page Shared Components. Right-click the navigation menu entry and select Delete.
D. Delete the Navigation Menu region from Page 8.
E. Set Override User Interface Level to Yes.
F. Do not include Page 8 in the list of pages in the navigation menu.
Which is a predefined authentication scheme in Oracle Application Express?
A. Universal Authentication Framework (UAF)
B. HTTP Header Variable
C. SAML 2.0 Sign-On
D. OpenID Connect Sign-On
E. Client Certificate Authentication
David has created Page 10 as a form page using an Automatic Row Fetch process. A column named LOCATION has been added to the underlying table, and the form needs to include this new column.
You decide to copy an existing page item :P10_DEPTNO and use that to represent the LOCATION column.
Which is the minimum action required on the copied item to get the form working correctly?
A. Update the item label.
B. Set value required to No.
C. Update the item name.
D. Change the source type to NULL.
E. Set the source database column to LOCATION.
Trillian wants to pass an item value, which includes a comma, such as the value Donuts, Coffee, in the URL when calling another page.
How can Trillian escape the item value so that the comma is interpreted correctly?
A. /Donuts,Coffee/
B. \Donuts,Coffee\
C. Donuts\,Coffee
D. "Donuts,Coffee"
You have defined a form page on the ORDERS table and changed page item :P5_ORDER_TOTAL to type Hidden.
You also created a dynamic action to update the value of :P5_ORDER_TOTAL when any order items are added, updated, or deleted on the page.
However, when you submit the page, you get this error:
Session state protection violation: This may be caused by manual alteration of protected page item P5_ORDER_TOTAL. If you are unsure what caused this error, please contact the application administrator for assistance.
How should you update :P5_ORDER_TOTAL page item to prevent this error?
A. Set Value Protected to "No"
B. Set Session State Protection to "Unrestricted"
C. Change the item type to "Display Only"
D. Set Store value encrypted in session state to "Yes"
You'have created this chart:
However, you want to display this chart:
How should you update the chart?
How should you update the chart?
A. Update the value aggregation to `'Percentage.''
B. Update the query to calculate the value divided by the total value.
C. Update the y-axis format to percent.''
D. Update the show as percentage to `'yes.''