Hi,
I created one object type

Create or replace type Temp_OT as object
(
)

From which data dictionary table I will get above created object type structure information? Simply I want to see the structure of that type.

Thanks