cancel
Showing results for 
Search instead for 
Did you mean: 

Help for installing Oracle In linux Redhat Enterprise Edition...

Former Member
0 Kudos

Hello all,

Thanks for all ur help, u have given to us.

We have installed SAP ECC 5.0 SR1 Central Instance and now we are installing Database Instance and we have reached on the step where we have to install Oracle. On screen It is showing the instruction that:-

1. Now Login as oraSID

2. Open a new session here start ./RUNINSTALLER

What should we do now please guide us How to Install Oracle in linux REDHAT Enterprise edition.

Please help Us

Thanks & Regards

HImanshu..

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

As mentioned on the screen that you have to go to /oracle/stage/102_64/database/SAP

From there run ./RUNINSTALLER. This will install oracle 10.2.0.1.

Then apply patchset from patchset DVD. Go to patchset DVD and copy patchset zip file to some directory and extract it there and a directory will come Disk1. From there run ./runInstaller and install patch set.

After that you have to apply all interim patchses/opatches with opatch utility in /oracle/<SID>/102_64/OPatch. By this way you can install oracle.

For more detailed information, please check installation guide.

Thanks

Sunny

Former Member
0 Kudos

HI Sunny,

We are very Thankful to you.

But we also want to know that we have to logout from the ROOT session we are working and logon as ORA<SID>?

Or we have to open another session in a new terminal. for installation of oracle in ROOT.

Thanks & Regards

Himanshu.......

former_member524429
Active Contributor
0 Kudos

Hi,

On screen It is showing the instruction that:-
1. Now Login as oraSID
2. Open a new session here start ./RUNINSTALLER

Since you are already logged on as user root, you can switch to user ora<dbsid> by entering the following command:

su u2013 ora<dbsid>

cd /oracle/stage/102_64/database/Disk1/SAP

./RUNINSTALLER

Regards,

Bhavik G. Shroff

Former Member
0 Kudos

Bhavik is right. You should read the logs clearly. Don't forget to run the oraroot.sh script after you finish the oracle installation. And also Apply the patch 10.2.0.4 during the Oracle Installation.

Former Member
0 Kudos

Hi,

You need to log out from ROOT user and login as a ora<SID> if you are installing from the server itself.

and proceed as below...

cd /oracle/stage/102_64/database/Disk1/SAP
./RUNINSTALLER

After Database installation you have to execute the following scripts.

/oracle/oraInventory/orainstRoot.sh
/oracle/<SID>/102_64/root.sh

Apply Database patch and again execute above script after patch installation...

Then log out and log in again as ROOT user..

Restart (Continue old installation) your SAP installation....

If you are installing from remote system, you can directly start NEW session as ora<SID> without closing ROOT session.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Himanshu,

You don't need to logout from root session just keep that session open and login with ora<SID> via putty and open a new vnc session by running the command vncserver. Please observ the vncserver start log. and connect newly created vnc session.

this time the vnc session will be ora<SID> and from that session run the require script as per the intruction during the installation.

After run all the script and oracle patch installation logon to previous vnc session and continue the installation.

Regards,

Kamal

markus_doehr2
Active Contributor
0 Kudos

> Apply Database patch and again execute above script after patch installation...

> Then log out and log in again as ROOT user..

> Restart (Continue old installation) your SAP installation....

Before one continues one should apply all interim patches mentioned in

Note 1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.0.4

There are some that correct severe problems when loading with fastload.

Markus

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks for the help i'll get back to you soon..

Former Member
0 Kudos

Hi All,

Thanks for all your reply guys...

It helped me a lot..

now i am trying to Install ECC 5.0 on Linux 64 bit..

i have installed Redhat Linux 5.0 Enterprise edition of 64 bit. Now want to insrall JAVA and GCC libraries where i can find these rpm packages..

can any one tell me...

thanks and regards

Himanshu...

markus_doehr2
Active Contributor
0 Kudos

> now i am trying to Install ECC 5.0 on Linux 64 bit..

> i have installed Redhat Linux 5.0 Enterprise edition of 64 bit. Now want to insrall JAVA and GCC libraries where i can find these rpm packages..

> can any one tell me...

Read

1172419 - Linux: Supported Java versions on the x86_64 platform

Markus