Home » Infrastructure » Linux » oracle on linux
oracle on linux [message #59395] Mon, 17 November 2003 01:51 Go to next message
Santhosh
Messages: 24
Registered: July 2002
Junior Member
hi new to linux environment
hi how to install oracle in linux
how to create mount points for software ,database
how can we set environment variables for display and path.
Re: oracle on linux [message #59398 is a reply to message #59395] Mon, 17 November 2003 03:31 Go to previous messageGo to next message
Uwe
Messages: 260
Registered: February 2003
Location: Zürich, Switzerland
Senior Member
Hi Santhosh,

install it just like in all Unix Systems with install-scripts from oracle.
You create the mount points like normal filesystems with mkdir /oracle and mounts a disc to that or use it on the main discs. You have to change the owner and group to oracle:dba if that are your user/group combinations.
setting the variables are similiar to other unixes - but beware of which shell you use.
korn shell (ksh) shell (sh) or bash needs
export DISPLAY=<your-ip-adr>:0.0
export PATH=$ORACLE_HOME/bin:$PATH

cshell (csh) uses

setenv DISPLAY <your-ip>:0.0

you can set both in the .profile of user oracle

hth
Uwe
Re: oracle on linux [message #59400 is a reply to message #59395] Mon, 17 November 2003 03:33 Go to previous messageGo to next message
Uwe
Messages: 260
Registered: February 2003
Location: Zürich, Switzerland
Senior Member
Hi Santhosh,

sorry the sysntax is not complete for setting the display .....

export DISPLAY='ip-adress':0.0
setenv DISPLAY 'ip-adress':0.0

change 'ip-adress' to your adress from pc or server if you use the console without the ''
Re: oracle on linux [message #59403 is a reply to message #59395] Mon, 17 November 2003 08:09 Go to previous message
Martin Stei
Messages: 5
Registered: November 2001
Junior Member
Maby this helps
(http://www.suse.com/en/business/certifications/certified_software/oracle/docs/920_sles8_install.pdf)
(http://jordan.fortwayne.com/oracle/rh61-815.html)
P.S it is really nesassary to check for the requirements glib etc.
Previous Topic: Unable to connect to Database as other users
Next Topic: autoscheduling
Goto Forum:
  


Current Time: Fri Mar 29 10:42:04 CDT 2024