Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ImageData and Visual Information Retrieval question
I am trying to use the oracle intermedia and visual information
retrieval packages from a Java application and I keep getting
the following error when I call the OrdImage method "loadData()":
java.sql.SQLException: ORA-06550: line 1, column 46:
PLS-00103: Encountered the symbol "NULL" when expecting one of the
following:
( <an identifier> <a double-quoted delimited-identifier>
table the
The java code that I have is:
virObj = new OrdImage(conn); virObj.loadData("d:/work/myprojects/test.gif"); Blob tmpBlob = virObj.getContent();
I was not able to call any of the OrdImage and OrdVir methods successfuly. Am I missing something here?
Thanks,
Venu
venuj_at_mycfo.com
Received on Thu Sep 30 1999 - 13:24:54 CDT
![]() |
![]() |