I have installed RHEL5-10 on my VM. So I used following Golden Gate Version to install.
Download golden gate using following link. This will be a ZIP file.
Oracle GoldenGate V11.2.1.0.1 for Oracle 11g on Linux x86-64 (86 MB).
lets say downloaded file name is ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
Prerequisite :- RHEL 5.10 64 bit version
Oracle Database 11.2.0.3
Oracle DB has been installed to
/u01/app/oracle/product/11.2.0.3/dbhome_1/
Now get copied the downloaded golden gate software to
/u01/app/oracle/product/gg location (
you need to create gg folder as a best practice
mkdir -p /u01/app/oracle/product/gg
)
copy the distribution to the inside /u01/app/oracle/product/gg
and the unzip the file using command -->
unzip ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
Again extract the tar file
after extracting type ls
.You will see more files in the list.above shown the some.
Then Set the LIBRARY PATH
Type on the terminal as follows Or else put this entry on oracle's .bash_profile
Download golden gate using following link. This will be a ZIP file.
Oracle GoldenGate V11.2.1.0.1 for Oracle 11g on Linux x86-64 (86 MB).
lets say downloaded file name is ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
Prerequisite :- RHEL 5.10 64 bit version
Oracle Database 11.2.0.3
Oracle DB has been installed to
/u01/app/oracle/product/11.2.0.3/dbhome_1/
Now get copied the downloaded golden gate software to
/u01/app/oracle/product/gg location (
you need to create gg folder as a best practice
mkdir -p /u01/app/oracle/product/gg
)
copy the distribution to the inside /u01/app/oracle/product/gg
and the unzip the file using command -->
unzip ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
Again extract the tar file
tar -xf fbo_ggs_Linux_x64_ora11g_64bit.tar
.You will see more files in the list.above shown the some.
Then Set the LIBRARY PATH
Type on the terminal as follows Or else put this entry on oracle's .bash_profile
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/u01/app/oracle/product/gg
Verify that varible is set properly by entering
Now you are already inside the /u01/app/oracle/product/gg folder.Now run the following command$ ./gccsci
Now You are on golden gate environment :).
After this you want to create the sub directories.
Now you are done with the Oracle golden gate installation successfully.
No comments:
Post a Comment