Proxy user connectivity with thin driver [message #465081] |
Mon, 12 July 2010 09:19 |
nadvi
Messages: 46 Registered: May 2006 Location: Canada
|
Member |
|
|
Hi,
The database I'm working use proxy user authentication. When I select oci8 as driver I can connect using the below login method:
Host Name : username[proxy user]
password : password
but it shows as invalid username/password when I select the driver = THIN.
What could be the reason behind this?
The below doc says, proxy connectivity method is same both for THIN & OCI8 driver. But what I can see is Jdeveloper is somehow misinterpreting the proxy user name.
Ie, Username[Proxy user] and the reason why it throws invalid username/password.
http://download.oracle.com/docs/cd/E11882_01/java.112/e10589/proxya.htm#CHDHHAAD
But the same syntax works fine with sqlplus, or any other IDE.
Can anybody guide me on this.
Thanks
[Updated on: Mon, 12 July 2010 09:21] Report message to a moderator
|
|
|
|
|
|
|