Home
> Products > Oracle to SQL
Server Free Online Migration
SwisSQL - Oracle to SQL Server Migration
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