Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6015

lsnrctl command not found oracle enterprise database 11g ubuntu

$
0
0

i have an issue with the environment variables for oracle 11g enterprise edition on ubuntu. I tried this, but didn't work

Add the following lines to /etc/profile:

export ORACLE_HOME=/u01/app/oracle/product/11.X.Y/db_home1        export PATH=$PATH:/u01/app/oracle/product/11.X.Y/db_home1/bin

Add the following environment variables:

export ORACLE_BASE=/u01/app/oracle        export ORACLE_HOME=/u01/app/oracle/product/11.X.Y/db_home1        export ORACLE_OWNR=oracle        export PATH=$PATH:$ORACLE_HOME/bin

but the error persist.


Viewing all articles
Browse latest Browse all 6015

Trending Articles