Home » Applications » Oracle Fusion Apps & E-Business Suite » Installing Oracle R12 on Oracle enterprise Linux (R12 2.6.18-238.el5PAE)
- Installing Oracle R12 on Oracle enterprise Linux [message #500893] Thu, 24 March 2011 07:17 Go to next message
davholla
Messages: 116
Registered: August 2009
Location: London
Senior Member
I have just put Oracle Enterprise Linux on my PC and am starting to install Oracle R12.

I have download all the relevant CDs etc.
One question is it neccessary to burn them on to CD?
Or when I start the install can I ask it to look at where the CDs are stored on my PC so I don't have to waste loads of CDs?
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #500894 is a reply to message #500893] Thu, 24 March 2011 07:22 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
As far as I can tell, installer doesn't care whether installation files are on a CD / DVD / hard disk. Oracle software on my computer was installed directly from hard disk.
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #500896 is a reply to message #500894] Thu, 24 March 2011 07:36 Go to previous messageGo to next message
davholla
Messages: 116
Registered: August 2009
Location: London
Senior Member
Thanks for that.

So when it askes me for the mount
Do  you use AutoMount to mount/umount the media y/n [y]/

Should I say no and then mount where files are?
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #500904 is a reply to message #500896] Thu, 24 March 2011 08:04 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I wouldn't know; I don't use Linux. Hopefully, someone else will be able to assist.
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #500907 is a reply to message #500893] Thu, 24 March 2011 08:09 Go to previous messageGo to next message
John Watson
Messages: 8976
Registered: January 2010
Location: Global Village
Senior Member
hi - it is actually very awkward to build an R12 staging area without having the actual DVDs. You have to mess about with renaming directories all the time. If I were you, I would definitely burn them. Well worth the cost of te few DVDs.
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #500908 is a reply to message #500907] Thu, 24 March 2011 08:12 Go to previous messageGo to next message
davholla
Messages: 116
Registered: August 2009
Location: London
Senior Member
John Watson wrote on Thu, 24 March 2011 13:09
hi - it is actually very awkward to build an R12 staging area without having the actual DVDs. You have to mess about with renaming directories all the time. If I were you, I would definitely burn them. Well worth the cost of te few DVDs.

Thanks for that. Do they have to be burned to DVD or can they be burned to CD?
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #500917 is a reply to message #500908] Thu, 24 March 2011 08:43 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
That would depend on size those files occupy. If they fit CD, burn them onto CD. Otherwise, use DVD.
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #501055 is a reply to message #500917] Fri, 25 March 2011 07:48 Go to previous messageGo to next message
davholla
Messages: 116
Registered: August 2009
Location: London
Senior Member
I found the solution it is in Metalink 406138.1

If you want to unzip all the files at once to the staging area try this
ls *.zip | xargs -n1 unzip -d /u01/StageR12
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #501068 is a reply to message #501055] Fri, 25 March 2011 09:14 Go to previous messageGo to next message
John Watson
Messages: 8976
Registered: January 2010
Location: Global Village
Senior Member
Much simpler than running adautostg.pl, nice one.
- Re: Installing Oracle R12 on Oracle enterprise Linux [message #501076 is a reply to message #501068] Fri, 25 March 2011 11:25 Go to previous message
hasan2000
Messages: 6
Registered: November 2007
Junior Member
You can unzip all files at once to create the stage.

Here is the command that I use:

for z in *.zip; do unzip -o $z -d /home/Oracle/stage; done;

Regards

[Updated on: Tue, 07 September 2021 07:55] by Moderator

Report message to a moderator

Previous Topic: Leders, Subledger and Period Close in R12
Next Topic: Autocopy budget
Goto Forum:
  


Current Time: Sun May 04 10:30:01 CDT 2025