Hi All,
I need to get complete DDL of a table with index details, partitions, synonyms, comments (if any) and grant information if given to any role using SQL developer. We can achieve same thing using shortcut F4 on table name in Toad and then selecting DDL tab. Is there any way to get the same in SQL developer also?
Also how can I see existing procedures using SQL developer? In toad we were able to achieve it using Schema Browser.