in reply to Re^2: DB -> C++ -> XS/Swig -> DBI -> Perl
in thread DB -> C++ -> XS/Swig -> DBI -> Perl

Have a look at the ora_use_proc_connection option in DBD::Oracle docs. Maybe that can be used to create a DBI object for the connection you get from the C++ method.

Jenda
Enoch was right!
Enjoy the last years of Rome.

  • Comment on Re^3: DB -> C++ -> XS/Swig -> DBI -> Perl

Replies are listed 'Best First'.
Re^4: DB -> C++ -> XS/Swig -> DBI -> Perl
by AbominableMonk (Novice) on Feb 10, 2014 at 06:36 UTC
    Hmm, interesting tip, thanks. Definitely worth digging into.