Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Problems with DBMS_LOB.LOADFROMFILE ...
Hi,
I am having trouble with calling DBMS_LOB.LOADFROMFILE. Here is the code I am using;
DECLARE
lobd BLOB; fils BFILE := BFILENAME('THALABI_HOME','login.sql'); amt INTEGER := 4000;
DECLARE
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error ORA-06512: at "SYS.DBMS_LOB", line 414 ORA-06512: at line 7
Line 7 is the DBMS_LOB.LOADFROMFILE statement. I know it has nothing to do with the directory name or the file name because the DBMS_LOB.FILEOPEN execute successfully.
Anyone has an idea why I am getting this error?
Regards
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Sat Sep 04 1999 - 17:18:42 CDT
![]() |
![]() |