Home » Other » Client Tools » Automate sql executions
Automate sql executions [message #684513] |
Mon, 21 June 2021 14:43  |
JackBauer
Messages: 24 Registered: February 2021
|
Junior Member |
|
|
Hello,
Any tool that you can recommend for executing scripts on the databases?
For example, we have daily modifications of tables, inserts in other tables and so on...
And we have 700-800 DBs in total.
Something that could be scheduled beforehand even by an operator.
Thank you
|
|
|
Re: Automate sql executions [message #684521 is a reply to message #684513] |
Tue, 22 June 2021 09:38   |
 |
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
Quote:And we have 700-800 DBs in total.
What is your definition of 'database'? Methinks you are using the mssql definition, which in oracle terms is a schema within a database. I just have a hard time imagining an organization having 700-800 _oracle_ databases --- and I used to work for the US government.
As for the basic question, my preference is to schedule the script through either the OS scheduling system, or within the database, using dbms_scheduler.
If it has to be on demand, and you want it submitted by an essentially non-technical "operator", then no matter what you use there will be some training involved; not only in how to submit it, but how to recognize errors and respond to them. So to that, there is a point at which it doesn't really matter the tool, because it's going to require training anyway.
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 22:35:06 CDT 2025
|