Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: DB11 - Oracle Monitor: messages
Message number: 017
Message text: Segments with non-zero PCTINCREASE
The storage parameter PCTINCREASE is set for at least one segment in
the schema SAPR3. This can lead to tablespace fragmentation.
Start the analysis tool by double-clicking on the current node in the
monitoring tree. This will display a list of all segments whose
PCTINCREASE is set to a non-zero value.
Review this list to evaluate whether this setting is as intended.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
DB11017
- Segments with non-zero PCTINCREASE ?The SAP error message DB11017 indicates that there are segments in the database that have a non-zero
PCTINCREASE
setting. This setting controls how much space is added to a segment when it needs to grow. A non-zero value can lead to issues with space management and can affect performance.Cause:
- PCTINCREASE Setting: The
PCTINCREASE
parameter is set to a value greater than zero for one or more segments in the database. This means that when the segment needs to grow, it will increase by a percentage of its current size rather than a fixed amount.- Database Configuration: The database may have been configured in a way that is not optimal for the current workload or data growth patterns.
- Space Management: Non-zero
PCTINCREASE
can lead to fragmentation and inefficient use of space, which can cause performance degradation.Solution:
Change PCTINCREASE to Zero: The most straightforward solution is to change the
PCTINCREASE
setting for the affected segments to zero. This will ensure that the segments grow by a fixed amount rather than a percentage, which can help manage space more effectively.
- You can do this using SQL commands or through the database management tools, depending on the database system you are using (e.g., Oracle, SQL Server, etc.).
Example SQL command for Oracle:
ALTER TABLESPACE your_tablespace_name MODIFY (PCTINCREASE 0);
Monitor Space Usage: After making changes, monitor the space usage of the segments to ensure that they are growing as expected and that there are no further issues.
Database Maintenance: Regularly perform database maintenance tasks such as reorganizing segments, checking for fragmentation, and optimizing space usage.
Consult Documentation: Refer to the specific database documentation for detailed instructions on managing segment settings and understanding the implications of
PCTINCREASE
.Related Information:
By addressing the PCTINCREASE
setting and monitoring the database, you can resolve the DB11017 error and improve overall database performance.
Get instant SAP help. Sign up for our Free Essentials Plan.
DB11015
The smallest number of allocatable extents for any segment
What causes this issue? All segments in SAPR3's schema are examined to determined the smallest number of allocatable extents for all segments wi...
DB11013
Run &1 &2.&3 has been started
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB11019
Oracle self-monitoring
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DB11020
Oracle monitoring context created successfully
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.