Toad Data Modeler: Importing and exporting data models tutorial
Post author:Written By Robert Pound | Post published:May 11, 2018
In Toad Data Modeler working with large data models is simplified by importing/exporting models into a format like Excel. Watch this video for a tutorial.
There are several ways to look at what's happening in a multi-threaded server environment. Using operating-system commands, you may be able to see a list of the dispatcher and shared server processes ...
Adding Logfiles
To add a redo log, the following command is used: ALTER DATABASE database name
ADD LOGFILE THREAD y GROUP n (file specification, file specification) SIZE x;
or:
ALTER DATABASE dat...