I have a procedure that does a certain task and exits. The procedure has to be replicated to around 40 databases, that will run this procedure. My concern is that if there is a change all across, every procedure has to be changed.
How can I create a shell script, that takes input username, password and SID and runs an anonymous block (the same procedure is converted as an anonymous block and put on server) and it runs it.