Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> External Authentication please Oracle 8i

External Authentication please Oracle 8i

From: Tom <mr_tommyd_at_yahoo.com>
Date: 11 Dec 2003 00:25:03 -0800
Message-ID: <7f784413.0312110025.5b72fd67@posting.google.com>


I am a SQL Server user, developer since 6. Now I have a project on Oracle 8i.

Here is the background. In order to aid in testing and debugging, I have set up an Oracle instance on my internal company network (Windows 2000 Server DC) I set the developer version of 8i (which means no patches available to me) up on a Windows 2000 professional box. After 2 failed attempts (I was thinking too much) I followed a few posts here and everything works. I should clarify SQL+ works. I didnt set up anything else after the first 2 attempts. But I created my instance, called utc and added the tables I need for testing. So far so good.

In order to input the data I created the tables on SQL Server 2000 and used DTS to transfer them to Oracle 8i. Again all worked and I can access from my app using utc as instance and system ans user and manager as password. I can hit it from remote box on network where I develope as long as I use the utc instance with system/manager username.

Here is my delema. My client uses external authentication. So for userid and password I need to send nothing and nothing. I have coded this and he has tested on his site and it works. But in order for me to test on my network I need to use the username and password which i do by using #if_debug define. I would really like to use the same method as him. Could someone point me to a link or explain in details for the Microsoft impaired how to set up external authentication? I've purchased 2 books and neither explain how to set up external authentication. They only mention that its not recomended. I agree and understand completey. But in this case I will only be using for duration of project and want to use it.

Im hoping for something like
1. add this to this path/file on Oracle server. 2. add this to this path/file on oracle client.

I know in reading the posts here that I am realy asking for harassment, but please restrain yourself.  

Tom Received on Thu Dec 11 2003 - 02:25:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US