I am trying to setup oracle 11g xe on my ubuntu system. I started with instructions given on http://meandmyubuntulinux.blogspot.com/2012/05/installing-oracle-11g-r2-express.html and its other link as well. Everything works fine and database gets installed. XE schema gets created. problem: I am not able to log into database.
when I try
sqlplus / as SYSDBA
I get
ERROR:
ORA-01031: insufficient privileges
Enter user-name: root
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Process ID: 0
Session ID: 0 Serial number: 0
I have checked ORACLE_SID is XE I have manually put root user to DBA group
everything is fine in Listener.ora. I also created initXE.ora as suggested in some blog and assigned it to DBA group and put it in classpath.
I think I tried almost everything. and nothing more comes to my mind.
question : how else can I log in?