Hi,
Here are some information about the system I am working on:
SELECT BYTES/1024 FROM SYS.DBA_SEGMENTS WHERE SEGMENT_NAME='Map_ROAD' AND SEGMENT_TYPE='TABLE';
BYTES/1024
----------------------
13312
================================================================
SELECT AVG_ROW_LEN * NUM_ROWS FROM USER_TABLES WHERE table_name = 'Map_ROAD';
AVG_ROW_LEN* NUM_ROWS
----------------------
9083080
================================================================
SELECT TABLE_NAME, ROUND((AVG_ROW_LEN * NUM_ROWS / 1024), 2) ROW_SIZE_KB, (BLOCKS * 😎 BLOCK_SIZE_KB FROM USER_TABLES WHERE table_name = 'Map_ROAD'
TABLE_NAME : Map_ROAD
ROW_SIZE_KB : 8870.2
BLOCK_SIZE_KB: 6032
Which database you're using, and its version and service pack level,
- Oracle Database 11g Release 11.1.0.6.0 - 64bit Production
Which version and service pack of ArcSDE you are using,
- ArcSDE 9.3 Service Pack 1
Which version and service pack of ArcGIS you are using, , and
- ArcGIS 9.3.1 - Service Pack 2
Whether the table you are accessing is versioned.
-Yes the table is version-ed.
Do you store a lot of BLOBs, CLOBs or NCLOBs?
No
Do you have a very large number of concurrent connections?
Not Really