SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures and functions, triggers, queries, embedded SQL statements and SQL scripts from MariaDB to Oracle.
Databases:
Converting datetime functions:
| MariaDB | Oracle | ||
| 1 | CURRENT_TIMESTAMP | Get the current date and time | CURRENT_TIMESTAMP |
| CURRENT_TIMESTAMP() | CURRENT_TIMESTAMP | ||
| CURRENT_TIMESTAMP(n) | CURRENT_TIMESTAMP(n) | ||