Scenario 4
ERROR OGG-00396 Command 'MAP' not terminated by semi-colon.
ERROR OGG-01668 PROCESS ABENDING.
## This error message clearly specifies MAP command not finished with semi- colon, so below is how we fixed it :-
## Now you will see that semicolon is clearly mentioned :-
GGSCI (node4.example.com as ogguser@euro) 61> edit params rep1
GGSCI (node4.example.com as ogguser@euro) 62> view params rep1
REPLICAT REP1
ASSUMETARGETDEFS
USERID ogguser, PASSWORD o
MAP scott.emp4, TARGET scott.emp4;
GGSCI (node4.example.com as ogguser@euro) 63> start replicat rep1
Sending START request to MANAGER ...
REPLICAT REP1 starting
GGSCI (node4.example.com as ogguser@euro) 64> info all
Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER RUNNING
REPLICAT RUNNING REP1 00:00:00 00:05:43
__________________
ERROR OGG-00396 Command 'MAP' not terminated by semi-colon.
ERROR OGG-01668 PROCESS ABENDING.
## This error message clearly specifies MAP command not finished with semi- colon, so below is how we fixed it :-
## Now you will see that semicolon is clearly mentioned :-
GGSCI (node4.example.com as ogguser@euro) 61> edit params rep1
GGSCI (node4.example.com as ogguser@euro) 62> view params rep1
REPLICAT REP1
ASSUMETARGETDEFS
USERID ogguser, PASSWORD o
MAP scott.emp4, TARGET scott.emp4;
GGSCI (node4.example.com as ogguser@euro) 63> start replicat rep1
Sending START request to MANAGER ...
REPLICAT REP1 starting
GGSCI (node4.example.com as ogguser@euro) 64> info all
Program Status Group Lag at Chkpt Time Since Chkpt
MANAGER RUNNING
REPLICAT RUNNING REP1 00:00:00 00:05:43
__________________
No comments:
Post a Comment