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???
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???