1Z0-497 · Question #131
In which situation would you use static database registration for a listener?
The correct answer is B. when DBAs need to connect remotely to start up the database instance. https://docs.oracle.com/database/121/NETAG/advcfg.htm#NETAG1589 Understanding Static Service Registration The listener uses the dynamic service information about the database and instance before using statically configured information in the listener.ora file. Configuration of…
Question
In which situation would you use static database registration for a listener?
Options
- Awhen multiple databases are to be registered with the listener
- Bwhen DBAs need to connect remotely to start up the database instance
- Cwhen users need to connect the database instance by using the host naming method
- Dwhen the database instance to be registered with the listener is configured in shared server mode
How the community answered
(58 responses)- A10% (6)
- B81% (47)
- C3% (2)
- D5% (3)
Explanation
https://docs.oracle.com/database/121/NETAG/advcfg.htm#NETAG1589 Understanding Static Service Registration The listener uses the dynamic service information about the database and instance before using statically configured information in the listener.ora file. Configuration of static service information is necessary in the following cases: - Use of external procedure calls - Use of Oracle Heterogeneous Services - Use of Oracle Data Guard - Remote database startup from a tool other than Oracle Enterprise Manager Cloud Control - Connections to Oracle databases earlier than Oracle8i release 2 (8.1)
Topics
Community Discussion
No community discussion yet for this question.