Attempting to start the observer raises an error:
DGMGRL> start observer:
DGM-16954: Unable to open and lock the Observer configuration file Failed.
Identify two possible reasons for this error.
Attempting to start the observer raises an error:
DGMGRL> start observer:
DGM-16954: Unable to open and lock the Observer configuration file Failed.
Identify two possible reasons for this error.
The error DGM-16954 indicates that the observer configuration file cannot be opened or locked for exclusive access. This could happen if the observer configuration file is marked as read-only, preventing it from being opened for writing. Additionally, if another observer is already using the same configuration file, it would cause a failure to lock the file, leading to the same error. Therefore, the two possible reasons for this error are that the observer configuration file is marked read-only and that there is another observer running for a Data Guard configuration which uses the same observer configuration file.
Right answer is C and D. Issue In Starting Observer, DGM-16954: Unable to open and lock the Observer configuration file (Doc ID 2450663.1)
i agree C D https://www.appservgrid.com/documentation111/docs/rdbms12cr1/DGBKR/troubleshooting.htm#DGBKR3457
DGM-16954: Unable to open the observer file "string". Cause: The observer file could not be opened. Action: Make sure the observer has the correct operating system privileges to read the file and that there is no other observer using the same file. Try the command again.
Issue In Starting Observer, DGM-16954: Unable to open and lock the Observer configuration file (Doc ID 2450663.1)
YES ,IS C&D!
Answer: C y D