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. |
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 ...
|
|||||||
| 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. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
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 :confusedI dono how 2 resolve this ![]() can any one help me out..plzzzzzzzzzzzzz u r help is highly apreciated Thanks in Advance ![]()
|
| Sponsored Links |
|
|||
|
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. |
|
|||
|
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 |
|
|||
|
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |