Oracle Database Provider for DRDA includes a command utility, described further in this chapter.
This chapter contains this topic:
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).
This command displays the current status of the designated running instance, and any currently connected session information.
STATUS {instance_name} {DETAIL}
This command pauses the session with the specified session id.
PAUSE {instance_name} SESSION <session_id>
This command resumes the session with the specified session id.
RESUME {instance_name} SESSION <session_id>