Perl CGI Scripts - Oracle ORA-00911
Error Troubleshooting
Error Message (from web server error_log file):
ORA-00911 DBD::Oracle::st execute failed: ORA-00911: invalid character
(DBD ERROR: OCIStmtExecute) when using the DBD::Oracle driver with the
Apache web server on Linux/UNIX operating system.
Solution: This error should not occur unless the output code generated
by CGIScripter has been manually modified. Some DBD drivers will generate
an error if a ";" character is added to the end of the SQL
statement. Removing the ";" from the SQL statement will solve
this error.