Home
> Products > Oracle to SQL
Server Free Online Migration
SwisSQL - Oracle to SQL Server Migration
SwisSQL - End of Life Notice Thanks for your interest inSwisSQL
Regret to inform you that we have decided to discontinue any development and investments on this product to best align with our business goals and direction. Existing customers of SwisSQL can avail product support from us till their current support contract expires. For further queries, do email us at support@swissql.com and we'll be happy to assist you.
Migrate Oracle PL/SQL to Microsoft SQL Server
Transact-SQL
SwisSQL - Oracle to SQL Server Migration
offers accurate and automated conversion of Oracle
PL/SQL to SQL Server T-SQL syntaxes. The migration solution is available as a free online service and a downloadable version.
SwisSQL Oracle to SQL Server Migration
solution converts
Procedures, Functions, Triggers, Views and
Packages from PL/SQL to Transact-SQL. Supports
both Named and Anonymous PL/SQL blocks
Variables, Cursors defined in Package Specification
and Package Body
Procedure calls made inside another procedure
PL/SQL built-in and user-defined Data types
To Transact-SQL
PL/SQL built-in Functions conversion into
corresponding Transact-SQL Functions
Built-in packages like DBMS_OUTPUT &
DBMS_SQL
Cursor Declaration, OPEN, FETCH and CLOSE
Statements, Cursor Variables and Implicit Cursors
REF Cursor and Parameterised Cursor variables
into Transact-SQL
%ROWCOUNT, %FOUND, %NOTFOUND and %ISOPEN
for both implicit and explicit cursor attributes
Oracle Collection Types
Oracle Hierarchical queries done using START
WITH and CONNECT BY constructs