Migrate mysql database to maxdb 7.6.

Hello,
we have a mysql database and want to migrate to maxdb 7.6.
Is there existing a tool. We have tried to import the mysql-dump, but it cannot be imported from maxdb, because there is for example a ";" instead of "//" at he end of the line.
Can anayone help?
Regards Oliver

> we have a mysql database and want to migrate to maxdb 7.6.
>
> Is there existing a tool. We have tried to import the mysql-dump, but it cannot be imported from maxdb, because there is for example a ";" instead of "//" at he end of the line.
I don't know about any specific tool for this, but you can setup the line-separator for the loadercli, so that a ; is used.
Also you can switch sqlcli to multiline-mode (/m) and then also ; will be used instead of "//".
Finally (of course) you can just serch-replace the "//"...
regards,
Lars

Similar Messages

  • How Migrate MySql Database to Oracle

    Hi...
    I like Migrate MySql Database to Oracle, can help me?
    Alexandre

    I am trying to migrate a MySql to an Oracle database. I have not had any problem setting up the migration workbench.
    What I am having a problem with is copying the source database to the Oracle DB - I have verified that the host name is correct - and the MySql is at the default 3306 port number.
    What my problem is that the root user on the Linux server is not the user with DBA priviliges - instead a user called admin is the user on the linux box that has DBA priviliges.
    Is my only way around trying to get the root user assigned DBA priviliges in order for this extract to succesfully happen - and if so, how do I go about assigining DBA priviliges on the MySql database to the root user?
    Any help will be appreciated.
    Thanks

  • Migrating MySql Database to Oracle

    Hello,
    I want to migrate my MySql database completely to Oracle database. Is there any methods or tools to do it fast
    Regards
    Mujeeb ur Rahman

    Have a look at Oracle's Migration Workbench on OTN
    http://www.oracle.com/technology/tech/migration/workbench/index.html

  • Migrating MySQL database to new server

    I'm rebuilding a server for a client and I need to migrate the MySQL database off of the old server onto the new. I'm going from Server 10.5.4 to Server 10.5.4. I tried just taring the old database location at /var/mysql and untaring it to the new server at the same location and started the MySQL service, but it service won't start properly.
    I get an error in the MySQL Admin Log file that says that the "MySQL daemon startup timed-out"
    After looking at the database files, they appear to have the old server name included in their names, and there is a pid file that is specific to the server.
    Is there a process for exporting/importing the MySQL databases so I can get them installed on the new server?
    Thanks.

    So I'll reply to my own question so the answer is documented.
    I used the following command it export all the database from the old server:
    mysqldump -u username -ppassword --all-databases > alldump.sql
    username is the name of the admin user, usually root
    password is the admin password, make sure there is no space between the -p and the password. So if the password is "twit" the option is -ptwit
    And the two -- are needed in the --all-databases option
    Copy the alldump.sql file to the new server and run the following command to import all the databases:
    mysql -u username -ppassword < alldump.sql
    Be sure to set the admin password in Server Admin and start the MySQL service before importing.
    That's it.

  • Migrating MySQL database to Oracle 11g RAC

    Hi,
    I would like to migrate an entire database from MySQL to my new Oracle 11g RAC. How do I do it?

    Hi Turloch,
    I was able to configure SQLDeveloper to connect to Oracle and MySQL.
    I am having a hard time migrating data from mysql maybe due to table size. I got mysql tables with more than 20M and the PC am running the sqldeveloper is running out of memory every time I try to migrate the tables.
    Can you share some experience migrating from MySQL to Oracle?
    Thank You.

  • MIgration from MYSQL database to Oracle database

    HI,
    Can you pls let me know how can we do this using Oracle SQL Developer.
    In Mysql database we are having one table which is not normalized and corresponding to it we have created normalized tables in oracle database.
    so scenario is like this
    EMP table in MYSQL database ----------- need to migrate to----> Employee table
    Dept table.
    These tables are having some extra columns also which are not there in EMP table in MYSQL database.
    SO we want to fill some default values for the new columns while doing the migration.
    Can you pls let me know if this is achievable through SQL Developer and how?

    Sorry, you'd have to do this in 2 steps:
    1. Migrate the tables as they are.
    2. Insert the rows from the migrated tables into the new ones.
    Have fun,
    K.

  • Issues while using Migration Workbench to convert MYSQL Database

    Please help me out to convert mysql database to oracle database. I have been trying various ways yet I hanging with certain issues.
    I have downloaded SQLDEVELOPER 1.2.2998. It required plugin mysql-connector-java-5.0.6.jar file. I specified the directory of jdbc as mysql-connector-java-5.0.6.jar file while in execution of sqldeveloper 1.2.2998. I am working in Windows xp platform. I am able to
    connect to mysql database.
    create a source mode.
    connect to new oracle database
    create migration repository
    capture the mysql database
    Issues arised are :
    Java lang Null Pointer assignment.
    further the captured data is not effected in the captured model.
    please give me soln I am online

    Hi Vishnu,
    For converting date and time into timestamp form:
      CONVERT DATE <date variable>
              TIME <time variable>
    INTO TIME STAMP <timestamp variable>
         TIME ZONE SY-ZONLO.
    After this statement, the timestmap variable contains the timestamp form of the provided date and time.
    Hope this helps.
    Regards,
    Swarna Munukoti.

  • How to migrate Oracle database to MySql server

    Hi ,
    I am on a project that include migration of oracle databases to MySql database ,which include the Data warehouse servers also.
    Please Help me ,what is the steps to migrate the oracle database to MySql database , what need to care w.r.t to objects .
    if any link helps me ,Please let me know.

    Hi,
    This forum is for help with migrating from non-Oracle databases to Oracle. If you need help migrating from Oracle to MySQL then contact MySQL. You could try the MYSQL forum here -
    http://forums.mysql.com/
    Regards,
    Mike

  • Migrating MySQL 5 Database entirely to Oracle 9i

    Please help me out in migrating MySQL 5.0.19-nt Database to Oracle 9i. I am using sqldeveloper-1.2.2998 as migration tool. The plugin used is mysql-connector-java-5.0.6.jar. I am facing issues while migrating Stored Procedures, Functions, and views. Kindly resolve the issue. I am using Microsoft Windows XP SP2 platform. My Oracle database is of version 9.2.0.1.0.
    Please expedite.
    Regards
    Vijay Kumar.K

    Hello Sir,
    At the outset, I would like to convey my regards for extending your support to resolve the issue.
    My objective is to migrate MySQL 5 database entirely to Oracle 9.2.0.1.0 database.
    I have been using SQLDeveloper 1.2.2998. as migration tool. The Plugin is mysql-connector-java-5.0.6.jar. The steps which I followed for Migration are as follows.
    1. Create a New connection for source database for MySQL
    2. Create a New connection for target database for Oracle
    3. Create Repository for Target database.
    4. Associate Repository
    5. Quick Migrate
    I was able to migrate all the tables. But Views, Procedures, Functions and Triggers were not effected in the oracle database. While I found by selecting the procedures in the Converted Model that the syntax remained same as of MySQL. I raised the issue in Oracle Metalink. They have filed a Bug 6275523. But the issue is very sensitive to our business due to time frame as the alternative is only manual migration. Please do help me in this issue of migrating Stored procedures, Views, Functions and triggers into Oracle.

  • What should i do with an Oracle 11g Database, MySQL database and a dump file.

    I just joining to a new work field, almost about a database and i know "NOTHING" about this field.
    My company has a system that running by Oracle Database, the problem is that Oracle Database will cost a lot of money when my company expands.
    So the quest is converting Oracle Database to MySQL database.
    Of course i cant try to convert it in the main Database, so i create one Oracle 11g Database on my LocalHost, and it already actived in " Localhost:1158 " etc.
    I have another Sever test that already set up MySQL database, and a dump file from the system.
    So I want to ask these 2 questions :
    1. How to create an new Oracle Database from that dump file ?
    2. Is it alright if i use tool to convert Oracle Database into MySql, or i should do it manually ?
    Thanks alot.

    I just joining to a new work field, almost about a database and i know "NOTHING" about this field.
    My company has a system that running by Oracle Database, the problem is that Oracle Database will cost a lot of money when my company expands.
    So the quest is converting Oracle Database to MySQL database.
    I predict that converting to MySQL will cost your company more as it expands. As you expand managing contention becomes more important - Oracle does this for you. I do not think MySQL does, so you'll have to write more code to deal with this, costing the company money. A big part of making application scalable and reliable is to use stored procedures, how good are MySQL's compared to PL/SQL's. What other features are there that MySQL has that will benefit your company that Oracle doesn't. What do you need to think about as your company expands that need to be taken care of in the database. I would have thought a migration from MySQL to Oracle would be more common to deal with expansion.
    As you know "NOTHING" you need to think about what each database can give you for the next 10 years to cope with you businesses potential requirements, and extimate how much it will cost to implement these requirements, then make the decision

  • Migrate MySQL db to Oracle with SQL Developer / Migration Workbench

    I'm having a problem migrating a MySQL database to an Oracle database. I can make the connection to the MySQL database and query the data, but I can't do the migration.
    When I right-click on the MySQL schema, "Capture Schema" is greyed out. Same problem with clicking on an individual table. Also, the menu item "Migration --> Migrate" is greyed out.
    Can you help?

    Yes, I created a repository. And after your question, I clicked on the repository and was able to get the Migrate Data option for the first time. Thank you!
    Before I had been choosing the source database, which wouldn't allow me to choosse the Migrate Data option no matter what I did.
    Thanks for pointing out the obvious!
    BJ

  • Migration mysql to Oracle thr SQL Developer 1.2

    Customer using SQL Developer migrate MySQL4.1.22 database data to
    Oracle 9206 database. Capture and Convert completed but it hang during
    generate stage.
    Customer follow steps published in otn.oracle.com.
    1-2 steps
    Create a schema and user, named "club" on oracle ,as same as the user in
    mysql database, and with sufficient tablespace size.
    Capture the Mysql DB, and get the Capture Model.
    Convert to oracle model, and get the Converted Model.
    Capture Mysql and Convert to oracle model are successful,
    3rd steps
    Generate failed, and no error logs, the new windows can't failed to continue.
    Generating Oracle SQL
    Object Type No of Objects Generated
    User 1
    Schema 1
    Sequence 36
    Table 1
    Generation Failed.
    mysql DB is linux as 4
    oracle DB is linux as 4
    Appreciated for any suggestion.
    Thanks,
    Michael.

    Can you tell which version of SQL Developer are you using. Also it seems that generate is not hanging but fails at some stage. Hence you are getting the failure message. Please check if anything is displayed in Log window or console.
    - Rakesh

  • Transfer Mysql database to another computer

    i need help to transfer mysql database to other computer. i read a lot of forum but still did not understand.. some video also but still confuse.. can anyone help me..  that teach step by step.. if migrate, it say need to install obdc admin.. but
    what is that? n how it be installed to another computer.. sorry.. i really did not have any idea in this

    SQL is the Database System Produced by Microsoft.
    MySQL is a open source alternative to SQL and not affiliated with Microsoft in any way. In fact they are the competition.
    The Microsoft Forum is propably not the best place to ask for MySQL Problems.
    If you ask here, it's propably better asked in the
    SQL Subforum (where people who work a lot with Databases frequent) rather then the Visual C# Forum.
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

  • Transfer Mysql database to another computer.. need help..

    i need help to transfer mysql database to other computer. i read a lot of forum but still did not understand..
    some video also but still confuse.. can anyone help me..  that teach step by step.. if migrate, it say need to install obdc admin.. but what is that? n how it be installed to another computer.. sorry.. i really did not have any idea in this.. i am using
    c#

    This is a Microsoft SQL Server T-SQL programming forum.
    Search for a MySQL forum to get assistance.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • CSV datasource vs Building universe on MYSQL database

    Hello
    Does anyone know what are the advantages and disadvantages of using excel spreadsheet (CSV file) as a data source to build a report in webi rich client VS migrating the same spreadsheet (CSV file) in to MYSQL database and then build a universe on top of it in order to build a webi reports.
    I have a huge data in CSV file which I can use in rich client to make reports but I have an option to transfer this data into MYSQL and then build universe on top of this database and then start building reports.
    I would appreciate if you advise your expert opinion on this and way how would I approach this scenario.
    Also if you can advise me that how would data gets synchronize in both cases when there is any update records (delta records) in either CSV file as a data source and MYSQL database as a data source.
    Look forward to have your expert opinion.
    Regards

    Hi,
    You can Transfer the (.csv)data using Import Export Wizard/SSIS transformations to MYSQL database. It is very easy to transform and if the new data comes it will overwrite all the data from CSV to MySQL.
    Next create a universe using OLEDB Data Source. It will  Synchronize the data when updates comes. Just refresh the tables when you are creating the unv.
    Follow this link:
    http://www.geekology.co.za/blog/2010/02/import-export-comma-separated-csv-and-other-files-to-from-mysql/
    All the Best,
    Madhu...

Maybe you are looking for

  • How to configure Firefox to use OpenVPN?

    summary: I'm running OpenVPN from a Debian client through a Debian jumpbox/server. After I [start the server, start the client] most IP-based applications (DNS, ping, ssh) seem to work from the client, but client's Firefox cannot connect to http://ww

  • Formatting a new flash drive: what format?

    I got a new flash drive and I was wondering how I should format it. My previous one from windows is in Fat32 and I have no problems with it. Would I have any problems if I formatted this drive to HFS+ if I needed to use it on a windows machine? Shoul

  • Business components Clob

    I tried to modify a query for a View Object. The modification is just adding a property in the SELECT. I tried to modify the query manually or by using the Query Builder. I have an exception that I don't understand: Business Components: Java type jav

  • Attaching binary arrays to a menu ring

    I have been playing around with the menu rings and can't seem to get it to do the function that I want.  I am looking to making a pull-down menu for some user options for different resoultion modes for an intrument.  So for example one option will be

  • Mail Viewing Options Gone.  I need to DISABLE automatically marking a message as read!

    In Lion, the Mail Viewing options to disable automatically marking a viewed message as read are gone!  I absolutely NEED to disable automatically marking a viewed message as read!  How can I disable this if the option isn't present?  Is there a worka