DELETE TRACETABLE
Use DELETE TRACETABLE
to delete a trace table.
Use the DBLOGIN
command to establish a database
connection before using this command.
Syntax
DELETE TRACETABLE [[container
.]owner.table]
-
container
-
The pluggable database, if the database is a multitenant container database (CDB).
-
owner.table
-
The owner and name of the trace table to be deleted. An owner and name are not required if the owner is the same as that specified with the
USERID
orUSERIDALIAS
parameter and the trace table has the default name ofGGS_TRACE
. The schema is required. -
!
-
Deletes the trace table without prompting.
Example
DELETE TRACETABLE ora_trace