I just upgraded to Toad 11 (Oracle) from 10.6.1. I would like to save the scripts neccessary for creating the toad schema, so that I can make this a part of the standard on all our newly created databases.
But Server Side Objects Wizard is gone in 11. I’m sure there is a plan behind this, but can not figure out what.
If your users have privileges to create the objects then I would say don’t
bother creating them yourself. Let Toad and the users create them as needed.
If your users don’t have privileges, then you can log in as a user who
does have the privileges, and attempt to use the features that require server
side objects. Then Toad will prompt you to create them.
The features that require server side objects are:
Explain Plan
Team Coding
Toad Security
Code Profiler
Space/IO History on Administer|Tablespaces screen
Load File From Database feature in Trace File Browser
If you don’t plan to use some of these features, there is no need to
create the objects.
Once you have the objects created on one database, you can use Toad to generate
the script to create them on the other databases.
why would you take the scripts away? this makes it hard for dev environments where we don’t have permissions to run such things. Need to get the dba’s to run etc. Most dba’s like scripts. This is a step back.