Warning: Creating default object from empty value in /home/customer/www/gavinsoorma.com/public_html/wp-content/themes/specular/admin/inc/class.redux_filesystem.php on line 29 Useful GoldenGate commands – SHELL, OBEY, HELP, HISTORY,VERSIONS | Oracle DBA – Tips and Techniques
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