I'm using Oracle 9.0.1 with DBD-Oracle-1.12, and I get segmentation faults when doing queries.
Apparently, that's because I used the timestamp type. As I was new to Oracle at the time, I didn't know that was "new to Oracle 9i" and therefore a no-no for Perl. My users are annoyed at having to surround every timestamp field in a query with "to_char". Are there any plans for making DBD-Oracle work with some of these new datatypes? If not, are there any directions for adding the types to the code? I've never written a single line of C code for Oracle, so I'm probably the wrong guy to do it, but if I have to hack something together, I might. Kevin
