help please... [message #234036] |
Sun, 29 April 2007 02:44 |
gaur_poonam
Messages: 20 Registered: April 2007 Location: India
|
Junior Member |
|
|
hello,
i have a query about two prameters called PCTFREE and PCTUSED. if for better performance i need to tune both the parameters for a database, then it will affect the logical storage structure.for example i have old values set for both as,
PCTFREE=20
PCTUSED=40
now i have changed them to new values,like
PCTFREE=10
PCTUSED=50
so it will only effect to the new storage structures the old data which are already exist in database will not be affected by it. so if i want to give the changed values effect to the old data also, then is it possible? or i need to take the dump and need to restore to the new schema settings. please help me to get it solved.....
|
|
|
|
|