Managing Tablespaces and data files:
Tablespaces: Can belong to only one database at a timeConsist of one or more data filesAre further divided into logical units of storageData files: Can belong to only one tablespace and one databaseIs...
View ArticleCore Database Questions
What is stored in database redo log files???1. changes to data made by the INSERT, UPDATE and DELETE DML statements2. All DDL statements entered into the databaseWhat causes a checkpoint to occur?1....
View ArticleFormula to calculate approximate size of the SGA(Shared Global Area)
7.X—-((db_block_buffers * db_block_size) + shared_pool_size + log_buffers) / 0.98.0.X—–((db_block_buffers*db_block_size) + (shared_pool_size + large_pool_size +log_buffers) +...
View ArticleCreating a Physical Standby Database in Windows
-Preparing the Primary Database for Standby Database Creation_ Creating a Physical Standby Database_ Verifying the Physical Standby DatabaseEX:PRIMARY=PRIMESTANDBY=SECONPreparing the Primary Database...
View ArticleRDA Completing With Time Out Error – The test was interrupted because it ran...
Increase profile option the “Default timeout used by OSUtility” (OAM_DIAG_DEFAULT_TIMEOUT) to 600 seconds to resolve the following error: The test was interrupted because it ran longer than the...
View ArticleORA-29702: error occurred in Cluster Group Service operation
sqlplus “/as sysdba”SQL*Plus: Release 11.2.0.2.0 Production on Sat Apr 28 08:50:11 2012Copyright (c) 1982, 2010, Oracle. All rights reserved.Connected to an idle instance.SQL> startupORA-32004:...
View ArticleNew Features of Oracle Database 10g
• Computationally intensive PL/SQL programs compiled under Oracle Database 10g will run, on average, twice as fast as they did under Oracle9i Database Release 2.• PL/SQL will run three times as fast as...
View Article