objective: to install oracle 10g xe on ubuntu. method followed :www.oracle.com/technology/tech/linux/install/xe-on-kubuntu.html problem: The installation went fine and at 1 point it asked me for a password for the system account and I gave it lets say 'securepassword' that. Now, I have 2 problems:
- I want to create a database. There is a createdb script in the bin directory, but everytime I run it, it says :
ORACLE_HOME must be set and $ORACLE_HOME/dbs must be writable
So I set the ORACLE_HOME but i still get the problem. I figure that since all files in the dbs directory are owned by the 'oracle' user and the dba group, I'll su to oracle and run the command. Turns out 'securepassword' doesnt work for the oracle user. The Oracle installation created a user called 'oracle' but gave it some passwod I dont know about. Whats this password ?
I also tried adding my current user to the dba group and trying it again. Didnt work either
- When I run ./sqlplus from the bin directory, I try to login as sys\'securepassword'. Didnt work! Tried system\'securepassword'. Didnt work either.
The only place system/'securepassword' worked was to get into the apex web interface. Can someone tel me the default password for the oracle user and how to login to sqlplus ?