Re: jdbc oracle thin driver-username/pw sent to oracle listener incorrectly
Re: jdbc oracle thin driver-username/pw sent to oracle listener incorrectly
- Subject: Re: jdbc oracle thin driver-username/pw sent to oracle listener incorrectly
- From: Geoff Hopson <email@hidden>
- Date: Fri, 17 Oct 2003 22:41:56 +0100
See if this helps
http://docs.info.apple.com/article.html?artnum=75145
In other words, lose the username/password from the jdbc URL and use
the dedicated username and password fields.
HTH,
Geoff
On Friday, October 17, 2003, at 10:05 pm, Mary Jones wrote:
In EOModeler, I set the jdbc oracle thin driver URL.
jdbc:oracle:thin@myhost:1521:mydb
-or-
jdbc:oracle:thin:appUser/pw@myhost:1521:mydb
Each connects to the database. However, neither sends the correct
information to the oracle listener file. The listener sees
connections, but each connection has the same oracle user name
'oracle'. I need to see the correct user name. For example, if the
application user name is appMan, the listener file says 'oracle'. The
correct user name is important since I have several WebObjects
applications running. Each one is using the same app server.
Therefore, the listener will see the same ip address from which each
application connection is coming. Without the correct user
information, I will have no way of distinguishing (in the listener
file) between the applications and I need to have that ability.
When applications other than WebObjects (command line tools, reporting
tools, etc.) connect to the database, the user name is correctly sent
to the listener file.
Please tell me what I am missing.
The New Yahoo! Shopping - with improved product search
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
Geoff Hopson
Objectology Ltd.
http://www.objectology.co.uk/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.