Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Database Developer - SQL Server/T-SQL/Database Migration
Rating: 4.4 out of 5(123 ratings)
31,558 students

Database Developer - SQL Server/T-SQL/Database Migration

Perform actions like a Database Developer.
Last updated 4/2026
English

What you'll learn

  • Install MS SQL Server
  • Install Oracle
  • Create database
  • Query and interact with database using T-SQL
  • Setting up a Migration Repository
  • Configuring the Third Party Database Connection
  • Capturing Source Database
  • Convert Captured Model to Oracle
  • Translate Third Party SQL Objects to Oracle
  • Generating Scripts to Create Target Database
  • Move Data from Third Party Database  to Oracle

Course content

7 sections54 lectures5h 12m total length
  • Introduction2:10
  • Installing Oracle database4:47
  • Download and install MS SQL Server8:22
  • Download and attach sample database7:12
  • Oracle Installation requirements1:27
  • Download Oracle3:59
  • Install Oracle1:58
  • Connect SQLPlus to Oracle3:13
  • How to start and stop Oracle Database Server1:26
  • What is SQL Developer2:41
  • Install SQL Developer3:41
  • Connect SQL Developer to Oracle2:29
  • Download Sample Schemas2:12
  • Unlock sample HR Schema Account5:18
  • Unlock sample schemas tables4:39
  • Connect Schema account to Oracle1:49
  • Install TOAD3:21
  • Connect Toad to Oracle2:42

Requirements

  • Basic understanding of Microsoft SQL Server
  • Basic understanding of Oracle database
  • Basic understanding of SQL and T-SQL

Description

One of the many roles of a database developer includes working with relational database servers,using T-SQL(Transact ) to interact with Microsoft SQL Server  and also performing database migrations from one relational database management system to another.

There are several tools available to perform database and data migration. In this course we will be using a free powerful tool by Oracle called Oracle SQL Developer to migrate a third party database from Microsoft SQL Server into Oracle.

Database migration involves several steps specified below:

Setting up a Migration Repository : The Migrations Repository is a database schema that stores the meta_data collected and transformed in the migration process.

 Configuring the Third Party Database Connection  : You  need to configure a database connection for the database  which  you would like to migrate. There are two steps to this process:Download JDBC driver and Connecting to Third  Party  Database.

Capturing Source Database :This step is used to capture a snapshot of the current state of your third-party database and is necessary to provide SQL Developer  with a "point in time" view of your database. Once this step is complete, the Migration wizard works on the meta-data stored in its repository, instead of issuing queries against your live database.

Convert Captured Model to Oracle : The next step in the migration process is to convert the captured model  of the database to an Oracle-specific model. 

Translate Third Party SQL Objects to Oracle :The next step in the migration process is to translate the T-SQL objects - constraints, functions, procedures, triggers, views - to Oracle SQL objects. 

Generating Scripts to Create Target Database :Once the conversion process has completed, SQL Developer has a model of what the converted database will look like. This is used to generate SQL scripts for the creation of the new Oracle Database schema(s) and to run these scripts.

Move Data from Third Party Database  to Oracle :The last step in the Migration Wizard is to  move the data to the new database.  Migrating the data is a process that copies the data from the third-party database to the new tables in the Oracle database. The Migration Wizard uses the  same Oracle database connection required to run the scripts as it does to move the data.




Who this course is for:

  • Beginner Database Administrators
  • Beginner Database Developers