Description of Problem: Getting this error in the error_log on app[23].rwc-colo. DBD::Oracle::db do failed: ORA-01401: inserted value too large for column (DBD ERROR: OCIStmtExecute) at /var/www/apps/Apps/StoreTools.pm line 1464. Version-Release number of selected component (if applicable): How Reproducible: Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional Information:
I've looked over the code for this carefully, and it seems that the code is fine. Rather, one or more shopping carts have enough items in them that the encoded version of the data-object exceeds the size of that column in the Oracle table (rh_cart.contents, I'm guessing). It would seem that the only real fix is to enlarge this column. Note that this is a separate thing from the storing of session data.
Well, there are two occurrances of this since September 19, and they occurred within about 30 minutes of one another, so I'm guessing this was just a fluck of sorts. I'll keep my eyes open for another instance, but right now I think the two on 10/10 are just oddities.
I don't think there's been any sign of this in a while, has there ?