Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> buggy forward type declarations ...
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
![]() |
![]() |