Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
SQL PLUS
.
Show all posts
Showing posts with label
SQL PLUS
.
Show all posts
May 28, 2009
Some Good Queries
›
To get size of a table select segment_name table_name,sum(bytes)/(1024*1024) table_size_meg from user_extents where segment_type='TA...
›
Home
View web version