Re: Help me ORA-01044!
From: F.Frederick Skitty <Igotan_at_ombomb.demon.co.uk>
Date: 1996/09/02
Message-ID: <647819298wnr_at_ombomb.demon.co.uk>#1/1
Date: 1996/09/02
Message-ID: <647819298wnr_at_ombomb.demon.co.uk>#1/1
In article: <32295A51.7177_at_ktweb.kotel.co.kr> bwlee <bwlee_at_ktweb.kotel.co.kr>
writes:
>
> Calling package procedure of wow, next error ocur.
>
> Wow Error
> ORA-01044: size 51000 of buffer bound to variable LINES exceeds maximun
> 32512
Cause : an attempt was made to bind a buffer whose total size would exceed the maximum size allowed. total array size for arrays is calculated as follows; (element_size)*(number of elements)
Action : Reduce the buffer size.
-- http://www.ombomb.demon.co.uk/Received on Mon Sep 02 1996 - 00:00:00 CEST