Forum Discussion
skatpally
5 years agoFormer Employee
describe
is a SQL*Plus
command not a valid SQL command
Try below
select owner, table_name, column_name, data_type, data_length, data_precision
from all_tab_columns
where table_name = ‘XXX’