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
The ____ system privilege allows users to create, modify, and drop program units within their own schema.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
C
The SELECT * statement should be used when querying data from the database rather than a named column list. _________________________
Free
(True/False)
4.8/5
(35)
Correct Answer:
True
The signature model cannot resolve the time issues of using the timestamp model.
Free
(True/False)
4.8/5
(37)
Correct Answer:
False
Only modifications to the package specification or the program unit header section can raise the ____________________________ status of dependent objects.
(Short Answer)
4.9/5
(32)
If a dependent object has an older ____ than the referenced object when called, the dependent object is flagged as INVALID and needs to be recompiled.
(Multiple Choice)
4.9/5
(40)
The user source utility is a mechanism available in the Oracle system to provide a map to visualize both direct and indirect dependencies within the database. _________________________
(True/False)
4.9/5
(39)
Only modifications to the ____ can raise the INVALID status of dependent objects.
(Multiple Choice)
4.9/5
(38)
The USER_DEPENDENCIES data dictionary view provides information on direct object dependencies.
(True/False)
4.7/5
(28)
Remote database connections are used to link to another database and to call objects that exist on that database.
(True/False)
4.7/5
(33)
You can use the USER_OBJECT data dictionary view to review the source code of a procedure, function, or package.
(True/False)
4.7/5
(35)
Which of the following compiler parameter will determine the code optimization techniques used?
(Multiple Choice)
4.9/5
(32)
If granted appropriate rights, it is possible to call database objects from other schemas.
(True/False)
4.8/5
(31)
What is the difference between the timestamp model and the signature model?
(Essay)
4.8/5
(47)
Compiler ____________________________ are settings that affect code optimization and availability of warning messages.
(Short Answer)
4.8/5
(31)
The utldtree.sql file is provided by Oracle and is run to set up the necessary tables, views, and procedures to use the dependency tree. _________________________
(True/False)
4.8/5
(37)
Which of the following commands correctly modifies Scott's rights on the bb_basket table?
(Multiple Choice)
4.9/5
(35)
The ____________________________ compares the last modification date and time of objects to determine if invalidation occurs.
(Short Answer)
4.8/5
(39)
Showing 1 - 20 of 61
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)