cancel
Showing results for 
Search instead for 
Did you mean: 

How to check target DB required from DBsize.XML

Former Member
0 Kudos

Hello Team,

How to check/estimate target DB size by using DBSIZE.xml which was generated Db export?

Please find the attached file .

Thanks .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi John,

Also remember if you are on unicode system your information in the BDSIZE.XML will be incorrect.

Unicode conversion guide - section "Database Import" as the "Tablespace sizes are incorrectly calculated.

Kind Regards,

Johan

former_member188883
Active Contributor
0 Kudos

Hi John,

From DBSIZE.XML Select the entries with information below

<fld name="tblspSize">

        <strval><![CDATA[2000]]>

        </strval>

      </fld>

      <fld name="sapdataDir">

        <strval><![CDATA[SAPDATA3]]>

Take a sum of these to know the final database size.

Hope this helps.

Regards,

Deepak Kori

Reagan
Advisor
Advisor
0 Kudos

Hello

Check this:

http://scn.sap.com/thread/1669047

Regards

RB