MIgrating to Oracle

Posted by Harish on Stack Overflow See other posts from Stack Overflow or by Harish
Published on 2010-03-12T05:45:38Z Indexed on 2010/03/12 5:47 UTC
Read the original article Hit count: 338

Filed under:
|
|
|

We are using a JEE application and we are right now using Informix DB.Our code hits the DB with queries like "select first 10 * from test" Now as far as I know Oracle does not support 'first 10 *' kind of statements.We have more than 1000 queries like this.Should we manually change this or can have some manual customization?

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about migration