I need to create a batch job to run an Oracle stored proc every Monday at 4am.
Our oracle instance is not a management server, it is stand alone and therefore I do not have access to schedule jobs via the EMC. (I do not try to pretend to be a DBA, but that is the answer that I received when I asked about it).
What is the syntax to kick off the stored proc in a batch file (*.bat)? So that I can schedule it using the AT command.
TIA.
Our oracle instance is not a management server, it is stand alone and therefore I do not have access to schedule jobs via the EMC. (I do not try to pretend to be a DBA, but that is the answer that I received when I asked about it).
What is the syntax to kick off the stored proc in a batch file (*.bat)? So that I can schedule it using the AT command.
TIA.