I installed oracle 11g on my laptop and I am having two problems, I can not login to sqlplus it wants a password and login which I do not have. Is there any default user name and password I can use?
The other problem is that I can not connect to my localhost its saying
Enterprise Manager is not able to connect to the database instance. The state of the components are listed below
Database Instance
Host
Port
SID
Oracle Home
How can I overcome this?
To log in as
sysdba, make sure you are connected as the Oracle user (whichever one you chose), and type:No password required, as long as you’re the right user.
To be able to connect to the database, it must be started, and the listener service must also be started. To check listener status:
To start/stop it, replace
statusbystartorstop. If you installed named listeners, append the listener name to thelsnrctlcommands above (i.e. put the listener name after the status/start/stop command).