0% found this document useful (0 votes)
2K views

2012 - 2013 Oracle Academy Database Programming With PL - SQL - Teacher 4

This document is a quiz on understanding remote dependencies in Oracle databases. It contains 8 multiple choice questions testing knowledge of key concepts like: 1) A remote dependency exists when a dependent object is located on a different database node. 2) By default, Oracle uses timestamp mode for remote dependency checking. 3) In timestamp mode, a procedure will execute successfully if its timestamp matches that of any dependencies, even if the dependent timestamps are out of sync. 4) Signature mode only recompiles procedures if the signatures of remote dependencies have changed.

Uploaded by

Muhammad Choymns
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

2012 - 2013 Oracle Academy Database Programming With PL - SQL - Teacher 4

This document is a quiz on understanding remote dependencies in Oracle databases. It contains 8 multiple choice questions testing knowledge of key concepts like: 1) A remote dependency exists when a dependent object is located on a different database node. 2) By default, Oracle uses timestamp mode for remote dependency checking. 3) In timestamp mode, a procedure will execute successfully if its timestamp matches that of any dependencies, even if the dependent timestamps are out of sync. 4) Signature mode only recompiles procedures if the signatures of remote dependencies have changed.

Uploaded by

Muhammad Choymns
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

http://ilearning.oracle.com/ilearn/en/assessment/jsp/test_player.jsp?

Init=Y

Test: Quiz: Understanding Remote Dependencies


Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.

Section 1
(Answer all questions in this section)
1. A remote dependency is when a dependent object resides on a database on a Mark for Review
separate node. True or False? (1) Points
True (*)
False
Correct
2. The Data Dictionary controls the remote dependency mode. True or False? Mark for Review
(1) Points
True
False (*)
Correct
3. Which statement for setting a database parameter is the default for remote Mark for Review
dependency checking? (1) Points
ALTER SESSION SET REMOTE_DEPENDENCIES_MODE = TIMESTAMP (*)
ALTER SESSION SET REMOTE_DEPENDENCIES_MODE = SIGNATURE
ALTER SESSION REMOTE_DEPENDENCIES_MODE = TIMESTAMP
ALTER SESSION REMOTE_DEPENDENCIES_MODE = SIGNATURE
Correct
4. In this scenario, the following status is given for each procedure: Mark for Review
(1) Points
Procedure A is local, executed, and invalidated because the remote Procedure
B time stamp does not match the local time stamp for Procedure B
Procedure A is recompiled.

In Timestamp Mode, now Procedure A will execute successfully. True or False?


True (*)
False
Correct
5. With remote dependencies, one master data dictionary that resides on one server Mark for Review
identifies the status of all schema objects. True or False? (1) Points
True
False (*)
Correct
6. In this scenario, the following status is given for each procedure: Mark for Review
(1) Points
Procedure A is local and has a time stamp of 10 AM
Procedure B is remote and has a local time stamp of 5 AM and has a remote
time stamp of 4 AM

In Timestamp Mode, Procedure A will execute successfully at 11 AM. True or False?


True
False (*)
Incorrect. Refer to Section 14 Lesson 2.
7. In Signature Mode, a compiled procedure is still valid if its dependent procedure has a Mark for Review
parameter data type change from NUMBER to INTEGER. (1) Points

1 of 2 16/06/2012 04:30 ‫ﺹ‬


http://ilearning.oracle.com/ilearn/en/assessment/jsp/test_player.jsp?Init=Y

True (*)
False
Correct
8. In Signature Mode, a procedure will not compile if the signatures of the remote Mark for Review
dependencies do not match. True or False? (1) Points
True (*)
False
Correct

Page 1 of 1

2 of 2 16/06/2012 04:30 ‫ﺹ‬

You might also like