Database Migration: MySQL | Microsoft SQL Server | Oracle
Database Migration: MySQL | Microsoft SQL Server | Oracle, available at $39.99, has an average rating of 4.05, with 42 lectures, based on 29 reviews, and has 9053 subscribers.
You will learn about Migrating MySQL Database to Microsoft SQL Server Database Migrating Microsoft SQL Server Database to Oracle Installing SQL Server Migration Assistant for MySQL -SSMA Perform pre-migration steps Setup connections to source and target database servers Validate Type mappings Convert Schema Migrate Schema and Data Connect to third party database Capture third party source data Generate migration scripts This course is ideal for individuals who are Beginner Database Administrators or Beginner Data Analyst or Beginner Data Engineers or Beginner Data Scientist It is particularly useful for Beginner Database Administrators or Beginner Data Analyst or Beginner Data Engineers or Beginner Data Scientist.
Enroll now: Database Migration: MySQL | Microsoft SQL Server | Oracle
Summary
Title: Database Migration: MySQL | Microsoft SQL Server | Oracle
Price: $39.99
Average Rating: 4.05
Number of Lectures: 42
Number of Published Lectures: 42
Number of Curriculum Items: 42
Number of Published Curriculum Objects: 42
Original Price: $59.99
Quality Status: approved
Status: Live
What You Will Learn
- Migrating MySQL Database to Microsoft SQL Server Database
- Migrating Microsoft SQL Server Database to Oracle
- Installing SQL Server Migration Assistant for MySQL -SSMA
- Perform pre-migration steps
- Setup connections to source and target database servers
- Validate Type mappings
- Convert Schema
- Migrate Schema and Data
- Connect to third party database
- Capture third party source data
- Generate migration scripts
Who Should Attend
- Beginner Database Administrators
- Beginner Data Analyst
- Beginner Data Engineers
- Beginner Data Scientist
Target Audiences
- Beginner Database Administrators
- Beginner Data Analyst
- Beginner Data Engineers
- Beginner Data Scientist
MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation.
The SQL part of “MySQL” stands for “Structured Query Language”. SQL is the most common standardized language used to access databases. Depending on your programming environment, you might enter SQL directly (for example, to generate reports), embed SQL statements into code written in another language, or use a language-specific API that hides the SQL syntax.
A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. Since computers are very good at handling large amounts of data, database management systems play a central role in computing, as standalone utilities, or as parts of other applications.
MySQL is Open source which means that it is possible for anyone to use and modify the software. Anybody can download the MySQL software from the Internet and use it without paying anything. If you wish, you may study the source code and change it to suit your needs.
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network (including the Internet). Microsoft markets at least a dozen different editions of Microsoft SQL Server, aimed at different audiences and for workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.
Database migration is the process of migrating data from one or more source databases to one or more target databases by using a database migration service. When a migration is finished, the datasets in the source databases resides fully, though possibly restructured, in the target databases.
In this course you will learn how to migrate a database from MySQL into Microsoft SQL Server using SQL Server Migration Assistant for MySQL (SSMA). The migration will involve schema and data migration.
Data Migration is an important function anyone working with a database should be able to carry out.
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.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction
Lecture 2: What is MySQL
Lecture 3: What is Oracle
Lecture 4: What is Microsoft SQL Server
Lecture 5: Database Concepts
Lecture 6: Database Schema
Chapter 2: Oracle Database Setup
Lecture 1: Installation Requirements
Lecture 2: Install Oracle Database Server
Lecture 3: SQLplus
Lecture 4: Unlock sample schema for Oracle
Lecture 5: Install Oracle Developer
Lecture 6: Connect to Oracle Database
Chapter 3: Microsoft SQL Server Setup
Lecture 1: Minimum Installation Requirements for SQL Server
Lecture 2: SQL Server Editions
Lecture 3: Download Microsoft SQL Server
Lecture 4: Install Microsoft SQL Server
Lecture 5: Install SQL Server Management Studio
Lecture 6: Connect to SQL Server with SSMS
Lecture 7: Install Sample Database
Chapter 4: Database Migration: SQL Server To Oracle
Lecture 1: Creating a database user
Lecture 2: Creating a repository
Lecture 3: Configuring third party database connection – Part 1
Lecture 4: Configuring third party database connection – Part 2
Lecture 5: Capturing data source
Lecture 6: Converting captured model to Oracle
Lecture 7: Translating third party T-SQL objects to Oracle
Lecture 8: Generating scripts to create target database
Lecture 9: Moving data from SQL Server into Oracle
Chapter 5: MySQL Database Server Setup
Lecture 1: MySQL Download Link
Lecture 2: Install MySQL on Windows
Lecture 3: Install MySQL on Macs
Lecture 4: MySQL Workbench
Lecture 5: Install MySQL Workbench on Macs
Lecture 6: MySQL Data Types
Chapter 6: Database Migration: MySQL To SQL Server
Lecture 1: Installing SSMA
Lecture 2: Prerequisites
Lecture 3: SQL Server Agent
Lecture 4: Pre-migration assessment
Lecture 5: Validating type mappings
Lecture 6: Converting the schema
Lecture 7: Performing the migration
Lecture 8: Post migration data validation
Instructors
-
Bluelime Learning Solutions
Making Learning Simple
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 5 votes
- 4 stars: 12 votes
- 5 stars: 10 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024