Welcome Guest, Not a member yet? Register   Sign In
ci_session table problem
#3

[eluser]attos[/eluser]
Your problem is in how the USER_DATA column is declared. Oracle limits the VARCHAR2 to 4000 bytes.

Quote:USER_DATA VARCHAR2(3000 BYTE)

You should change the data type to either CLOB (Character Large Object), NCLOB (National Character Large Object) or BLOB (Binary Large Object).


Messages In This Thread
ci_session table problem - by El Forum - 05-26-2009, 01:58 AM
ci_session table problem - by El Forum - 05-26-2009, 07:11 AM
ci_session table problem - by El Forum - 05-27-2009, 01:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB