|
-
Segment space management issues
Hi,
I have a theoretical doubt with regards to manually managing segment space. There r 3 parameters, PCTFREE, PCTUSED and FREELIST. Data can be inserted into a segment upto a point where we reach the PCTFREE parameter value. also when we want to insert data into a segment already with some data existing, we can only insert data if the existing data is occupying space below the PCTUSED parameter value. So once a segment has data lesser than the PCTUSED value, then this segment is put into the freelist for insertion. my question is, once a segment is in the free list, can i be allowed to delete data from that segment?
It would be nice if someone cud answer this question.
thanks,
Jay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|