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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.OutOfMemoryError

Status
Not open for further replies.

weblogicShanti

Instructor
Oct 28, 2002
2
SG
i am uploading 1.2 GB data file in to oracle using java prg.
prg. logic is, it reads the data line by line and then based on the first three char of the line it determines the table to which it will insert data and rest of the data come in that line goes to the row of the table.

small file are uploaded correctly but when i try large file i get


Oct 28, 2002 11:09:28 PM GMT+08:00> <Error> <HTTP> <[WebAppServletContext(3943
07,DefaultWebApp_myserver)] Servlet failed with Exception
java.lang.OutOfMemoryError
<<no stack trace available>>
>


i am using weblogic 6.0, jdk1.3
 
we have also handled so much of data using weblogic without problem.so this could be insufficient memory in your hardware.I think you are using clob,so look in the syntax/logic how you are updating in clob.
 
First wls6.0 is not a stable version to use. Even BEA has stoped developemnt or enhancement on this version. Try upgrading to latest version.
Either upgrade(JDK131_06) or downgrade the (JDK131_02)
Here the assumption ur application does not have any problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top