weblogicShanti
Instructor
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
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