Hi,
I am new to GOLDEN GATE and trying to configure it on the test system. I got 12.1.0.1 DB on Redhat 6.4, GG 12.1.
The documentation says to set the parameter enable_goldengate_replication=TRUE. But when I am trying to set, it throws error. Not found any link related to that. Also not able to find any golden gate parameter in the DB.
SQL> ALTER SYSTEM SET enable_goldengate_replication=TRUE sid='*';
ALTER SYSTEM SET enable_goldengate_replication=TRUE sid='*'
*
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
----------------------------------------------
SQL> select name , value from v$parameter where name like '%golden%';
no rows selected
What mistake I am doing ? ANY HELP.
Regards,
ASHUTOSH.