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
The UTL_LINE package allows access to files that reside on an operating system and are accessible from the database server. _________________________
(True/False)
4.8/5
(31)
In which of the following situations is the use of native dynamic SQL considered inappropriate?
(Multiple Choice)
4.9/5
(28)
The ____ package allows access to two DDL statements that cannot be used directly within a PL/SQL block: ALTER_COMPILE and ANALYZE_OBJECT.
(Multiple Choice)
4.9/5
(39)
The array-like processing available in DBMS_SQL makes working with many rows much more cumbersome.
(True/False)
4.8/5
(30)
The _________________________ action of the DBMS_DDL package computes statistics on a database object, typically tables and indexes, such as the range of values.
(Short Answer)
4.9/5
(42)
DBMS_DDL.ALTER_COMPILE (
Type VARCHAR2,
Schema VARCHAR2,
Name VARCHAR2);
In the header for the ALTER_COMPILE procedure above, the ____ statement refers to the object's owner.
(Multiple Choice)
4.7/5
(39)
In the DBMS_LOB package, the term ____ represents programs that read LOBs or information about the LOBs.
(Multiple Choice)
4.9/5
(39)
When executing a stored program, any DBMS_OUTPUT lines are placed in an output buffer, which dumps its contents to the screen when the program has completed execution. _________________________
(True/False)
4.8/5
(32)
The util.ora file contains environment settings, such as the UTL_FILE_DIR parameter, that determine if and how certain Oracle features are accessible from within PL/SQL code.
(True/False)
4.8/5
(35)
In the DBMS_DDL package, ____ is a valid ANALYZE_OBJECT exception.
(Multiple Choice)
4.7/5
(30)
All of the following procedures are included in the DBMS_ALERT package, except ____.
(Multiple Choice)
4.9/5
(32)
The ____ built-in package retrieves information about database objects.
(Multiple Choice)
4.9/5
(40)
Which of the following is the correct syntax for an EXECUTE IMMEDIATE statement?
(Multiple Choice)
4.8/5
(42)
____ establishes a work area for a statement to be handled.
(Multiple Choice)
4.7/5
(29)
The UTL_HTTP package provides the capability to make Hypertext Transfer Protocol (HTTP) calls from within PL/SQL programs. _________________________
(True/False)
4.8/5
(33)
A(n) _________________________ is a pointer to a cursor or SQL work area.
(Short Answer)
4.7/5
(35)
The basic mechanics of the alert process include registering an alert name, setting up when an alert should signal, and enabling the appropriate users to receive the alert.
(True/False)
4.8/5
(31)
Showing 41 - 60 of 85
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)