NT cold backups via "AT" [message #72819] |
Fri, 07 November 2003 12:20 |
Frosty
Messages: 1 Registered: November 2003
|
Junior Member |
|
|
I'm attempting to run a batch file under NT4.0 via the "at" command-line scheduler.
My problem? The job gets kicked off as the default system user (rather than administrator), with no privileges to SHUTDOWN through svrmgrl. Script runs fine when not done using "at" scheduler.
Am I stuck doing these cold backups manually (I'm trying to schedule for about 2:00am), or is there a nifty trick to get around this limitation? Anyone use "su.exe" to run as administrator?
|
|
|
Re: NT cold backups via "AT" [message #72822 is a reply to message #72819] |
Sat, 08 November 2003 08:06 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
I believe you can edit the at job using 'Scheduled tasks' menu and make the job run as 'oracle' user or 'administrator' with Logon as Batch job privilege.
|
|
|