Home » RDBMS Server » Server Administration » table & segment
table & segment [message #62133] Tue, 29 June 2004 04:08 Go to next message
mb
Messages: 51
Registered: March 2001
Member
what is the relationship between  table and segment?

 

 

 
Re: table & segment [message #62156 is a reply to message #62133] Wed, 30 June 2004 10:07 Go to previous messageGo to next message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
Both indexes and tables are common types of segments. A segment is a group one or more extents.

select distinct segment_type from dba_segments;
CACHE
CLUSTER
INDEX
INDEX PARTITION
LOBINDEX
LOBSEGMENT
NESTED TABLE
ROLLBACK
TABLE
TABLE PARTITION
TYPE2 UNDO
Re: table & segment [message #62186 is a reply to message #62156] Sat, 03 July 2004 03:38 Go to previous message
mb
Messages: 51
Registered: March 2001
Member
is it correct that:
we have 1 or more segment for every table or index ?
which of the system tables has more than one segment?

if it is correct and we know that segment is the physical concept ,so is it correct that :
table is logical concept correspoding to physical concept segment?
thanks a lot
Previous Topic: Instance terminate
Next Topic: Dopping Online Redo Log Files
Goto Forum:
  


Current Time: Fri Sep 20 14:23:20 CDT 2024