error when I try to create a type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buru
    New Member
    • Oct 2006
    • 6

    error when I try to create a type

    I try to create tris type:

    create type adr_ty as object(
    str varchar2(30),
    nr integer,
    bl integer,
    ap integer);

    but I get this wraning: Type created with compilation errors

    and the type in not working........ ....
    Any idea about this???
Working...