oratop is a utility that provides a general knowledge of database performance, similar to the top command in linux systems. When used with the Top …
Read More »dbtut
How To Find a Column or a Word in Whole Database in SQL Server
Find a Column Name in Whole Database Sometimes you may want to search for a column name in whole database. Instead of looking all the …
Read More »kkjcre1p: unable to spawn jobq slave process, slot 0, error 1089
During the database shutdown process, this alert is written to the alert log file because the processes of the running jobs cannot be propagated. The …
Read More »How To List Databases Not Included in the Availability Group(Standalone Databases)
In particular, if you are using Always On Availability Group and you haven’t included some of your databases to an always on availability groups, in …
Read More »SQL Plus History
With a feature that introduced with 12c R2, we can see the history of Sqlplus and run the commands we have run without rewriting. By …
Read More »How To Find Unused Tables in SQL Server
One of the first steps a good database administrator should take when looking at a database system is to find and remove unused indexes and …
Read More »How To Find Oracle DB Link User Password
It is possible to forget the passwords of the users in the DB Links created for the communication between Oracle databases. These users’ passwords can …
Read More »How To Find Unused Indexes in SQL Server
Index is an object that improves performance in the database in general. Many inexperienced database administrators or application developers create too much index thinking that …
Read More »How To Enable DDL Auditing in Oracle 11g and 12c(enable_ddl_logging)
Enable DDL Auditing in 11g It is possible to enable ddl auditing in a database or shema. In this way, we can monitor all DDL …
Read More »How To Find Missing Indexes in SQL Server
In the database, especially during the new development phase, indexes are the most important performance providers for us. You should be familiar with the index …
Read More »