The SCM0 background process in Oracle RAC (Real Application Clusters) is a component of the Oracle Clusterware and is responsible for managing the shared resources…
Leave a CommentCategory: DATABASE
SQL Profile and SQL Baseline are both used to optimize the performance of SQL statements in Oracle databases. However, they work in slightly different ways:…
Leave a CommentPL/SQL lock timer wait event in Oracle occurs when a session is waiting for a lock held by another session to be released. This can…
Leave a CommentFrom the user and application perspective, the data dictionary in each container in a CDB is separate, as it would be in a non-CDB.
For example, the DBA_OBJECTS view in each PDB can show a different number of rows. This dictionary separation enables Oracle Database to manage the PDBs separately from each other and from the root.
Leave a Comment
Oracle Multitenant database can provide few good benefits if we plan carefully and specially by having a non-traditional approach. In the starting it may seem intimidating to the seasoned DBAs as this architecture need some learning and practice. Few of the key benefits which Oracle describes are mentioned below:
Leave a CommentThe multitenant architecture enables an Oracle database to function as a multitenant container database (CDB).
This feature is available in Oracle Database 12c or later releases so you must install or upgrade to Oracle Database 12c or later releases. The database compatibility level must be set to 12.0.0 or later to utilize the multitenant feature.
Leave a Comment
A Program Global Area (PGA) is a memory region that contains data and control information for a server process. It is non-shared memory created by…
Leave a CommentOracle 19c databases support several different types of indexes, each with its own specific use cases and characteristics. An index in an Oracle database is…
Leave a CommentThe Result Cache is a feature in Oracle 11g and later versions that allow the database to store the results of frequently executed queries in…
Leave a CommentThe “ORA-30036: unable to extend segment by 8 in undo tablespace” error message in Oracle databases indicates that the undo tablespace has run out of…
Leave a Comment