Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to run procedure on database startup? NT
Hi:
You can use simple DOS commands in .BAT or .CMD files. If those aren't sophisticated enough, try downloading the Windows Scripting Host from Microsoft's web-site. This allows you to use VBscript or Jscript as a host-level scripting language under NT.
I believe you will need to create a simple AUTOEXEC.BAT that will be run on boot up. Put whatever DOS commands and calls to WSH scripts into that file, and I believe it will do the trick.
Good luck,
Dave
Andy Hardy wrote in message <01bdf7c3$6d4713e0$430c400a_at_viao1>...
>Hi,
>
>I'd like to run a couple of procedures whenever the database is restarted
>e.g. housekeeping, report database startup, call external programs etc. Any
>thoughts on how to automate this on an NT system running Oracle 7.3.3?
>
>Andy
Received on Thu Oct 15 1998 - 21:39:16 CDT
![]() |
![]() |