mrbrice
May 14th, 2008, 12:18 PM
Greetings.
I've never used Oracle before, but it's been requested of me, so I've installed it, however, I'm having some trouble logging in.
System:
Ubuntu 8.04
HARDY
As I'm unable to plug the server into the network, I'm having to download files and dependencies off another machine, copy them to usb drive, and move them over (quite a pain).
I downloaded and installed the .deb from Oracle (oracle-xe-universal_10.2.0.1-1.0_i386.deb)
I installed it just fine (no errors)
After installation I ran: /etc/init.d/oracle-xe configure
I configured it with default options and set the requested password as "password" (I know, bad password, but it's a test machine.)
After the configuration ran successfully, I included the following in my user's .bashrc :
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
To test, I rebooted. The machine started without any issues, and shows the Net Listener, etc, started perfectly.
I then try to log in with 'sqlplus'. I'll make it simple:
#sqlplus
SQL*Plus: RElease 10.2.0.1.0 - Production on Wed May 14 09:11:30 2008
Copyright (c) 1982, 2005 Oracle. All rights reserved.
Enter user-name: sys (only user available from start?)
Enter password: password (password I set in configuration)
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
Note: I get the same no matter which account I'm logged into the machine with (root/usera/userb/etc).
This is about as far as I've gotten. I've googled all around for an answer to this. Seems other people have come across it, but nobody has a solid solution.
Am I missing something? Am I doing something incorrect? I've never used Oracle before. It could be anything, but it feels like I'm close and I'm just doing something stupid.
Any help would be greatly appreciated. If you need any further information, just ask.
Regards
I've never used Oracle before, but it's been requested of me, so I've installed it, however, I'm having some trouble logging in.
System:
Ubuntu 8.04
HARDY
As I'm unable to plug the server into the network, I'm having to download files and dependencies off another machine, copy them to usb drive, and move them over (quite a pain).
I downloaded and installed the .deb from Oracle (oracle-xe-universal_10.2.0.1-1.0_i386.deb)
I installed it just fine (no errors)
After installation I ran: /etc/init.d/oracle-xe configure
I configured it with default options and set the requested password as "password" (I know, bad password, but it's a test machine.)
After the configuration ran successfully, I included the following in my user's .bashrc :
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
To test, I rebooted. The machine started without any issues, and shows the Net Listener, etc, started perfectly.
I then try to log in with 'sqlplus'. I'll make it simple:
#sqlplus
SQL*Plus: RElease 10.2.0.1.0 - Production on Wed May 14 09:11:30 2008
Copyright (c) 1982, 2005 Oracle. All rights reserved.
Enter user-name: sys (only user available from start?)
Enter password: password (password I set in configuration)
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
Note: I get the same no matter which account I'm logged into the machine with (root/usera/userb/etc).
This is about as far as I've gotten. I've googled all around for an answer to this. Seems other people have come across it, but nobody has a solid solution.
Am I missing something? Am I doing something incorrect? I've never used Oracle before. It could be anything, but it feels like I'm close and I'm just doing something stupid.
Any help would be greatly appreciated. If you need any further information, just ask.
Regards