‎2007 Jul 10 7:38 AM
Hi All,
My requirment is to import data into a database table.
data to be imported is huge.
I am getting an error 'Max extent Reached' while importing.
Its an SQL error 1632.
Can any one suggest how to increase max extent for that tabl.
Or any other solution to solve this problem?
Thanks in Advance.
Aruna
‎2007 Jul 10 7:45 AM
Hi,
Refer to the Note 666061
You can use BRCONNECT to adapt the next extents size. The aim is to avoid the structure of tablespaces deteriorating that is, breaking up into a large number of small extents because this reduces database performance.
Recommendation
We strongly recommend you to use this BRCONNECT function rather than the equivalent SAPDBA one, sapdba -next <tablespace(s)>. The reason is that we will in future no longer develop the SAPDBA functions, whereas BRCONNECT functions will always be fully up-to-date.
You can follow bellow link for more information http://help.sap.com/saphelp_47x200/helpdata/en/1f/1cbbf5e3c3c14c82169366f1b6f629/frameset.htm
<b>Reward points</b>
Regards