Hi, I tried to connect to a Oracle 9i db (system as sysdba) with the following:
my $dbh = DBI->connect('dbi:Oracle:AM922X', 'system', 'pass1', { ora_ession_mode => 2 }); and I got the following: DBI->connect(AM922X) failed: ORA-01031: insufficient privileges (DBD ERROR: OCISessionBegin) at test3.pl line 9 (i.e. the above line). The same result when I login to the unix box as oracle or a regular user. Am I missing something? Any workaround? Thanks for your help. Lin --------------------------------- Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now