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!

oracle gg setup

Annamalai AFeb 24 2012 — edited Feb 24 2012
Hi,

I have searched with some number of documents and goodled it. but i can't able to find server level configuration of goldengate. like the following needs to be done for my requirments. please guide where i can get the details.

1. unix account creation for Goldengate installation.

-- whether unix user should be created from any one oracle user or by root user?
-- is there seperate unix user primary group is required ?
-- what are the privileges required for gg user to install the gg ?
-- what is the recommented home directory for GG installation?

otherwise please confirm the below steps is enough to install the oracle goldengate on unix server.

Login as ROOT User

login: root
Password

To create a Group:

# groupadd -g ggate

Unix group permission

#chmod -R 644 ggate

user creation

# useradd -g ggate -G dba –d /export/home/ggate –m -s /bin/sh ggate

# passwd -f *****

is these are correct steps to start the installation... please confirm.
This post has been answered by stevencallan on Feb 24 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2012
Added on Feb 24 2012
4 comments
244 views