SQLPLUS username and password

Reply

Join Date: Aug 2008
Posts: 3
Reputation: nikhath is an unknown quantity at this point 
Solved Threads: 0
nikhath nikhath is offline Offline
Newbie Poster

SQLPLUS username and password

 
0
  #1
Feb 26th, 2009
Hello everyone,

I have installed oracle 9i and iam unable to open sqlplus with scott and tiger. I tried many other usernames and passwords like system/manager, sys/sys as sysdba, sys/change_on_install but iam unable to login sqlplus. With scott/tiger, it is giving TNS protocal adapter error and with sys/sys as sysdba, it is showing invalid username and password. I need help. Reply me as soon as possible.
Thanx..
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,080
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 124
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: SQLPLUS username and password

 
0
  #2
Feb 26th, 2009
you need to set the password for sys and system users at the time of installation and the scott user account will be initially locked you need tpo log in to system or sys account to unlock the scott user.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 44
Reputation: alit2002 is an unknown quantity at this point 
Solved Threads: 1
alit2002 alit2002 is offline Offline
Light Poster

Re: SQLPLUS username and password

 
0
  #3
Mar 2nd, 2009
Hi

I guess when you performed the install you created a database? If not then use the Database Configuration Assistant to create the database.

If you did create a database at installation time then you would have been prompted to enter a password for SYS and SYSTEM.

If you are on windows check that the oracle services are running. Check that you have an entry in the tnsnames.ora file for your database and that the listener is running.

Once all that is in place you should be able to connect to Oracle.

Alistair
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 17
Reputation: vimotaru is an unknown quantity at this point 
Solved Threads: 1
vimotaru vimotaru is offline Offline
Newbie Poster

Re: SQLPLUS username and password

 
0
  #4
Mar 6th, 2009
Is possible that the default password has been set: try sqlplus sys/CHANGE_ON _INSTALL as sysdba

Anyway you need to have the database listener ON. In Windows try to begin the service. In unix try $ORACLE_HOME/bin/dbstart.

As somebody says, if you try to access throught network connection, you need to configure listener.ora in $ORACLE_HOME/network/admin/listener.ora with the parameters you need and restart the database.

Hope it works.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 1
Reputation: oracledeveloper is an unknown quantity at this point 
Solved Threads: 0
oracledeveloper oracledeveloper is offline Offline
Newbie Poster

Re: SQLPLUS username and password

 
0
  #5
Mar 8th, 2009
it is very simple. First u connect with SYS/ORACLE AS SYSDBA then type STARTUP FORCE after complete this process, type this CONN SCOTT/TIGER@YOUR_DATABASE_NAME

Note: for this you must know your global database name which you entered during installation because that is YOUR_DATABASE_NAME.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC