Hi all,

I have an Object type table, named CUST_LEV_OT. When I am querying like

select * from CUST_LEV_OT;

I am getting ORA 04044 Procedure,Function,package or type is not allowed here.

How to select those table?

Thanks