in reply to Re^12: DBI connect to Oracle
in thread DBI connect to Oracle
Now, I have to create a table on mySQL, and I think that I have to use a Federated table, but I donīt know how. Maybe something like:
create table CEP3 (ID varchar(100) not null, MATRICULA varchar(200)) engine = federated connection = '????';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^14: DBI connect to Oracle
by Corion (Patriarch) on Feb 24, 2015 at 15:17 UTC | |
by Anonymous Monk on Feb 24, 2015 at 16:53 UTC | |
by Corion (Patriarch) on Feb 24, 2015 at 17:11 UTC | |
by Anonymous Monk on Feb 24, 2015 at 17:19 UTC | |
by Corion (Patriarch) on Feb 24, 2015 at 17:29 UTC | |
|