Quote Originally Posted by DanceRat View Post
Do you log in as your id with superpowers, the sysdba role, or the schema owner to run the sql?
Personalized account with proper exec, etc privileges on operational schema.


Quote Originally Posted by DanceRat View Post
Do you run from Toad or as a script (@c:\script) and do you spool your logs and if so how long do you keep them?
I never use a GUI interface to run production stuff -scripts/logs kept forever in dated folder.


Quote Originally Posted by DanceRat View Post
Do you request your developers to preface the objects in their scripts with the schema name?
Yes. all objects have to be fully qualified.


Quote Originally Posted by DanceRat View Post
Do you have a change control process that you go through?
Yes. Nothing goes into production with no approval from QA and Business Owner, all changes have to include a backout procedure.