954,597 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

SQL*Plus username password

Hello friends,

i m trying to input user : scott and pass : tiger
also trying user : system pass : manager

but even though its not going to start. i m getting following error

SQL*Plus: Release 3.3.4.0.0

ERROR: ORA-12154: TNS:could not resolve service name

Enter user-name: Enter password: ERROR: ORA-03121: no interface driver connected - function not performed

Enter user-name:

please help me to solve this problem

pranavdv
Light Poster
26 posts since Mar 2007
Reputation Points: 8
Solved Threads: 0
 

to solve your problem i need few information from you.

1. is the database installed on your PC ?
2. are you trying to log in to a database in a network ?
3.is the scott user exists and and is unlocked ?

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

create user scott identified by tiger ;

amr_tot
Newbie Poster
1 post since Mar 2009
Reputation Points: 10
Solved Threads: 0
 

to do that you need to log in first and normal users can't create another user .

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

This error

ERROR: ORA-12154: TNS:could not resolve service name

only appears when you don't have an instance of a database or you don't have the listener on.

Make sure you have the DB online and the listener.

You can view the listener status with: 'lsnrctl status' and start it with 'lsnrctl start'.

When the listener is running, you can enter as sysdba (defined when the DB is installed) and type an 'startup' command to start the database you have define. Use 'startup db_sid' if you have more than one.

Hope it helped.

vimotaru
Newbie Poster
17 posts since Oct 2008
Reputation Points: 11
Solved Threads: 1
 

check scott is unlock or not ............
& for system ...........
did you change the password at the time of installation or not.......

gautam610
Newbie Poster
13 posts since Jul 2008
Reputation Points: 5
Solved Threads: 3
 

At the end of instalation programs diplay a screen with name password managemant. You just go to password management screen anf unblock all the users anf=d just fix your user and password.

mirfan00
Light Poster
29 posts since May 2009
Reputation Points: -9
Solved Threads: 2
 

Hey this is surely a problem of uncloking the users bt once check out if u have enabled the serices of oracle installed

manuhar
Newbie Poster
11 posts since May 2009
Reputation Points: 10
Solved Threads: 1
 

Er guys, SqlPlus 3.3.4.0.0? Isn't this from the days of Oracle 7?

I would think we would need to know more about your config before we could really help!

client / server, versions of oracle and client, where components are installed etc.

Your error suggests that the oracle client components are not installed / not in the path / wrong oracle_home selected - to name but a few possibilities!

Alistair

alit2002
Junior Poster in Training
52 posts since Dec 2006
Reputation Points: 10
Solved Threads: 3
 

Oracle 11g sql plus it show account is locked it showing enter user name &password

sagarsb
Newbie Poster
2 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

send me a user name and password

sagarsb
Newbie Poster
2 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

in oracle 11g credentials are case sensitive unlike any of the previous versions.

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You