![]() |
|
|
+ Search |
![]()
|
Oct 1st, 2005 09:26
Martin Vrbovsky, Emily Lyon,
There are more possiblieties:
e.g. SELECT owner, table_name, column_name FROM all_tables WHERE
table_name = UPPER('TABLE')
or
in sqlplus: desc TABLE
or via JDBC - using JDBC API...
Hope this helped.
Regards.