Exam 8: Program Unit Dependencies
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
A program unit is said to contain ____ when it includes references to database objects that in turn references other database objects.
(Multiple Choice)
4.9/5
(38)
The %TYPE declaration instructs the system to assign the variable data type based on the underlying table column data type at runtime. _________________________
(True/False)
4.7/5
(31)
Which compile statement option forces a program unit to retain the compilation settings from the previous compile action?
(Multiple Choice)
4.9/5
(22)
If a dependent object is flagged as INVALID, this means that the program unit should be ____________________________.
(Short Answer)
4.8/5
(37)
When a program unit refers to other database objects, the program unit is considered dependent on that object.
(True/False)
4.7/5
(32)
The ____________________________ data dictionary view allows users to review object status and referenced objects.
(Short Answer)
4.9/5
(31)
Three classes of compiler warnings exist: info, performance and critical.
(True/False)
4.9/5
(33)
The ____________________________ is a mechanism available in the Oracle system to provide a map to visualize both direct and indirect dependencies within the database.
(Short Answer)
5.0/5
(33)
What can be used to conditionally raise a compile error and associate a custome error number with the error?
(Multiple Choice)
4.8/5
(38)
The ____ is considered the default method of remote dependent objects.
(Multiple Choice)
4.8/5
(22)
The dependency tree utility allows the user to review direct and indirect dependencies of an object in either numeric order or indented format.
(True/False)
4.8/5
(29)
____ shows only direct roles granted to the current schema.
(Multiple Choice)
4.9/5
(27)
The ____ view can be used to review the source code of a procedure, function, or package.
(Multiple Choice)
4.9/5
(37)
Which item below is the name for an IF THEN structure used to accomplish conditional compilation?
(Multiple Choice)
4.9/5
(42)
____ can be used to manually recompile invalid program units.
(Multiple Choice)
4.9/5
(33)
Discuss two situations in which parameter modifications are not viewed as signature modifications and, therefore, do not prompt recompilation.
(Essay)
4.8/5
(38)
The term ____________________________ refers to connections to other Oracle
database servers.
(Short Answer)
4.9/5
(28)
Showing 41 - 60 of 61
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)