Re: Is ora_session_mode working for Oracle 9i?

2002-11-28 Thread Jared Still
You are attempting to login as SYSDBA. The SYSTEM account cannot do that normally. The requirements are: remote_login_passwordfile = EXCLUSIVE in the init.ora file. create a password file with orpwd utility grant SYSDBA to SYSTEM while logged into the database via sqlplus as SYSDBA. e.g.

Re: Is ora_session_mode working for Oracle 9i?

2002-11-27 Thread Michael A Chase
On Tue, 26 Nov 2002 20:17:47 -0800 (PST) Lin Feng [EMAIL PROTECTED] wrote: 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: