Topic: Database Administration >> Segment....
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Navi |
Posted: Jun 30, 2007 08:27:25 AM |
Total Post: 60
Joined: Jun, 2007
|
Hi,
Can anyone help me in this matter.
What is the difference between Table and Segment because i Eared table is nothing but a segment.
Regards,
Naveen |
|
|
Sabdar Syed |
| Posted: Jul 01, 2007 02:19:50 AM | |
|
Total Post: 39
Joined: Mar, 2007
|
Yes, Naveen.
You are true.
But we can say the segments are the database objects which use/occupy the space in Database and can be in creased in size. i.e. the segments are your Tables, Indexs, Rollback segments, lob segments. Segments are used in the database to calculate the size in use for the objects.
There are other oracle objects i.e. View, Synonym, Sexquence, Pl/Sql (Packages, Procedures, FUnctions, Triggers etc). These objects in general will not occupy much space in the database.
To know the list of segment types in the database
SQL> select distinct segment_type from dba_segments;
To know the list of object types in the database
SQL> select distinct object_type from dba_objects;
With Best Regards,
Sabdar Syed,
http://sabdarsyed.blogspot.com
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Vinoth Kumar | 357 |
| Gopu Gopi | 340 |
| Gitesh Trivedi | 322 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|