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

Home -> Community -> Usenet -> c.d.o.server -> buggy forward type declarations ...

buggy forward type declarations ...

From: Arjan van Muyen <arjan_at_ddi.nl>
Date: Wed, 06 May 1998 12:08:45 +0200
Message-ID: <355036AD.589C560A@ddi.nl>


Hi folks,

I am student writing an interface in PL/SQL using the objects option.

I have define mutual dependant types, but the compiler won't eat them.

Create type b as object (
attr1 a
)
Create type a as object (
attr13 b
)

With the forward type definition

Create type a;

                     ^^
                    Error

Create type b as object ( ... etc

The parser protests against the semicolon .... !?!?

=> IS THIS A BUG ?
Tnx for reading this

Arjan van Muyen
City of Amsterdam Received on Wed May 06 1998 - 05:08:45 CDT

Original text of this message

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