The problem is that oracle stores these details in the table all_tab_columns, so you can easily find out any information about database contents. This is what I'm trying to do. The result is shown.
PHP Code:
mysql> select table_name, column_name, data_type, owner from all_tab_columns;
PHP Code:
ERROR 1146: Table 'changemgmt.all_tab_columns' doesnt exist
I've looked, but I don't know where mysql holds similar type of information.