How can I get all the information about a table, its columns and constraints etc in Oracle? I am using
desc MY_TABLE
but that\'s only giving
You can use system tables to get the information you are looking for.
Check this link
http://techonthenet.com/oracle/sys_tables/index.php