Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Make test problems with Oracle DBD

by rdfield (Priest)
on Feb 13, 2004 at 12:54 UTC ( [id://328777]=note: print w/replies, xml ) Need Help??


in reply to Make test problems with Oracle DBD

Which version of DBD::Oracle are you trying to install? Version 1.15 (I believe) allows trailing spaces on Oracle 9.2 VARCHAR2 fields. Alternatively, edit t/ph_type.pl to allow trailing spaces on VARCHAR2, i.e. change:
{ type=> 1, name=>"VARCHAR2", chops_space=>1, embed_nul=>1, skip=>0 },
to
{ type=> 1, name=>"VARCHAR2", chops_space=>0, embed_nul=>1, skip=>0 },

rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://328777]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 05:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found