Sorry for being "off topic" on this one, it's not DBI specific but I'd rather not subscribe to an Oracle list for what will probably be a simple answer. I have the following insert statement:
INSERT INTO message(FULLDATE,HOSTNAME,FACILITY,PRIORITY,MESSAGE,SHA1)
VALUES('2005-Oct-21 12:10:49','pkitest.wellsfargo.com','daem
on','err','modprobe: modprobe: Can\'t locate module
char-major-10-134','2aAdPM/NYOiPlatwJ1kps9C8iQE=')
If I do:
# The above insert statement is the only thing in INSERT.sql and it is
formatted exactly like that
Oracle$ sqlplus < /spoodir/tmp/INSERT.sql
I get this output:
===================
SQL*Plus: Release 10.1.0.3.0 - Production on Mon Nov 7 11:09:43 2005
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> 2 Disconnected from Oracle Database 10g Enterprise Edition Release
10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
===================
And nothing inserted into the database. If I knew what to google for I would
do that but at present I'm at a loss...
smime.p7s
Description: S/MIME cryptographic signature
