SHOW ObserverConfigFile
The SHOW ObserverConfigFile command shows the value of the ObserverConfigFile property.
Format
SHOW ObserverConfigFile;
Command Parameters
None.
Usage Notes
-
If the value of the
ObserverConfigFileproperty is an empty string, then the output iscurrent_working_directory/observer.ora. -
The
SHOW ObserverConfigFilecommand attempts to parse the file pointed by theObserverConfigFileproperty. If the file does not exist or parsing fails, then a message is returned that the file is not usable.
Command Example
DGMGRL> SHOW ObserverConfigFile;
ObserverConfigFile=/usr/oracle/observer
observer configuration file parsing succeeded