patrick118
Technical User
I have a batch job like the following
sqlplus /nolog @start.sql
in the start.sql script it sys the following
connect / as sysdba
When i start it as an administrator works ok.
When i schedule it it is automatically started as local system and then i get insufficient priviliges. I don't want to have it run under administrator or ant other account then the local system.
I also don't want to put in the sys password in the sqlscript. I know it is possible because we have it working on another server but we lost the knowledge of how.
Operating system is windows server 2003
Thanks
sqlplus /nolog @start.sql
in the start.sql script it sys the following
connect / as sysdba
When i start it as an administrator works ok.
When i schedule it it is automatically started as local system and then i get insufficient priviliges. I don't want to have it run under administrator or ant other account then the local system.
I also don't want to put in the sys password in the sqlscript. I know it is possible because we have it working on another server but we lost the knowledge of how.
Operating system is windows server 2003
Thanks