> > Here is the my script which fetch the data from oracle > > while ($data = $sth-> fetchrow ) {
So, what is fetchrow doing ? would it cause an infinity loop which making the return value perpair for $data keep growing and finally eat up all your memory ? Beside, is there any argument for fetchrow ? (ie fetchrow( ) ) > since it is a huge data around ( 650 kb ) , this gives out of memory error. 650kb is not huge =) I can use Perl to handle over some hundred MB data once, fully loaded in memory. If I don't remember / defer wrongly , Perl can fully utilize your RAM. There is no limit on the base 640k memory. Rgds, Connie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]