cancel
Showing results for 
Search instead for 
Did you mean: 

Impact of Oracle upgrade on custom code

Former Member
0 Kudos

Hi,

We are planning for an upgrade from Oracle 10g to 11i, but before that, we are asked to provide an analysis if this upgrade will impact any bespoke code developed by the SAP team. Can you please guide me on how to find out this impact?

Thanks in Advance,

Regards,

BIJOY

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bijoy,

If you didn't access to the Oracle by the customer ABAP programs directly (exec sql/endexec block), there will no any impact at the ABAP stack.

Best regards,

Orkun Gedik

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello All,

Thanks for your reply. I also got a confirmation from SAP that Oracle upgrade will not impact custom code changes.

Regards,

BIJOY

paul_power
Active Contributor
0 Kudos

Hello Bijoy,

Could you clarify if you mean custom abap code developments?

These would not be affected by updating the db version.

Only an SAP upgrade / sp upgrade would affect abap custom code and is taken care of by prompting if you want to keep your chages or revert back to sap standard.

regards,

Paul

volker_borowski2
Active Contributor
0 Kudos

Hi,

substantially there should be no change. In special cases there might still be little stuff.

We observed a tendency that the optimizer from Oracle 11 is more in favor to hash joins than sort-merge joins. This might do something to the performance in either good or bad way, depending on real data. Most likely you will not notice that at all.

Volker