Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can you add a function to show table comments like this

momy momyFeb 24 2022

Can you add a function to show table comments like this:
1645670193.jpgThis will be much more convenient.

Comments

momy momy

mark

user_2DKLA

@User_T9GS1: “Table comment” is not the proper term for what you ask here: what you're showing above are pieces of information (column name, data type, maximum length, possibility of NULL values, etc.) excerpted from the description of columns in SQL queries. That information is available in cursor metadata, and yes, exposing it would be nice.

Maybe in SQL Developer Next?

Regards,

thatJeffSmith-Oracle

Interesting idea. It would have to be done on a separate thread as to not slow down the execution time for the query itself…but yeah, interesting.

1 - 3

Post Details

Added on Feb 24 2022
3 comments
164 views