Oracle XE 11.2. and MariaDB 10.1 integration on Ubuntu 14.04 and Debian systems
Migrate from Oracle to MariaDB Server. This page provides detailed guidance, tools, and best practices for a smooth and efficient transition of your databases and applications.
Part 1: Installing Oracle Database Express Edition (XE)
Step 1: Download Oracle Database XE
Step 2: Install and Configure Java 8
sudo add-apt-repository ppa:webupd8team/java
# Press Enter to accept when prompted
sudo apt-get update
sudo apt-get install oracle-java8-installerjava -versionStep 3: Install Prerequisite Packages
Step 4: Convert the Oracle RPM to a DEB Package
Step 5: Create chkconfig and Kernel Configuration
chkconfig and Kernel ConfigurationStep 6: Final System Adjustments
Step 7: Install and Configure Oracle XE
Part 2: Installing SQL Developer
Step 1: Download and Install SQL Developer
Step 2: Run and Connect to Oracle XE
Part 3: Installing MariaDB and Connecting to Oracle
Step 1: Install MariaDB
Step 2: Install MariaDB ODBC Connector
Step 3: Install UnixODBC and CONNECT Engine
Step 4: Configure ODBC Drivers
Step 5: Test the Oracle ODBC Connection
Step 6: Configure and Test the MariaDB CONNECT Engine
Part 4: Connecting to MariaDB via JDBC
Step 1: Install the MariaDB JDBC Driver
Step 2: Configure SQL Developer
Step 3: Connect to MariaDB
Last updated
Was this helpful?

