Tablespace Info for I/O Tables Not Shown

ladonna

Member
PL/SQL developer just doesn't show the tablespace information at all for I/O tables. Enterprise Manager does, but PL/SQL Developer doesn't. This appears to be a bug/limitation in this tool. When will this be resolved?
 
you could use the "DBMS_Metadata -> DDL" menu entry when right clicking on a table or a selection of a tables. It will produce Oracle DDL for each object in its own window.
 
Thanks. Yes, I can do that to see the data for one a time. Would just be nice if it actually showed on the normal screens as well.

LaDonna
 
Back
Top