Does anyone know of any problem with xmltypes?
It seems that pl/sql consider xmltypes as clobs,
and crashes the Oracle instance on call of table like this
create or replace type mex_type as object
( livello_svd varchar2(3),
execution_id number(3),
pkg varchar2(40),
func_proc...