Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Remote Oracle database access from windows

by tokpela (Chaplain)
on Jul 24, 2009 at 15:36 UTC ( [id://783019]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dsn = 'dbi:Oracle:host=10.1.1.100;sid=XX;port=1521';
    
  2. or download this
    my $dbh;
    
    ...
    if ($@) {
       log("[Error] COULD NOT CONNECT TO DATABASE: [$@]\n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-19 17:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found