Hi GG Gurus,
I am trying to set up GoldenGate replication on Oracle Linux Server 6.8, 64 bit. Database is Oracle 11.2.0.3.0.
I downloaded GoldenGate software 12.2.0.2.2 software and installed.
When it came to implementing 5 pre-requisites, I issued the following command on my source database as sysdba.
alter system set enable_goldengate_replication=TRUE;
Got the following error:
alter system set enable_goldengate_replication=TRUE
*
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
SQL> show user;
USER is "SYS"
SQL> alter system set enable_goldengate_replication=TRUE;
alter system set enable_goldengate_replication=TRUE
*
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
I tried to add in pfile an entry at the end such as enable_goldengate_replication=TRUE