Manual Database Creation
The specific methods for creating a database are: With Database Configuration Assistant (DBCA), a graphical…
Read moreThe specific methods for creating a database are: With Database Configuration Assistant (DBCA), a graphical…
Read moreNormally if you are trying to shrink a compressed table lets say you get below…
Read moreSpace allocation in the UNDO tablespace is unique and does not follow the same rules…
Read moreSYSTEM Tablespace is Growing Abnormally in 12c My SYSTEM tablespace was growing rapidly. This was…
Read moreAdding Disks to a Disk Group is done with the “alter diskgroup” command.Oracle provides the…
Read moreA database link (DBlink) is a definition of how to establish a connection from one…
Read moreIn v$parameter we can find one column ie. ISSYS_MODIFIABLE. This column contains three phases: 1)…
Read more→ Here we can see that new pluggable database PDB1 created from another pluggable database…
Read moreOverview of Data Files At the operating system level, Oracle Database stores database data in…
Read morePARAMETER & PASSWORDFILE: * Create pfile from spfile to location '/home/oracle/init<sid.ora>' * Create password file…
Read moreA system change number (SCN) is a logical, internal time stamp used by Oracle Database.…
Read moreBelow are the list of additional privileged user in 12c apart from the privileged user…
Read moreUseful views to get index details: dba_indexes dba_segments dba_ind_columns dba_ind_partitions user_indexes user_segments user_ind_columns user_ind_partitions Query…
Read moreIn a typical use case, you manually shut down the database, making it unavailable for…
Read moreOracle ASH report introduced in Oracle 10g release 2. ASH collects samples of active sessions…
Read moreThe database buffer cache, also called the buffer cache, is the memory area that stores…
Read moreOracle can store different kind of files under FRA: – backupset: for RMAN regular backups.…
Read moreThe database control file is a small binary file associated with only one database. Each…
Read moreIf you flush the shared pool, all the statements in cursor will be flushed. Sometimes…
Read moreA checkpoint is a crucial mechanism in consistent database shutdowns, instance recovery, and Oracle Database…
Read moreThe dynamic performance views are special views that are continuously updated while a database is…
Read moreA lock is a mechanism that prevents destructive interactions. Interactions are destructive when they incorrectly…
Read moreProblem:While patching 19.3 GRID_HOME with July2019 RU patch 19.4 I got this error: Solution:The problem…
Read moreInstance recovery is the process of applying records in the online redo log to data…
Read moreTypically, you manually start an instance, and then mount and open the database, making it…
Read more