I am trying to access an Oracle 8.1.7 database.  If a user enters an 
invalid username and password, it provide an invalid username/password 
error.  The next time the user tries to access the database with the 
correct password, it is locking them out.  Here is the code that I am 
using...

        DBI->trace(3, "trace.txt");
        $dbtest = DBI->connect("$inst", $userid, $password, "Oracle")
                or die "Cannot connect to $dbtest: $DBI::errstr";

I'm running a trace, and I am not seeing any problems in the trace.
Has anyone seen this problem.  This is what I am using...
Perl - 5.004_04
DBI - 0.93

Any help would be greatly appreciated!!

Thank you,
Erin

********************
Erin Hanni Cassell
Systems Analyst
(317) 651-1074

Reply via email to