Bug 12094

Summary: string literal too long (globals.pl:224)
Product: [Community] Bugzilla Reporter: Tim Waugh <twaugh>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2.8CC: twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-06-12 09:00:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tim Waugh 2000-06-11 18:37:18 UTC
This happened just now:

Content-type: text/html 

Software error:

DBD::Oracle::st execute failed: ORA-01704: string literal too long (DBD
ERROR: OCIStmtExecute) at
globals.pl line 224. 

For help, please send mail to the webmaster (bugzilla), giving
this error message and the time and date of the error

Comment 1 David Lawrence 2000-06-11 19:06:01 UTC
Please tell me exactly what page you were looking at and what you were doing
when you received this error.

Comment 2 Tim Waugh 2000-06-12 09:00:36 UTC
I was entering bug 12093.  I had just pressed the 'submit' button.  The text of
the report (now split into attachments) was missing but the bug was in the
database.

Comment 3 David Lawrence 2000-07-03 22:29:43 UTC
Ok I have one some changes to make Bugzilla insert large text objects into
Oracle using bind_params() in Perl DBI. This should hopefully be fixed until I
convert away from using LONG datatypes in Oracle which should not be too long
from now. Let me know if this happens again.