cancel
Showing results for 
Search instead for 
Did you mean: 

How to rewrite Oracle database hints after a data migration to Sybase?

0 Kudos

Hi ,

I have a requirement to rewrite the (database hints for Oracle) used in my current ABAP program to Sybase.

See Below:-

Please assist me in making this code compatible for the Sybase Db.

Any inputs or links would be helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

pokrakam
Active Contributor

Hints are specific to Oracle. Another database may not need the equivalent instruction, or may need something completely different.

The best approach is to delete all hints and optimise your code from scratch using Sybase-specific guidelines. The best person to speak to is your Sybase DBA.