Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
CTX_ADM Package, 4 of 4
The SHUTDOWN procedure shuts down the specified ctxsrv server.
CTX_ADM.SHUTDOWN(name IN VARCHAR2 DEFAULT 'ALL', sdmode IN NUMBER DEFAULT NULL);
Specify the name (internal identifier) of the ctxsrv server to shutdown.
Default is ALL.
Specify the shutdown mode for the server:
Default is NULL.
begin ctx_adm.shutdown('DRSRV_3321', 1); end;
If you do not specify a ctxsrv server to shut down, CTX_ADM.SHUTDOWN shuts down all currently running ctxsrv servers.
The names of all currently running ctxsrv servers can be obtained from the CTX_SERVERS view.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|