Packages
PROCEDURE DBMS_SYSTEM.KSDFLS
This procedure flushes the current contents of the trace buffer to disk
| |
| Argument Name |
Type |
In/Out |
Default? |
| None |
|
|
|
|
For example the command
EXECUTE dbms_system.ksdfls;
flushes all output in the buffer to the trace file
Trace file output can also be flushed using the ORADEBUG FLUSH command
|