3.21 EDIT GLOBALS

Use this to open the GLOBALS parameter file for editing in the default text editor. The default text editor is set using the SET EDITOR command.

After the globals file has been modified, when you leave the editor, the globals parameter file is checked to ensure its valid.

Syntax

EDIT GLOBALS

Examples

The following examples show how Admin Client checks the validity of the parameter file.

When the paramater file is valid:
OGG (https://localhost:15000 Atlanta as ggate@ORCL/CDB$ROOT) 52> edit globals
2019-11-21T21:00:07Z  INFO OGG-10183  Parameter file GLOBALS:  Validity check: PASS
When the parameter file doesn't pass the validity check:
OGG (https://localhost:16000 Atlanta as ggate@ORCL/CDB$ROOT) 53> edit globals

2019-11-21T21:01:21Z  ERROR   OGG-10143  (GLOBALS) line 2: Parameter [junkasdsad] is unrecognized.  No parameter definition with that name could be found.
2019-11-21T21:01:21Z  ERROR   OGG-10184  Parameter file GLOBALS:  Validity check: FAIL