Print Thread
plsql developer..login
#39993 04/25/11 10:46 AM
Joined: Apr 2011
Posts: 1
V
Member
OP Offline
Member
V
Joined: Apr 2011
Posts: 1
hi

currently i am sql developer
here my connection as

username: acctdb_database
password: password

host name : 192.168.20.20
port: 7890
sid: udi

the above are myschema details.

now i am using plsql developer tool.

here how can i connect to my database.
the only asking
username:
pasword:
and
Database;

when i am giving above credentials, not logon.

i am using oracle 10g database

any idea ??

Last edited by VIPRCHLA; 04/25/11 10:49 AM.
Re: plsql developer..login
VIPRCHLA #39996 04/25/11 10:29 PM
Joined: Sep 2003
Posts: 387
London, UK
Member
Offline
Member
Joined: Sep 2003
Posts: 387
London, UK

Last edited by William Robertson; 04/25/11 10:30 PM.
Re: plsql developer..login
William Robertson #39998 04/26/11 11:04 AM
Joined: Mar 2007
Posts: 210
Rostock, Germany
Member
Offline
Member
Joined: Mar 2007
Posts: 210
Rostock, Germany
Hi,

try using the Easy Connect Naming Method (aka EZ Connect)
The easy connect naming method enables clients to connect to a database without any configuration.

username/password@//hostname:port/SERVICENAME
Port 1521 is used if no port number is specified in the connection string.

Make sure that EZCONNECT is enabled in the sqlnet.ora file. NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

'//' in data source is optional and is there to enable URL style hostname values

Using the SID instead of SERVICENAME
username/password@hostname:port:SID should work also (I couln't test this method)




There is no shortcut for experience(d).

PL/SQL Developer Version 10+11+12, Query Reporter Version 3.2.0.300
Oracle 11g,12c
Windows Server 2003/2008
Windows 10 Professionel 64 bit




Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.075s Queries: 14 (0.015s) Memory: 2.5033 MB (Peak: 3.0392 MB) Data Comp: Off Server Time: 2024-05-14 07:58:02 UTC
Valid HTML 5 and Valid CSS