cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating from other RDBMS: Is it not necessary to have database files only?

Former Member
1,618

I want to migrate an Oracle & a MySQL database. Oracle XE is installed on my PC but MySQL is not yet installed. I want to know whether it is necessary to have that RDBMS installed for SQLA migration process or just backup files are sufficient.

Breck_Carter
Participant

I am fairly sure you need the other RDBMS software running. If you are going to use the SQL Anywhere "Migrate Database Wizard" or the underlying sa_migrate() stored procedure, it uses the "Remote Database Server" feature to read schema and data from the source database via ODBC... and, generally, ODBC needs a running database underneath it. I am 99.99% sure about Oracle, but less sure about MySQL since it exhibits some "non-relational" characteristics in certain setups. Here's how to test: Look for an ODBC driver that works on MySQL files without having MySQL software installed.

Accepted Solutions (0)

Answers (1)

Answers (1)

Breck_Carter
Participant

Hey, everybody... someone answer the question! ( I'm still not sure of my comment, so if you know for sure, you get the points 🙂