Showing posts with label oracle_home. Show all posts
Showing posts with label oracle_home. Show all posts

ORACLE_HOME: Setando a variavel ORACLE_HOME NO LINUX:

Nessa dica rápida irei mostra como setar a variável ambiente do oracle no linux:

oracle@databasesrv:# ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1

Exportando a variável para que ela ficque global e todos os usuários da maquina tenham acesso:

oracle@databasesrv:# export ORACLE_HOME

Verificando a variável:

oracle@databasesrv:# echo $ORACLE_HOME


Veja mais dicas sobre oracle aqui.