10 Command-line Utility for Oracle Database Provider for DRDA
Oracle Database Provider for DRDA provides command-line utility.
Command-line Utility
The command-line utility drdactl
enables the user to control the Oracle DRDA Application Sever. It controls startup, shutdown, status and operational changes of the AS. The drdactl
utility may be invoked with command arguments for immediate execution, or without arguments (the utility will prompt for commands).
STATUS
This command displays the current status of the designated running instance, and any currently connected session information.
Syntax
STATUS {instance_name} {DETAIL}
TRACE
This command disables or enables tracing at a specified level, for the specified session id.
Syntax
TRACE {<instance_name>} <OFF|Level> {SESSION {<session_id>|ALL}}
PAUSE
This command pauses the session with the specified session id.
Syntax
PAUSE {instance_name} SESSION <session_id>
RESUME
This command resumes the session with the specified session id.
Syntax
RESUME {instance_name} SESSION <session_id>
RELOAD
This command causes the server to reload the instance configuration.
Syntax
RELOAD {instance_name}