Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle user group
JMecc schreef:
> The file locations are:
>
> bin: /database/Oracle10g/bin
> files: /database/Oracle10g
> data: /database/oradata
> inventory: /u01/app/oracle/oraInventory
>
> I am planning on reinstalling with the locations:
>
> files: /database/Oracle10g/product/10.2.0/db_1
> data: /database/Oracle10g/product/10.2.0/oradata
> inventory: /database/Oracle10g/oraInventory
>
> which of the ORACLE_HOME and ORACLE_BASE directories are wrongly set?
> Are these variables actually important to starting sqlplus, or do they
> just make navigation easier?
>
> Thanks,
> Jonathan
>
oracle_base would be something like /oracle
oracle_home builds on that: export ORACLE_HOME=$ORACLE_BASE/10GRel2
Then, things like TNS_ADMIN build on that:
export TNS_ADMIN=$ORACLE_HOME/network/admin
And, to top things off:
export PATH=$ORACLE_HOME/bin:$PATH
See http://vanbortel.blogspot.com/2005_07_01_archive.html, scroll down to "How to install 10G Release 2
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Sun May 06 2007 - 04:23:53 CDT
![]() |
![]() |