Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Newbie oracle 8i/ORDSYS.ORDImage.init() problem

Newbie oracle 8i/ORDSYS.ORDImage.init() problem

From: jim <jimc_at_gw.total-web.net>
Date: Mon, 13 Nov 2000 20:13:14 -0500
Message-ID: <t117uqgapha1d8@corp.supernews.com>

I'm new to Oracle 8i and am trying to create a table to store small photos in. I'm having
problems geting ORDSYS.ORDImage.init() to initialize the data structure in which to store
the data. In the simplest form I tried the following example from the Oracle documentation.

I have Oracle 8i Enterprise version 8.1.6.0.0 with all the Oracle InterMedia options selected.

SQL>
  1 DECLARE
  2 myImage ORDSYS.ORDImage;
  3 BEGIN
  4 myImage := ORDSYS.ORDImage.init();
  5* END;
myImage := ORDSYS.ORDImage.init();

                           *

ERROR at line 4:
ORA-06550: line 4, column 28:
PLS-00302: component 'INIT' must be declared
ORA-06550: line 4, column 1:

PL/SQL: Statement ignored Received on Mon Nov 13 2000 - 19:13:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US