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

I still fail to see where this is a Perl problem. See Re^14: DBI connect to Oracle.

Replies are listed 'Best First'.
Re^19: DBI connect to Oracle
by Anonymous Monk on Feb 24, 2015 at 17:45 UTC
    Yes, i think that the problems I had with Perl over. Now I have the following situation: - In the tutorial that I´m following, the author create a sample_proxy for SQLite and Postgres. But I need my proxy to Oracle.
    $ sample_proxy 'dbi:SQLite:test.db' 10306 > sqlite.log 2>&1 $ sample_proxy 'dbi:Pg:dbname=mydb' 11306 > pg.log 2>&1 &