Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01 |
|
CTX_OUTPUT Package, 4 of 4
Begin logging index and document service requests.
CTX_OUTPUT.START_LOG(logfile in varchar2);
Specify the name of the log file. The log is stored in the directory specified by the system parameter LOG_DIRECTORY.
begin CTX_OUTPUT.START_LOG('mylog1'); end;
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|