Here's the problem.
We have developers that will write scripts that get submitted to a DBA in order to be run on a production evironment. Our problem is for instance
insert foo into bar, and Oracle will through an exception when the table bar does not exists.
Is there an easy way to add something to their scripts to see if an object exists.. (sequences, tables, etc.. ).
Thanks.
We have developers that will write scripts that get submitted to a DBA in order to be run on a production evironment. Our problem is for instance
insert foo into bar, and Oracle will through an exception when the table bar does not exists.
Is there an easy way to add something to their scripts to see if an object exists.. (sequences, tables, etc.. ).
Thanks.