Results 1 to 3 of 3

Thread: install oracle in ubuntu 9.10

  1. #1
    Join Date
    Oct 2010
    Beans
    1

    Exclamation install oracle in ubuntu 9.10

    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. #2
    Join Date
    Dec 2006
    Location
    Finland
    Beans
    859
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: install oracle in ubuntu 9.10

    Hi,

    You need set enviroment variables to your .bashrc

    Like below. It of course depend witch Oracle database you did install
    Code:
    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
    Regards,
    Jari

  3. #3
    Join Date
    Oct 2010
    Location
    Pune, India
    Beans
    7
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: install oracle in ubuntu 9.10

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •