This video on managing database security is part eleven of an overview of key DBA features in Toad for DB2 z/OS.
Related Articles
Oracle Adding/Dropping Logfile Threads/Groups/Members
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...
Oracle Tuning the Database for Optimal Physical I/O
Once the application and memory areas have been tuned, the next performance bottleneck can be the disk subsystem. A number of performance indicators can suggest a need to improve Oracle disk I/O. A ma...
Spotlight on Oracle – Buffer busy waits (SOO64)
Buffer busy waits Buffer busy waits occur when a session cannot access a needed block because it is in use by another session. The two most common causes are: insufficient free lists for a table...
