Hi,
I have data base table it contains a column with object type.
When I try to execute the SQL it says the object type object not found
How to view object type data in
SELECT * FROM table_name; -- This table contain column with object type
Hi,
I have data base table it contains a column with object type.
When I try to execute the SQL it says the object type object not found
How to view object type data in
SELECT * FROM table_name; -- This table contain column with object type
Welcome to the Toad/Oracle forum...
I don't think Toad's data grid display supports nested types, but you should be able to see the data for your nested types in the Script Output tab, per below. Hope this helps.
Actually, that should work in the grid. Can you give me a small script to create the object(s) and your table, and insert a few rows so that I can reproduce the problem?