First, I use
create materialized view log on tbl_term_inf tablespace
tjsplog;
then through toad, I find the pctused is 0. This will cause my
table space grow
fill under large pressure.
Then, I use
create materialized view log on tbl_term_inf tablespace
tjsplog pctfree 5 pctused 60;
the pctfree is changed, but pctused is still 0.
Then I use
alter materialized view log on tbl_term_inf pctused 60;
still not work.
How can I change this parameter in 9.2.0.1?
Is this a bug of 9.2.0.1?
Why would you want to create an MV log witha PCTFREE other than 0?
Why would you want to work in an unsupported product?
Why would you want to work in an unpatched product?
Do you understand what an MV log is and does? Why leave empty room
in a block? A desire to waste disk space? Please explain your
reasoning or read the docs. And, either way, upgrade to something
supported and patched.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damo...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Or there is some other reason of this full table space?
> Why would you want to work in an unsupported product?
> Why would you want to work in an unpatched product?
This 9201 is used in my company's product emvironment, so it is not
easy to update.
Sorry, but any company that cannot stay on a CURRENT, SUPPORTED AND
PATCHED environment deserves the outcome of their decision.
Yes, I agree. Our system is a OLTP system and must work 7*24, the
boss are very careful of upgrading os or database.
No way in 9201?