oracle gg setup
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.