Added
deb http://oss.oracle.com/debian unstable main non-freeto /etc/apt/sources.list and then:
# wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -Then it was off and running.
# apt-get update
# apt-get install oracle-xe
$ export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
$ export PATH=$PATH:$ORACLE_HOME/bin
$ sqlplus sys@XE as sysdba
I used the nifty web interface http://127.0.0.1:8888/apex to make myself a new user.
0 comments:
Post a Comment