Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About Oracle Problem in linux Server

Status
Not open for further replies.

Yescha

Programmer
Aug 10, 2002
16
CA
Hello Friend;
I made one DB like this:
create table bbs (
num number(5) not null,
name varchar2(50),
email varchar2(50),
subject varchar2(100),
content long
);
But, when I insert small value from write.html file, it works. But, It doesn't work fro some long value. And the error is:
java.sql.SQLException: Data size bigger than max size for this type: 5146

We know long can have 2GB, but why not then two page or like that data. It can't store?

Can anyone help me please?

Thanks.
Like Linux, Want to be Linux Guru
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top