script to convert sql server query to oracle query

  • Hi All,

    Does any one have script to convert sql server query to oracle query.

     

    Please i need help really

    Thanks

  • I know of no automated tool that does this. Most of the work is dealing with the functions for which you need to find the Oracle equivalent. It does help if the query uses the join syntax as opposed to the old style + operator for left and right joins. It does help if you show the query.

  • Download Oracle XE and Install.  Create a procedure out of your query. 

    XE has tools to convert SQL Server DB's to Oracle DB's.  It won't do a Great job, but actually works some times.

  • Today i encountered with the same problem and don't know how to write an update the select update query in Oracle, then i found a software SwisSQL. It makes my life paradise. http://www.swissql.com/products/sql-translator/sqlone-consolejavadownload.html

    Just Copy your T-SQL and it will convert it to PL-SQL and in so many other languages.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply