Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos 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 support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

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, 11: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, 15: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, 05: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-02-03, 00: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

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