INFO TRACETABLE
Use the INFO TRACETABLE
command to verify the existence
of the specified trace table in the local instance of the database. If the table
exists, Oracle GoldenGate displays the name and the date and time that it was
created; otherwise Oracle GoldenGate displays a message stating that the table does
not exist. Use the DBLOGIN
command to establish a database
connection before using this command.
Syntax
INFO 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 verified. 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
.
Example
INFO TRACETABLE pdbeast.ggadmin.ora_trace
In this example, pdbeast
is the container name and
ggadmin
is the user id.