error_messages
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| error_messages [2016/10/11 09:45] – z0hpvk | error_messages [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Error Messages and Resolution ===== | ===== Error Messages and Resolution ===== | ||
| + | The settings in the MGR parameter file mean that any process that abends will be automatically restarted. \\ | ||
| + | If, after 3 attempts, the process cannot restart then it is left in an abended state. | ||
| ==== Supplemental Log Data Issues ==== | ==== Supplemental Log Data Issues ==== | ||
| - | OGG-01161 | + | **OGG-01161** Bad column index (5) specified for table \\ |
| - | OGG-01921 | + | **OGG-01920** |
| - | OGG-01920 | + | **OGG-01921** |
| + | \\ | ||
| + | When any of the above issues occur it is usually an issue with the supplemental data logging. \\ | ||
| + | There is no way to add it for the current statement, so the best solution is to edit the parameter and remove the lines that relate to the table mentioned | ||
| + | The following should now be done ... \\ | ||
| + | < | ||
| + | ALTER TABLE < | ||
| - | ERROR | + | Now you should |
| - | ERROR OGG-01224 Oracle GoldenGate Capture for Oracle, dpoth01.prm: | + | ==== Ignored Issues ==== |
| - | ERROR | + | **OGG-00519** |
| - | ERROR | + | |
| - | | + | |
| - | + | ||
| - | Supplemental Log Data Issues | + | |
| - | ---------------------------- | + | |
| + | If there are DDL errors that you know can be ignored then you can add a line to the replicat parameter file. \\ | ||
| + | For example the following line will discard any ORA-24344 errors related to DDL ... \\ | ||
| + | < | ||
| - | Ignored Errors | + | ==== Memory Issues ==== |
| - | -------------- | + | **OGG-01841** |
| - | ERROR OGG-00519 Oracle GoldenGate Delivery for Oracle, repmol02.prm: | + | This error suggests that the OS has run out of virtual memory or swap.\\ |
| + | Run a "swap -s" | ||
| + | ==== Other ==== | ||
| + | **OGG-00402** | ||
| + | This error message is particular to GoldenGate 11g only and applies only to extracts.\\ | ||
| + | When using CDR I had to use the parameter NODYNAMICRESOLUTION.\\ | ||
| + | Then, further down the parameter file, switch back to DYNAMICRESOLUTION and include the DDL parameters and Wildcard parameters. \\ | ||
| - | ERROR OGG-01841 Oracle GoldenGate Capture for Oracle, extoth02.prm: CACHESIZE TOO SMALL | + | **OGG-00446** |
| + | The replicat process is looking in the wrong place in the trail file. \\ | ||
| + | Adjust the position by using the following command ... \\ | ||
| + | < | ||
| + | |||
| + | **OGG-01044** | ||
| + | You must register the trail file with the extract process. \\ | ||
| + | Use the following command to register it ... | ||
| + | < | ||
| + | |||
| + | **OGG-01907** | ||
| + | When using deltas to resolve CDR issues, you must ensure that the column will never be a null value. | ||
error_messages.1476179102.txt.gz · Last modified: (external edit)
