If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Default Password of Oracle SQL PLus

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-23-03, 10:05
shebi shebi is offline
Registered User
 
Join Date: Mar 2003
Location: Planet Earth
Posts: 8
Default Password of Oracle SQL PLus

I have Installed Oracle SQL Plus on Windows XP.

When the login and password diaglog appears.

I write the login and password as : SCOTT TIGER

When i Writte or domain as my computer name .

It Says : no Listener

and When I left the domain , it says Unable to connect to destination.

How can I Write SQL Commands

Kindly tell me the detailed procedure.

Thanks For Advance
Reply With Quote
  #2 (permalink)  
Old 04-23-03, 14:51
alligatorsql.com alligatorsql.com is offline
Registered User
 
Join Date: Jul 2001
Location: Germany
Posts: 189
Enter the name of the database

Hello,

enter the name of the database. You can see it in the tnsnames.ora at you oracle_home/network/admin

f.e

ORACLE_DB =
(DESCRIPTION =
.
.
.

ORACLE_DB is the alias for your instance

Hope that helps ?

Manfred Peter
(Alligator Company GmbH)
http://www.alligatorsql.com
Reply With Quote
  #3 (permalink)  
Old 04-24-03, 04:18
osy45 osy45 is offline
Registered User
 
Join Date: Nov 2002
Posts: 833
check if the listener is running

lsnrctl stat otherwise start it lsnrctl start

or bypass the listener.ora and tnsnames.ora by inserting a registry entry beneath $ORACLE_HOME/ORACLE_SID=<mysid>
Reply With Quote
  #4 (permalink)  
Old 05-01-03, 23:47
johnnymrl johnnymrl is offline
Registered User
 
Join Date: May 2003
Location: Japan
Posts: 2
Lightbulb Re: Default Password of Oracle SQL PLus

use the system account login when installing to make sure it starts properly every time non matter who logs in to your computer.

dont write your computer name for the domain use your loopback address of 127.0.0.1 this will point back to your computer. use this address instead of your computer name this usually gets around the not connecting to data source or dsn sources when setting up on your own computer. After that you can choose your default data source from the list that you get.
Johnny
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On