Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Connecting DBD::Oracle without using TCP/IP

by fx (Pilgrim)
on Dec 23, 2003 at 17:52 UTC ( [id://316665]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    BEGIN {
    ...
    $dbh = DBI->connect('dbi:Oracle:', 'user', 'pass') || die $!;
    $dbh->do("select 1 from dual");
    $dbh->disconnect;
    
  2. or download this
    Installed Oracle Net Tranport Protocols are:
    
        IPC
    ...
        BEQueath
        SSL
        RAW
    

Log In?
Username:
Password:

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

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

    No recent polls found