Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: pctincrease --SYS objects
Below is from the V8.1.6 DOC CD -
See Also:
For complete information about these parameters, see Oracle8i SQL Reference.
With the exception of PCTINCREASE, do not decrease the setting of a storage parameter to a value below the default. (If the value of MAXEXTENTS is large, then you can lower the value for PCTINCREASE or even set it to zero.)
No other changes to SQL.BSQ are supported. In particular, you should not add, drop, or rename a column.
HTH & YMMV!
"MacGregor, Ian A." wrote:
>
> Be warned! The README.txt file for Oracle 8.1.6 states:
> ----------------------------------------------------------------------------
> -------
> 1.5 SQL.BSQ
> -----------
> Do not modify SQL.BSQ before installation. Some customers, especially those
> with
> a large number of objects in their installation, have noticed performance
> improvements when they modify SQL.BSQ before installation (for example, by
> increasing initial extents). However, making such modifications may
> jeopardize
> customer supportability.
> ----------------------------------------------------------------------------
> ---------
> Personally, I don't see anything wrong with amending the sql.bsq within the
> restrictions stated in the included message. However, readme files are
> supposed to be the "last" word on a topic; that is, what's in the readme
> file takes precedence over what's stated in the documentation.
Received on Mon Jul 03 2000 - 15:09:04 CDT