Tuesday, March 30, 2021
.::: How To Add Column, Update, Insert & Delete row table on SQL example MariaDB :::.
Thursday, March 18, 2021
.::: Migration Oracle to MSSQL using SQLines Data Migration :::.
A. Prepare software migration
1. Download SQLines Data & extract
http://www.sqlines.com/download
SQLines Data is a tool for data transfer, schema conversion and data migration validation/testing.
Note:
SQLines Data tool does not convert views, stored procedures, functions, and triggers, use SQLines SQL Converter to convert them.
2. Download SQLines SQL Converter (Optional)
SQLines SQL Converter
SQLines SQL Converter helps you convert database schema (DDL), queries and DML statements, views, stored procedures, packages, functions and triggers.
Wednesday, March 17, 2021
.::: Migration MariaDB/MySQL to MSSQL using SQLines Data Migration :::.
.::: Migration MariaDB/MySQL to Oracle using SQLines Data Migration :::.
1. Download SQLines Data & extract
http://www.sqlines.com/download
SQLines Data is a tool for data transfer, schema conversion and data migration validation/testing.
Note:
SQLines Data tool does not convert views, stored procedures, functions, and triggers, use SQLines SQL Converter to convert them.
2. Download SQLines SQL Converter (Optional)
SQLines SQL Converter
SQLines SQL Converter helps you convert database schema (DDL), queries and DML statements, views, stored procedures, packages, functions and triggers.
Tuesday, March 9, 2021
.::: Migration SQL Server (MSSQL) to Oracle using SQLines Data Migration :::.
Monday, March 8, 2021
.::: Migration SQL Server (MSSQL) to MariaDB/MySQL using SQLines Data Migration :::.
Tuesday, March 2, 2021
.::: Migration MariaDB / MySQL to Oracle Using SQL Developer and Metode Copy to Oracle (Only Table) :::.
A. Pre Upgrade
1. Download SQL Developer & Extract
2. To connect to third-party database (MySQL, Microsoft SQL Server, Sybase Adaptive Server, Microsoft Access, IBM DB2) using SQL Developer, we need jTDS driver. You can download needed jTDS driver from following link. http://sourceforge.net/projects/jtds/files/jtds/1.2/jtds-1.2-dist.zip/download . Extract the dowloaded zip file named jtds-1.2-dist.zip
Sunday, February 28, 2021
.::: Migration SQL Server to Oracle Using SQL Developer and Metode Copy to Oracle (Only Table) :::.
A. Pre Upgrade
1. Download SQL Developer & Extract
2. To connect to third-party database (MySQL, Microsoft SQL Server, Sybase Adaptive Server, Microsoft Access, IBM DB2) using SQL Developer, we need jTDS driver. You can download needed jTDS driver from following link. http://sourceforge.net/projects/jtds/files/jtds/1.2/jtds-1.2-dist.zip/download .
Extract the dowloaded zip file named jtds-1.2-dist.zip
3. Click “Tools” and then “Prefenrences”.
.::: Migration SQL Server to Oracle Using SQL Developer with Migration Metode :::.
A. Pre Upgrade
1. Download SQL Developer & Extract
2. To connect to third-party database (MySQL, Microsoft SQL Server, Sybase Adaptive Server, Microsoft Access, IBM DB2) using SQL Developer, we need jTDS driver. You can download needed jTDS driver from following link. http://sourceforge.net/projects/jtds/files/jtds/1.2/jtds-1.2-dist.zip/download .
Extract the dowloaded zip file named jtds-1.2-dist.zip
3. Click “Tools” and then “Prefenrences”.
Saturday, February 27, 2021
.::: Migration Oracle to MariaDB/MySQL using SQLines Data Migration :::.
A. Prepare software migration
1. Download SQLines Data & extract
http://www.sqlines.com/download
SQLines Data is a tool for data transfer, schema conversion and data migration validation/testing.
Note:
SQLines Data tool does not convert views, stored procedures, functions, and triggers, use SQLines SQL Converter to convert them.
SQLines SQL Converter
SQLines SQL Converter helps you convert database schema (DDL), queries and DML statements, views, stored procedures, packages, functions and triggers.
Saturday, January 30, 2021
.::: Migration Oracle Database to Microsoft SQL Server (MSSQL) using SSMA for Oracle :::.
A. Pre Migration
1. Download & Install SQL Server Migration Assistant for Oracle
SSMAforOracle_8.16.0.msi
SSMAforOracleExtensionPack_8.16.0.msi
.::: Configure Microsoft Distributed Transaction Coordinator (MSDTC). Trouble shoot Failed to restart the MS DTC Service :::.
Integration Services is based on Microsoft Distributed Transaction Coordinator (MSDTC). The MSDTC service is a component of modern versions of Microsoft Windows that are responsible for coordinating transactions that span multiple resource managers, such as databases, message queues, and file systems.
MSDTC needs to be configured only if your database and the Perspective application reside on separate servers.
Configure MSDTC
1. From Start, search for dcomcnfg and press Enter on your keyboard.
Friday, January 29, 2021
.::: Migration Microsoft SQL Server to MariaDB/MySQL using MySQL WorkBench :::.
A. Pree
1. capture mysql for destination/Target
show databases
2. capture MSSQL for source
use teguhth
select * from INFORMATION_SCHEMA.TABLES
exec sp_columns barang
select * from barang
Popular Posts
-
Sertifikasi profesional, kadang hanya disebut dengan sertifikasi atau kualifikasi saja, adalah suatu penetapan yang diberikan oleh ...
-
SQL atau Structured Query Language) adalah sebuah bahasa yang digunakan untuk mengakses data dalam basis data relasional. Bahasa ini sec...
-
bagaimana cara mengubah hostid di Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change t...
-
DNSPerf and ResPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain ...
-
1. Check Host ID Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change this hostid for ...