| title | Installing SSMA components on SQL Server (OracleToSQL) | Microsoft Docs | ||
|---|---|---|---|
| ms.prod | sql | ||
| ms.custom | |||
| ms.date | 10/01/2019 | ||
| ms.reviewer | |||
| ms.technology | ssma | ||
| ms.topic | conceptual | ||
| helpviewer_keywords |
|
||
| ms.assetid | 33070e5f-4e39-4b70-ae81-b8af6e4983c5 | ||
| author | Shamikg | ||
| ms.author | Shamikg | ||
| manager | shamikg |
In addition to installing SSMA, you must also install components on the computer that is running [!INCLUDEssNoVersion]. These components include the SSMA extension pack, which supports data migration, and Oracle providers to enable server-to-server connectivity.
The SSMA extension pack adds the sysdb and ssmatesterdb databases to the specified instance of [!INCLUDEssNoVersion]. The database sysdb contains the tables and stored procedures required to migrate data and the user-defined functions that emulate Oracle system functions. The ssmatesterdb database contains the tables and procedures required by the Tester component.
Also, when you migrate data to [!INCLUDEssNoVersion], SSMA creates [!INCLUDEssNoVersion] Agent jobs when the server-side data migration engine is used for migrating the data.
Before you install the SSMA for Oracle server components on [!INCLUDEssNoVersion], make sure that the system meets the following requirements:
-
[!INCLUDEssNoVersion] instance is installed. SSMA doesn't support SQL Server 2008 Express Edition.
-
[!INCLUDEmsCoName] Windows Installer 3.1 or a later version.
-
The Oracle Client Provider or the OLE DB provider for Oracle, and connectivity to the Oracle database that you want to migrate. You can install providers from the Oracle product media or Oracle Web site.
-
The [!INCLUDEssNoVersion] Browser service must be running during installation. This is used to populate a list of the instances of [!INCLUDEssNoVersion] in the Setup wizard. You can disable the [!INCLUDEssNoVersion] Browser service after installation.
[!NOTE]
If the [!INCLUDEssNoVersion] Browser service is running, but you still do not see a list of instances in Setup, you must unblock UDP port 1434. You can use Windows Firewall to temporarily unblock the port, or you can temporarily disable Windows Firewall. You might also have to temporarily disable antivirus software. Make sure to enable firewalls and antivirus software after installation.
You can install the extension pack anytime before you migrate data to [!INCLUDEssNoVersion].
Important
To install the extension pack, you must be a member of the sysadmin server role on the instance of [!INCLUDEssNoVersion].
To install the extension pack
-
If you haven't already, extract all files from the SSMA Zip file.
Depending on the version of WinZip you have, you can either double-click the file, or right-click the file and then select Extract All or Open in WinZip. Follow the instructions in the WinZip user interface to extract the files.
-
Copy SSMA for Oracle Extension Pack.n.Install.exe (where n is the build number) to the computer that is running [!INCLUDEssNoVersion].
-
Double-click SSMA for Oracle Extension Pack.n.Install.exe.
-
On the Welcome page, select Next.
-
On the End User License Agreement page, read the license agreement. If you agree, select the I accept the terms in the license agreement check box, and then select Next.
-
On the Choose Setup Type page, select Typical.
-
On the Ready to Install page, select Install.
-
On the Completed the First Step of Installation page, select Next.
A new dialog box will appear, in which you select the instance of [!INCLUDEssNoVersion] for the extension pack installation.
-
Select the instance of [!INCLUDEssNoVersion] to which you'll be migrating Oracle schemas, and then select Next.
The default instance has the same name as the computer. Named instances will be followed by a backslash and the instance name.
-
On the connection page, select the authentication method and then select Next.
Windows Authentication will use your Windows credentials to try to sign in to the instance of [!INCLUDEssNoVersion]. If you select [!INCLUDEssNoVersion] Authentication, you must enter a [!INCLUDEssNoVersion] login name and password.
-
On the next page, select Install Utilities Database n, where n is the version number, and then select Next.
The sysdb database is created and the user-defined functions and stored procedures are created in that database.
If Install Tester Database option is checked, the tester ssmatesterdb database will be created.
-
To install the utilities to another instance of [!INCLUDEssNoVersion], select Yes, and then select Next, or to exit the wizard, select No.
-
In [!INCLUDEssManStudioFull] or by using the sqlcmd utility, run the following script to enable CLR:
sp_configure 'clr enabled', 1 GO RECONFIGURE GOIf CLR isn't enabled, you'll receive the following error when SSMA connects to [!INCLUDEssNoVersion]:
SSMA could not retrieve the extension pack assembly version information. Reinstall the extension pack on the database server.
After you install the extension pack, an ssma_oracle.bcp_migration_packages table appears in the sysdb database.
Every time you migrate data to [!INCLUDEssNoVersion], SSMA creates a [!INCLUDEssNoVersion] Agent job. These jobs are named ssma_oracle data migration package {GUID}, and are visible in the [!INCLUDEssNoVersion] Agent node of [!INCLUDEssManStudioFull] in the Jobs folder.
Installing SSMA for Oracle Client (OracleToSQL)
Migrating Oracle Databases to SQL Server (OracleToSQL)