Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

enable_goldengate_replication parameter not found in the oracle 12.1.0.1 DB.

ashutoshOct 22 2016 — edited Nov 23 2016

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.

This post has been answered by berx on Oct 24 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2016
Added on Oct 22 2016
7 comments
3,053 views