Most of the methods you need are provided by DBI. You probably won't need
the Oracle specific stuff initially. At least read the full DBI document
once, it will save you a lot of trouble later.
If you are using ActiveState Perl, find the documentation via the Start
Menu. There are links on the left of the initial page for all installed
modules, including DBI and DBD::Oracle.
For all other platforms, run 'perldoc DBI' and 'perldoc DBD::Oracle'.
If you have DBD-Oracle-1.06.tar.gz, look in Oracle.ex/ for some example
scripts.
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: "Ignacio Salís Villanueva" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 19, 2001 1:18 AM
Subject: Looking for documentation about DBD:Oracle
> Could you tell me where can i find documentation about all functions
exists
> in the DBD Oracle.
> I don't find anything except some examples of connection and something
like
> this.