- Apr 29, 2003
- 48,920
- 46
- 91
I have a script that uses DBI to execute a bunch of parameterized queries on an Oracle database. I'm having issues inserting data into the database, and I'd like to output the actual queries that are being executed - with all of the question marks in the query substituted with the data that goes there. Basically I want to output a file full of queries that I can then run through sqlplus. Is there a DBI command that'll let me do something like that?