OSR 11.1.1.2 supports Oracle WebLogic 10g(10.3.0), WebLogic 11g R1 (10.1.3.1 and 10.1.3.2).
Prioro to installation you must set java_home
We will see how to install it.
OPen up a command prompt and go to the OSR directory and set java home and path
as shown below.
once done issue a command
java -jar oracle-service-registry-11.1.1.jar
It will open up a gui like this.
Give the folder structure where you want to install it.
I am using the database which is already installed at my end
and has provided details of the same.
Be careful while giving these information.
otherwise u may errro like this while installing
[java] D:\OSB\wlserver_10.3\etc\db\oracle\installOracleDB.xml:99: The following error occurred while executing this line:
[java] D:\OSB\wlserver_10.3\etc\db\oracle\installOracleDB.xml:166: Java returned: 1
This step is important we know that we have to use ojdbc14.jar but i couldn't found it in jdbc/lib folder ,i just did a search in my database folder and pointed it to ojdbc14.jar.
But if you are using 11.1.0.7 you can use ojdbc5.jar which is in jdbc/lib folder.
This is a mistake i have done which i understood later ,we have to use ojdbc6.jar instead of ojdbc5.jar so it should be
Since i have used online deployment scenario i have to start my server also.
No comments:
Post a Comment