2.99 VIEW REPORT
Use VIEW REPORT to view the process report or the
discard file that is generated by Extract or Replicat. Each process generates a new
report and discard file upon startup.
Reports and discard files are aged whenever a process starts. Old files
are appended with a sequence number, for example finance0.rpt,
finance1.rpt, and so forth, or discard0.dsc,
discard1.dsc, and so forth.
Syntax
VIEW REPORT group_name[version]
-
group_name -
The name of the Extract or Replicat group. The command assumes the report file named
group.rptor the discard file namedgroup.dscin the Oracle GoldenGate default sub-directory. Use the relative file name if stored in the default location, or the full path name if not stored in the default location -
version -
To view the current report or discard file, use the command without this option. Specify the report you want to see by number.
Examples
-
View the most recent (active) report for the
MYEXTgroup.VIEW REPORT MYEXT -
View the second most recent report.
VIEW REPORT MYEXT2 -
View the eleventh most recent report.
VIEW REPORT MYEXT9 -
The following displays a specific discard file identified by its file name. Note that the file name has a non-default file extension.
VIEW REPORT dirrpt\orders.rpt
Parent topic: Common Command Line Interface Commands