Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
dba_tables
.
Show all posts
Showing posts with label
dba_tables
.
Show all posts
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_...
›
Home
View web version