Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Aug 3, 2014
To get how may records are inserted after import
›
select table_name, num_rows, blocks, avg_row_len from dba_tables where table_name='EMP'; select table_name, monitoring from dba_...
Interanl execution during Disable versioning a table
›
Step 1: SELECT 1 FROM DUAL WHERE EXISTS (SELECT 1 FROM scott.experiment_lt WHERE VERSION IN (SELECT VERSION FROM wmsys.wm$version_hie...
Jul 29, 2014
Oracle Analytic functions
›
Analytic functions compute an aggregate value based on a group of rows. They differ from aggregate functions in that they return multiple r...
Apr 20, 2014
Oracle Baseline
›
Oracle Baseline ...
Dec 31, 2013
Buffer Aging , LRU Lists,Dirty List & DBWR
›
All Oracle data is obtained by users from the buffer cache.The basic purpose of the cache is to minimize physical disk I/O by holding (buff...
‹
›
Home
View web version