Migrating Table data from MySQL to Oracle Using SQL* LOADER

Share via:

Hi Readers,

In this article,we will see Migrating Table data from MySQL to Oracle Using SQL* LOADER.

Step 1 :

Connect to Mysql DB and create a table

Insert data into a table

Crosscheck the data in C_EMP TABLE

Step 2 : 

Export data from C_EMP table to CSV file using below query

Step 3 :

Check data in CSV file  and send to Oracle server

use SCP to transfer files

Oracle Server : 

Step 4:

Create  a table with required metadata

Step 5 :

Create a control file to load data into Oracle database.

Step 6 :

Load the data into KTEXPERTS schema using SQL*Loader

Import successfully done to Oracle database

Now check the data in C_EMP table.

I hope above information useful and helpful.

 

Thank you for giving your valuable time to read the above information. Please click here to subscribe for further updates

KTEXPERTS is always active on below social media platforms.

Facebook : https://www.facebook.com/ktexperts/
LinkedIn : https://www.linkedin.com/company/ktexperts/
Twitter : https://twitter.com/ktexpertsadmin
YouTube : https://www.youtube.com/c/ktexperts
Instagram : https://www.instagram.com/knowledgesharingplatform

 

Share via:
Note: Please test scripts in Non Prod before trying in Production.
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading...

Add Comment