perl in oracle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selvanthiru
    New Member
    • Dec 2006
    • 7

    perl in oracle

    please tell me how do i connect oracle and perl am using perl version 5.8 and orcale9i in windows XP environment.
    i have created a database in using sql in orcale, now i want to create a front end using perl how should i continue now...
  • arne
    Recognized Expert Contributor
    • Oct 2006
    • 315

    #2
    Originally posted by selvanthiru
    please tell me how do i connect oracle and perl am using perl version 5.8 and orcale9i in windows XP environment.
    i have created a database in using sql in orcale, now i want to create a front end using perl how should i continue now...
    You may want to have a look on Perl DBI (Perl's DB interface) and DBD::Oracle (the Oracle dependent driver for Perl DBI).

    Have a look on http://dbi.perl.org or consult the book 'Perl for Oracle DBAs' (which will answer most of your questions, I guess).

    Good luck.

    Comment

    Working...