Hi Farhan - what is the problem you are facing? - what errors are you getting? - see if the below works for you and drop me a line to let me know
create a file start_goldgate.sh with contents as shown below
cd /home/oracle/goldengate
./ggsci < EOF
OBEY /home/oracle/goldengate/startup.txt
EOF
create another file called startup.txt with the contents as shown below
START MANAGER
START EXTRACT EXT3
START EXTRACT DPUMP
INFO ALL
execute the shell script
./start_goldgate.sh
5 Comments