Re: [phplib] too large From: Padraic Renaghan (list <email protected>)
Date: 11/11/00

* senthil <senthilvv29 <email protected>> [Nov 12 12:27am]:
> ORA-01401: inserted value too large for column
> Query :"insert into active_sessions ( sid, name, val, changed ) values
> ('3583748d60d1cfdc231b7fbec0a5a472?inbox', 'Example_Session',
> 'RXhhbXBsZV9TZXNzaW9uOiR0aGlzLT5pbiA9ICcnOyAkdGhpcy0+cHQgPSBhcnJheSgpOyAkdGh
> pcy0+cHRbJ2F1dGgnXSA9ICcxJzsgJEdMT0JBTFNbJ2F1dGgnXSA9IG5ldyBFeGFtcGxlX0F1dGg
> 7ICRHTE9CQUxTWydhdXRoJ10tPmF1dGggPSBhcnJheSgpOyAkR0xPQkFMU1snYXV0aCddLT5hdXR
> oWyd1aWQnXSA9ICdmb3JtJzsgJEdMT0JBTFNbJ2F1dGgnXS0+YXV0aFsncGVybSddID0gJyc7ICR
> HTE9CQUxTWydhdXRoJ10tPmF1dGhbJ2V4cCddID0gJzIxNDc0ODM2NDcnOyAkR0xPQkFMU1snYXV
> 0aCddLT5hdXRoWydyZWZyZXNoJ10gPSAnMjE0NzQ4MzY0Nyc7IA==', '20001112002352')"
>
>
> what the hell does this mean what should i do?

You would be wise to try to figure out some of these things on your
own before posting to the list. You'll get the benefit of learning for
yourself as well as keeping the contents of the list topical and
interesting for other members.

As for your question, I'll take a _wild guess_ and say that your
database is telling you that you are trying to put more data in a
column than it can hold.

Take a look at the CREATE TABLE statments that you used to create the
active_sessions table and then look up the data type in your database
manual for the data type of the active_sessions.val column.

I imagine that will lead you to the cause of the problem and also to
some solutions to try on your own.

-- 
Padraic Renaghan /pad-rik ren-a-han/

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>