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
When a program unit includes references to database objects that in turn reference other database objects, it is said to contain direct dependencies.
(True/False)
4.8/5
(29)
Only program unit header modifications require a recompilation of dependent objects.
(True/False)
4.8/5
(33)
____ allows users to create program units in any schema and does not allow the modification or dropping of program units.
(Multiple Choice)
4.9/5
(22)
If modifications are made to the code in a package body, the status of dependent objects is changed to INVALID. _________________________
(True/False)
4.8/5
(36)
When a procedure is compiled, it stores the datestamp of any referenced objects. _________________________
(True/False)
4.7/5
(28)
Compiler variables are used to enable compiler warning messages and conditional compilation.
(True/False)
4.7/5
(34)
A(n) ____________________________ occurs when one database object directly references other objects.
(Short Answer)
4.8/5
(27)
When you have successfully saved or compiled a procedure, the status is marked as VALID. _________________________
(True/False)
4.8/5
(39)
The PLSQL_CCFLAGS parameter allows using onject-level flags in conditional compilation.
(True/False)
4.8/5
(34)
The timestamp model is not the default method and, if desired, needs to be set in the system using one of several commands available.
(True/False)
4.8/5
(30)
Oracle offers two models or methods to determine invalidation of remote dependent objects at runtime: timestamp and ____________________________.
(Short Answer)
4.8/5
(19)
The ____ procedure is used to populate the dependency data for the object of interest.
(Multiple Choice)
4.9/5
(33)
The ____________________________ data dictionary view reveals all the privileges of the current schema.
(Short Answer)
4.9/5
(32)
A column named TIMESTAMP is maintained in the data dictionary and is included in the USER_DEPENDENCIES view.
(True/False)
4.8/5
(41)
When a procedure is compiled, it stores the ____ of any referenced objects.
(Multiple Choice)
4.8/5
(28)
____ instructs the system to assign the variable data type based on the underlying table column data type at runtime.
(Multiple Choice)
4.9/5
(34)
Which of the following is used by Oracle to determine invalidation of remote dependent objects at runtime?
(Multiple Choice)
4.9/5
(38)
The ____ view shows only the direct privileges of the current schema.
(Multiple Choice)
4.9/5
(40)
The ____________________________ compares the mode, data type, and the order of parameters and the RETURN data type (for functions) when a remote object call is accomplished in order to determine invalidation.
(Short Answer)
4.7/5
(36)
Showing 21 - 40 of 61
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)