Displays logical names known by various components of Oracle Rdb.
1 – Description
The RMU Show Logical_Names command displays the definitions of logical names known by various components of Oracle Rdb. You can specify all logical names or just one. The output format is similar to that of the DCL SHOW LOGICALS command.
2 – Format
(B)0[m RMU/Show Logical_Names [logical-name] [4mCommand[m [4mQualifiers[m x [4mDefaults[m x /Output=file-name x SYS$OUTPUT /Undefined x None
3 – Parameters
3.1 – logical-name
Use this option to display the definition of one logical name. If you omit the logical name, the definitions of all logical names known to Oracle Rdb are displayed.
4 – Command Qualifiers
4.1 – Output
Output=file-name Specifies the name of the file where output is to be sent. The default is SYS$OUTPUT. The default output file type is .lis, if you specify a file name.
4.2 – Undefined
Use the Undefined qualifier to display a list of both defined and undefined logicals.
5 – Examples
Example 1 The following example displays defined logical names known to Oracle Rdb. $ rmu/sho log "RDM$BIND_ABS_LOG_FILE" = "ABS_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_ALS_OUTPUT_FILE" = "ALS_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_DBR_LOG_FILE" = "DBR_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_HOT_OUTPUT_FILE" = "AIJSERVER_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_LCS_OUTPUT_FILE" = "LCS_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_LRS_OUTPUT_FILE" = "LRS_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_RCS_LOG_FILE" = "RCS_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_RCS_LOG_HEADER" = "0" (LNM$SYSTEM_TABLE) "RDM$BUGCHECK_DIR" = "DISK$RANDOM:[BUGCHECKS.RDBHR]" (LNM$SYSTEM_TABLE) "RDM$MONITOR" = "SYS$SYSROOT:[SYSEXE]" (LNM$SYSTEM_TABLE) Example 2 This example displays both defined and undefined logical names. $ rmu/sho log /undefined ! Display them all "RDMS$AUTO_READY" = Undefined "RDM$BIND_ABS_GLOBAL_STATISTICS" = Undefined "RDM$BIND_ABS_LOG_FILE" = "ABS_PID.OUT" (LNM$SYSTEM_TABLE) "RDM$BIND_ABS_OVERWRITE_ALLOWED" = Undefined "RDM$BIND_ABS_OVERWRITE_IMMEDIATE" = Undefined "RDM$BIND_ABS_QUIET_POINT" = Undefined "RDM$BIND_ABS_PRIORITY" = Undefined "RDM$BIND_ABW_ENABLED" = Undefined "RDM$BIND_AIJ_ARB_COUNT" = Undefined . . .