You have 2 options:
1. DBD::Oracle, which is (iirc) a native call to the database
2. DBD::ODBC which goes through the oledb layer to connect

ODBC is generally to be avoided if you need performance.

Alejandro Santillan Iturres wrote:
> I need to access an Oracle data base and I am a bit confused about which 
> module should I use.
> Can someone give me an advice if DBI, DBD, or ODBC?
>
> Thank you!
>
> Alejandro 
>
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>   

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to