Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Login

Status
Not open for further replies.

acabrera

Programmer
Jan 22, 2004
44
US
We are using Novell for our network operating system and Oracle for our database. Currently, our Novell ID is also the Oracle login name. In the future, we will be changing our Novell IDs. These new Novell IDs will be kept in a table which also contains the Oracle login name.

My problem is that when the program logs in using a hardcoded name with rights, and a SQL statement is opened to get the Oracle login name, the program goes to the start of the procedure, and does not execute the statements after the Open statement which logins to the database using the correct name.
 
I fixed my problem by logging in to the Oracle using ODAC, opened the query which contained the old userID, and logged in to Oracle using BDE.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top