Oracle Goldengate Trail file commands
| ADD EXTTRAIL | It is used to create the local trail file for extract process on local system |
| ADD EXTTRAIL /ORACLE/GOLDENGATE/DIRDAT/SE, EXTRACT e_src, MEGABYTES 100 | Create EXTTRAIL with the Prefix"SE", and the size of 100 mb |
| ADD EXTTRAIL /ORACLE/GOLDENGATE/DIRDAT/SE000009 | To create the EXTTRAIL with specific sequence number |
| ADD RMTTRAIL | It is used to create the remote trail files for the extract or pump processes on remote systems |
| ADD RMTTRAIL /ORACLE/GOLDENGATE/DIRDAT/TE, EXTRACT p_src, MEGABYTES 100 | Create RMTTRAIL with the Prefix"TE", and the size of 100 mb |
| ADD RMTTRAIL /ORACLE/GOLDENGATE/DIRDAT/SE000009 | To create the RMTTRAIL with specific sequence number |
| ALTER EXTTRAIL | It is used to change the options of the existing EXTTRAIL file for extract process on local system |
| ALTER EXTTRAIL /ORACLE/GOLDENGATE/DIRDAT/SE, EXTRACT e_src, MEGABYTES 50 | |
| ALTER RMTTRAIL | It is used to change the options of the existing RMTTRAIL file of extract or pump processes on remote systems |
| ALTER RMTTRAIL /ORACLE/GOLDENGATE/DIRDAT/TE, EXTRACT p_src, MEGABYTES 50 | |
| DELETE EXTTRAIL | It is used to delete the exttrail assigned to the extract on local system by deleting its references from checkpoint file |
| DELETE EXTTRAIL /ORACLE/GOLDENGATE/DIRDAT/SE | |
| DELETE RMTTRAIL | It is used to delete the exttrail for the extract or pump on remote system by deleting its references from checkpoint file |
| DELETE RMTTRAIL /ORACLE/GOLDENGATE/DIRDAT/TE | |
| INFO EXTTRAIL | It is used to display the info of local trail like name, associated extract, rba and file size etc |
| INFO EXTTRAIL /ORACLE/GOLDENGATE/DIRDAT/SE | Display info for specific exttrails |
| INFO EXTTRAIL * | Display info for all exttrails |
| INFO RMTTRAIL | It is used to display the info of remote trail like name, associated extract, rba and file size etc |
| INFO RMTTRAIL /ORACLE/GOLDENGATE/DIRDAT/TE | Display info for specific rmttrails |
| INFO RMTTRAIL * | Display info for all rmttrails |