Ubuntu Forums Archive Viewer

install oracle in ubuntu 9.10

Archived thread 1588155 from Bangalore Team. Markdown source: Bangalore_Team/thread_1588155_install_oracle_in_ubuntu_9.10.md

Original URL About this archive
#1

i have installed ubuntu 9.10....i want to use oracle in the terminal....when i use the command --> sqlplus ,it is showing command not found....what is the solution..??

#2

Hi,

You need set enviroment variables to your .bashrc

Like below. It of course depend witch Oracle database you did install


ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_HOME
export ORACLE_SID=XE

export PATH

See this Oracle XE related document https://help.ubuntu.com/community/Oracle10g

#3

I use Ubuntu on a Virtual Windows XP Machine.

Use Virtualbox on Ubuntu and you can use Oracle on Windows.

I had used it in this way perfectly along with Apache Tomcat Server.