cancel
Showing results for 
Search instead for 
Did you mean: 

Long-Lob-Migration

Former Member
0 Kudos

Hello,

During table reorganization Oracle 10g will automatically migrate LONG fields to LOB. My question: Is this conversion fully transparent to the SAP system or do I have to make changes in the ABAP-Code (or in any other place) afterwards?

Any help is appreciated.

Walter

Accepted Solutions (1)

Accepted Solutions (1)

peter_dzurov
Contributor
0 Kudos

Hi,

The answer is no, you don't need to do any modifications in ABAP dictionary.

I highly recommend to check note

Note 646681 - Reorganizing tables with BRSPACE

as per note:

The conversion is purely a database action that is carried out under the control of BRSPACE. No changes occur in the SAP ABAP dictionary, so the entire activity has no influence on the SAP kernel. The actual basis for the LONG to LOB conversion creates the Oracle OCI8 feature of transparent access to LOB fields using the LONG interface.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks, Peter

I'll check out the SAP-Note you mentioned.