Exam 10: Oracle-Supplied Packages, Dynamic SQL, and Hiding Source Code
Exam 1: Introduction To PL/SQL54 Questions
Exam 2: Basic PL/SQL Block Structures81 Questions
Exam 3: Handling Data In PL/SQL Blocks51 Questions
Exam 4: Cursors and Exception Handling65 Questions
Exam 5: Procedures75 Questions
Exam 6: Functions51 Questions
Exam 7: PL/SQL Packages68 Questions
Exam 8: Program Unit Dependencies61 Questions
Exam 9: Database Triggers54 Questions
Exam 10: Oracle-Supplied Packages, Dynamic SQL, and Hiding Source Code85 Questions
Select questions type
If a table contains any LOB columns, client tools such as SQL Developer cannot display the images, however, the GETLENGTH function can be used to confirm a file was loaded into the LOB column.
(True/False)
4.8/5
(30)
In the UTL_FILE package, the ____ program unit is used to read a line from a file.
(Multiple Choice)
4.8/5
(37)
Alerts are transaction based and are sent only if the transaction is committed. _________________________
(True/False)
4.8/5
(35)
The _________________________ package provides the capabilities of a job scheduler that sets up programs to run at specified times.
(Short Answer)
5.0/5
(39)
When the SQL statement is built in the PL/SQL block, placeholders with colon prefixes are used to mark where values are supplied at runtime. _________________________
(True/False)
4.9/5
(36)
The ____ parameter of the ANALYZE_OBJECT procedure dictates that the value provided must be either TABLE, INDEX, or CLUSTER.
(Multiple Choice)
4.9/5
(34)
In the DBMS_DDL package, the ____ procedure creates statistics for database objects to be utilized to enhance performance.
(Multiple Choice)
4.9/5
(31)
The programs within the ____ package can be grouped into two sets: mutators and observers.
(Multiple Choice)
4.9/5
(36)
In the DBMS_LOB package, which of the following represents the programs that add, change, or remove the large objects (LOBs)?
(Multiple Choice)
4.8/5
(28)
The DBMS_ALERT package allows two or more sessions, in the same instance, to communicate. _________________________
(True/False)
4.7/5
(37)
____ and PL/SQL allow the construction and parsing of statements at runtime rather than compile time.
(Multiple Choice)
5.0/5
(34)
The ____ package allows parameters to be directly used as identifiers, such as column names and table names.
(Multiple Choice)
4.8/5
(37)
Which of the following is a procedure in the DBMS_DDL package that will assist to hide source code?
(Multiple Choice)
4.9/5
(40)
The _________________________ package is used to display messages to the screen from a stored program unit or an anonymous block.
(Short Answer)
4.9/5
(38)
Support for DBMS_SQL statements is built into the PL/SQL interpreter.
(True/False)
4.8/5
(32)
The UTL_FILE package contains a PUT_LINE data type that is used to declare a file variable.
(True/False)
4.8/5
(32)
To successfully compile a program, you must either own the object or you must be granted the ____ privilege to compile an object in another schema.
(Multiple Choice)
5.0/5
(32)
Showing 61 - 80 of 85
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)