Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^14: DBI connect to Oracle

by Corion (Patriarch)
on Feb 24, 2015 at 15:17 UTC ( [id://1117665]=note: print w/replies, xml ) Need Help??


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

I think this is more an Oracle problem than a Perl problem.

Replies are listed 'Best First'.
Re^15: DBI connect to Oracle
by Anonymous Monk on Feb 24, 2015 at 16:53 UTC
    Maybe. But do you know how to create the script to MySQL?

      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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1117665]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found