in reply to Can SQL*PLUS features be set via the DBI module ?

I think you're confused about what DBI is doing. It doesn't use SQL*PLUS. It uses the Oracle C libraries, which are also used by SQL*PLUS, but that's as far as the similarity goes, and features of SQL*PLUS which are not generic Oracle features are not supported by DBI. However, DBI will do the quoting for you when you use bind variables.
  • Comment on Re: Can SQL*PLUS features be set via the DBI module ?