Common Issues
SQL Query To Find The Space Utilization of Tablespaces In Oracle
In Oracle database, a tablespace is a logical storage container that is used to store data objects, such as tables, indexes, and partitions. It is…
How To Drop A Database In Oracle | How To Drop Oracle Database Manually
Through this article, we will learn to drop a whole database in Oracle manually with commands. We can also use the DBCA utility to drop…
Rolling Forward Physical Standby Database Using Recover From Service Command
From 12C onwards Oracle has introduced a new way of rolling forward a physical standby database by using recover from service commands. There could be…