Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Oracle Username n Password

This is a discussion on Oracle Username n Password within the Oracle forums, part of the Databases category; Hi Friends, I am new to oracle n I have installed oracle 10g on my windows xp and when it prmpts for username n p/w i tried these............. scott/tiger sys/admin ...

Go Back   Geeks Talk > Databases > Oracle
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-26-2009
Junior Member
 
Join Date: Jul 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
risi21 is on a distinguished road
Oracle Username n Password

Hi Friends,

I am new to oracle n I have installed oracle 10g on my windows xp and when it prmpts for username n p/w i tried these.............
scott/tiger
sys/admin
system/admin
system/manger but none worked................
it says a error message like:
ORA:12560 : TNS-PROTOCOL ADAPTER ERROR:confused
I dono how 2 resolve this
can any one help me out..plzzzzzzzzzzzzz u r help is highly apreciated
Thanks in Advance
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2009
Junior Member
 
Join Date: Jul 2009
Location: Bahrain
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ashutoshverma08 is on a distinguished road
Re: Oracle Username n Password

Hi,

Is your oracle service related to the instance running?

Thanks
Reply With Quote
  #3 (permalink)  
Old 07-27-2009
Contributing Member
 
Join Date: Dec 2008
Location: bangalore
Posts: 76
Thanks: 0
Thanked 18 Times in 18 Posts
ecearund is on a distinguished road
Re: Oracle Username n Password

@risi21,

1. Try to Check the listener whether is running or not(lsnrctl status).
If not, start the listener.
lsnrctl start

2. If the DB is local to the machine then try to setting ORACLE_SID
Go to command prompt
set oracle_sid=
sqlplus /nolog
connect sys as sysdba
connect scott/tiger
Try it Out.

Last edited by ecearund; 07-27-2009 at 06:09 AM.
Reply With Quote
  #4 (permalink)  
Old 08-21-2009
Junior Member
 
Join Date: Mar 2009
Location: Chennai
Posts: 27
Thanks: 0
Thanked 2 Times in 2 Posts
phanikanthmn is on a distinguished road
Wink Re: Oracle Username n Password

hi
try this,

first of all check the oracle instance running successfully or not
if it is running successfully

open sqlplus and type following

usernam/password@sid : system/change_to_install@globalname
then you will get SQL prompt

then you unlock the scott user

SQL>alter user scott account unlock;
it will ask new password for scott user, enter new password and confirm pasword then you connect to scott user with SID
other wise i will throws an exception
Reply With Quote
  #5 (permalink)  
Old 2 Weeks Ago
Junior Member
 
Join Date: Oct 2009
Location: India
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
tykarthick is on a distinguished road
Re: Oracle Username n Password

use the below format form username and password

if you installed your oracle in d colon,then go to command prompt

D:>sqlplus /nolog

SQL> conn sys/sys as sysdba
connected to idle instance
SQL> startup
it will start the oracle instance
Reply With Quote
Reply

  Geeks Talk > Databases > Oracle

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
What are the default username and password for oracle 10g? ravikumar.drk Oracle 3 04-25-2009 03:55 AM
..Oracle UserName n Password anil24 Oracle 3 08-13-2008 12:30 PM
How to Script Username and Password Using QTP sbbceo QTP 9 07-23-2008 12:59 AM
Host username and password for Oracle 10g supremo Oracle 1 06-25-2007 02:59 AM
Default username/password for Oracle 8i JobHelper Oracle 4 02-14-2007 02:51 AM


All times are GMT -4. The time now is 10:39 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved