PL/SQL Database Programming
Test your knowledge of PL/SQL programming including data types, blocks, functions, procedures, and concurrent execution in Oracle databases.
Questions
Question 1 Multiple Choice (Single Answer)
Which of the following statements is correct regarding the implementation of object security in Framework Manager?
- Groups and roles can be createdin the Cognos namespace when specifying access to objects.
- Even when object security is applied, if anonymous access is configured, every objectin a Framework Manager project is visible toeveryone.
- A user belongs to two groups. One of the groups isdenied access to an object. The other group is grantedaccess to the object.The result is that user has access to the object.
- Grantingaccess toan object for one user, group orrole(except theEveryone and All Authenticated Users groups), implicitlydenies access to that object for all other users, groups or roles.
Question 2 Multiple Choice (Single Answer)
In Report Studio, whenwould an author use the Condition Explorer?
- Toadd a page set to a report.
- To set the number of rows on a page.
- To create a report title that changes according to a locale.
- Tonavigate between report pages and prompt pages.
Question 3 Multiple Choice (Single Answer)
In Report Studio, based on the above crosstab, which relationship is true?
- Quantity and Revenue are peers.
- Order method is a peer of Retailer type.
- Sales territory is a peer of Order method.
- Sales territory is a peer of Quantity and Revenue.
Question 4 Multiple Choice (Single Answer)
Which of the following do not help you execute multiple PL/SQL programs simultaneously?
- Oracle Advanced Queuing
- DBMS_JOB
- DBMS_SQL
- Pipelined Functions
Question 5 Multiple Choice (Multiple Answers)
what are the extra features of pl/sql over sql?
- control structures such as if-then-else statements and loop.
- object types and methods.
- procedures and functions.
- none of these.
Question 6 Multiple Choice (Single Answer)
which of the following objects returns value?
- procedure
- trigger
- function
- all
Question 7 Multiple Choice (Single Answer)
what is anonymous block in pl/sql?
- consists of procedures and functions stored in database as standalone.
- block that is associated with an event that occurs in database
- constructed dynamically and executed once.
- none if these
Question 8 Multiple Choice (Single Answer)
what is the difference between varchar n varchar2?
- both are same
- both are different
- none of these
- the subtypes VARCHAR and STRING are equivalent to VARCHAR2
Question 9 Multiple Choice (Single Answer)
What is the impact if DSS database goes down
- Authorization impacted
- Authentication impacted
- Billing period data unavailable
- alert info unavailable