Sign in
SQL Server Migration Assistant (SSMA) Team's Blog
How-to articles, tips-and-tricks, and guidelines for migrating from Oracle/Sybase/MySQL/Access to SQL Server and SQL Azure
MSDN Blogs
>
SQL Server Migration Assistant (SSMA) Team's Blog
>
Oracle
Search Form
Blog - Links
Subscribe via RSS
Blog Home
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Topics
Planning Migration
Assessing Database
Converting Schema
Migrating Data
Blog Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Migration Assistant (SSMA) Team's Blog
Setting multiple test case call values in SSMA
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA for Oracle and Sybase include tester suite to automate comparison testing between the source and target SQL Server database. The test cases can be defined using Test Case Wizard UI . You can specify database object to test (e.g. function), specify...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0260 Wrapped package cannot be converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle does not convert the wrapped code. Wrapping (encrypting) is a process of hiding the source code. Wrapping helps to protect...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0038 Hierarchical query not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers one of the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot convert a hierarchical query containing complex functions in any sub query. A hierarchical query is a type...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA Error O2SS0007 Check constraint condition not parsed
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle is not able to convert a BINARY_FLOAT column with a constraint for checking a NAN ( Not a Number ) condition. In Oracle...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0274 Call to function with cursor return value cannot be converted in current context
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle cannot convert some of the statements that have cursor as a return type in any function. A cursor is a mechanism by which...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0418 Failed to parse statement batch with package definition
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the PL/SQL block when using invalid syntax while creating a package in Oracle code. Error O2SS0418 Failed to parse...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0160 SELECT statement not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the SELECT statement in two scenarios that have ill formed ORDER BY clauses. Error O2SS0160 SELECT statement...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0101 A parameter has been omitted, so there is no default value
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Badal Bordia , Advaiya Inc. This blog post covers the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot get description for packaged function or a packaged procedure call when a parameter has been omitted. A package...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0343 FORALL statement with SAVE EXCEPTION clause is not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t support the SAVE EXCEPTION clause in the FORALL statement. Exception handling is a programming language construct or...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0029 Cannot convert EXIT statement
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the EXIT statement when an outer loop is exited from inside the scope of inner loop. The LOOP statement is used...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0408 Collection or Record Type is not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers the reasons why SQL Server Migration Assistant (SSMA) for Oracle does not support Collection or Records Type. A collection is an ordered group of elements, all of the same type. It is...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0104 Unpackaged function call is missing a parameter
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t support the function statement whenever the number of parameter passed during the function call is less than the expected...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA–Error O2SS0041 Illegal Identifier
Posted
over 2 years ago
by
Welly.Lee
0
Comments
When converting Oracle schema to SQL Server using SSMA, you may encounter an error when your table contains a DATE column with default value. This blog post describes the reason for the error and what you should do when you encounter this error. Consider...
SQL Server Migration Assistant (SSMA) Team's Blog
How to: Migrate to a schema in an existing database using SSMA
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA, by default, migrate to dbo schema in a SQL Server database with the same name as source database schema you are migrating from. If the database does not exists, then SSMA will prompt if you like to create a new database. You can modify the target...
SQL Server Migration Assistant (SSMA) Team's Blog
Converting Oracle UDT to SQL Server TVP
Posted
over 2 years ago
by
Welly.Lee
1
Comments
Oracle supports User Defined Type (UDT) which include object type and collection. This data type is not supported in SQL Server and SSMA does not support conversion of Oracle UDT. You may consider using SQL Server TVP when migrating your Oracle database...
SQL Server Migration Assistant (SSMA) Team's Blog
Improving Performance of SSMA Migration Assessment
Posted
over 2 years ago
by
Welly.Lee
0
Comments
When performing migration assessment for a large schema (with thousands of objects), you can use the following to help improve performance: Run SSMA application on hardware with x64 bit Windows and memory of at least 4 GB. Force load the schema...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0407: Unsupported collection key type
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers some of the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot convert some of the statements that have the collection or records data-type. This blog also covers the...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server by using SSMA - Error O2SS0094 Unable to convert CURSOR as parameter
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers why SQL Server Migration Assistant (SSMA) for Oracle cannot convert a procedure that contains the CURSOR as parameter. A cursor is a mechanism by which you can assign a name to a "SELECT...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0265 Unable to convert condition (with CURSOR attributes)
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the statement having Cursor attributes with any conditional operator. A CURSOR is a mechanism by which you can assign...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0245: Cursor conversion in return statements not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Badal Bordia , Advaiya Inc. This blog post covers why SQL Server Migration Assistant (SSMA) for Oracle cannot convert some of the statements that have cursor as a return type in any function. A cursor is a mechanism by which you can...
SQL Server Migration Assistant (SSMA) Team's Blog
SSMA @TechEd Video
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA session from North America TechEd is now available from Channel 9 .
SQL Server Migration Assistant (SSMA) Team's Blog
SSMA 5.0 Extension Pack Installation Error
Posted
over 2 years ago
by
Welly.Lee
2
Comments
SSMA for Oracle requires installation of SSMA Extension Pack on the target SQL Server. This blog post describe errors that you may receive during the installation and how to resolve the issue. Must declare variable error messages During the installation...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0179 Packaged Variable (constant) data type not recognized
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni Advaiya Inc. [Updated 2/7/2012 Jiafei Yuan - Microsoft SQL Server Migration Assistant (SSMA) for Oracle v5.2. The information provided below is still valid for SSMA for Oracle v5.2. Users should download the lastest...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server Using SSMA - Emulating Oracle Package Variables
Posted
over 2 years ago
by
Bill Ramos
2
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. Oracle supports encapsulating variables, types, stored procedures, and functions into a package. When you convert Oracle packages, you need to convert: Procedures and functions - both public and...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0334 BULK COLLECT INTO Clause not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers some of the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot convert a statement that contains the BULK COLLECT INTO Clause (a collection category query). A collection...
Page 2 of 4 (78 items)
1
2
3
4