![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2016020.1 : EMS :: Maximum Extents About To Be Reached For Table In Netboss
In this Document
Created from <SR 3-10779662541> Applies to:Oracle Communications EAGLE (Software) - Version EMS 43.x and laterTekelec GoalMaximum extents about to be reached for table: ALERT_TABLE current # of extents: 32768, maximum allowed extents: 327680 SolutionIncrease the maximum number of extents for the table that is causing the alarm
1. Login to EMS DB: sqlplus netboss/netboss
2. Increase maximum extents of table using following command: alter table <tablename> storage(maxextents <new value of max extents>);
For example to change max extents to 8192 for table L_OCCUR:
alter table L_OCCUR storage(maxextents 8192);
Attachments This solution has no attachment |
||||||||||||||
|