jdbc oracle thin driver-username/pw sent to oracle listener incorrectly
jdbc oracle thin driver-username/pw sent to oracle listener incorrectly
- Subject: jdbc oracle thin driver-username/pw sent to oracle listener incorrectly
- From: Mary Jones <email@hidden>
- Date: Fri, 17 Oct 2003 14:05:20 -0700 (PDT)
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.