Hi Mark,
that will never work because the oracle tablespace files are NOT in the
DBF format that the modules are for but a special oracle format. DBF is
a convention anyway - you can name them anything.
Depending on what you want to do you have 2 options:
- there are some vendors selling speci
On Mon, 2006-05-01 at 11:00 -0400, Mark Galbreath wrote:
> Our Oracle team exports 8 DBF files to a local directory. Is it
> possible to use perl to query these tablespace files directly? Using
> perl, how would I get them into a MySQL database? Do I need anything
> besides DBI.pm?
Mark,
This
On 5/1/06 11:37 AM, "Mark Galbreath" <[EMAIL PROTECTED]> wrote:
> Unfortunately, direct access to the Oracle database is not possible as it is
> off-site. All I have to work with are the 8 DBF files and DBI.pm.
So a search of cpan turns up:
http://search.cpan.org/~clotho/CAM-DBF-1.01/lib/CAM
Unfortunately, direct access to the Oracle database is not possible as it is off-site. All I have to work with are the 8 DBF files and DBI.pm.
~m>>> Sean Davis [EMAIL PROTECTED]> 01-May-06 11:25:13 AM >>On 5/1/06 11:00 AM, "Mark Galbreath" <[EMAIL PROTECTED]> wrote:> Our Oracle team exports 8
On 5/1/06 11:00 AM, "Mark Galbreath" <[EMAIL PROTECTED]> wrote:
> Our Oracle team exports 8 DBF files to a local directory. Is it possible to
> use perl to query these tablespace files directly? Using perl, how would I
> get them into a MySQL database? Do I need anything besides DBI.pm?
I t
Our Oracle team exports 8 DBF files to a local directory. Is it possible to use perl to query these tablespace files directly? Using perl, how would I get them into a MySQL database? Do I need anything besides DBI.pm?
thx,
mark