in reply to Re^14: DBI connect to Oracle
in thread DBI connect to Oracle

Maybe. But do you know how to create the script to MySQL?

Replies are listed 'Best First'.
Re^16: DBI connect to Oracle
by Corion (Patriarch) on Feb 24, 2015 at 17:11 UTC

    I guess that you can find the answer in the MySQL documentation. Or maybe you can pay an Oracle consultant to answer your question.

    What error message did you get, or how else did MySQL fail to do what you want?

      Using this code:
      create table CEP (ID varchar(100) not null, MATRICULA varchar(200)) engine = federated connection = 'mysql://CEP:a423pa@172.16.90.220:1521/CEP/USUARIOS';
      I created the table normally. The problem occurs when I try to select rows from table that I create. The error:
      Error Code: 1429. Unable to connect to foreign data source: Lost connection to MySQL ser +ver at 'waiting for initial communic