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
Printable View
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
ooooh my that was so urgent....
RTFM
USER_TYPES & USER_TYPE_ATTRS
HTH.
Looks like Jurij is right!Quote:
Originally posted by jmodic (in another thread)
BTW, it has been said many times by many top-posters at this forums that marking somethinga as URGENT in a subject line only shows the original poster's egoism and arrogance, and can have just the opposite effect. If one is willing to wait for an answer here without any guarantie if and when he would get one, then the problem in question is certanly not URGENT at all. I myself usually read the questions with word URGENT last and give them the lowest priority when answering...
And ggnanaraj please do not encourage such posts with false alarms by answering them...Quote:
Originally posted by ggnanaraj
USER_TYPES & USER_TYPE_ATTRS
HTH.
Just a waste of time... I hope you agree with me.