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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: windows 2000 question

Re: windows 2000 question

From: <Jared.Still_at_radisys.com>
Date: Wed, 31 Mar 2004 09:44:31 -0800
Message-ID: <OF02CF9157.2575EB70-ON88256E68.0060C2FF-88256E68.005FFE62@radisys.com>


> I'm a windows newbie. I'm installing windows 8.1.7 on a win2K box. When
I
>ran the oradim utility I didn't specify an internal password. In my
>sqlnet.ora file, I specify SQLNET.AUTHENTICATION_SERVICES=(NTS). When I
do
>this, I can connect as internal sysdba fine without a password. But a
batch
>job that I have set to run as a scheduled task fails, with an error
>ORA-12640 Authentication Adapter Initialization failed.

Your batch job needs to run as a user that has membership in the DBA_GRP, as
well as having logon privileges.

Your job is likely running as system local, which will not be able to connect to
the database as sysdba.

There are probably various means to do this, but the only method I have succesfully used involves using Perl with Dave Roth's win32 Perl modules.

http://www.roth.net

The one or two batch jobs I use that need privs other than system local and are not run as daemons via Win32:Daemon use the logon_as_user function.

HTH Jared



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Mar 31 2004 - 11:46:45 CST

Original text of this message

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