Oracle Names Control Utility
NAMESCTL is a basic utility for controlling Oracle Names Servers. It contains  several types of commands:      
- OPERATIONAL commands such as STARTUP, SHUTDOWN, RESTART, and so forth.    
- MODIFIER commands such as SET property.    
- INFORMATIONAL commands such as STATUS, SHOW property, and PING.    
- COMMAND utility operational commands such as EXIT, QUIT, and HELP. NAMESCTL Operating Modes: 
========================= 
NAMESCTL can be run in three modes: 
   - INTERPRETER mode - NAMESCTL is loaded and all operations are executed                          within it. When loaded, the program displays the                          following prompt:                                      NAMESCTL>     - COMMAND LINE mode - Most commands can be executed from the operating                           system command line by running the NAMESCTL program                           with a complete command as a parameter to the                           program. In this case, NAMESCTL will load and execute                           the command, then return the operating system prompt.                           Sample commands are:                                       NAMESCTL START                                      NAMESCTL STATUS CHEDDAR.ACME     - BATCH COMMAND mode - Commands can be combined in a standard text file,                            then run them as a sequence of commands. To execute                            in batch mode, use the format:                                        NAMESCTL @file_name  REM or an octothorpe (#) can be used to identify comments in the batch  script; all other lines are considered commands. Any commands that would  typically require confirmation do not require confirmation during batch  execution.