What is the reason for not working of 'describe' command on oracle?
问题 i am trying to run the 'describe table_name' command on oracle. I am using dbeaver for accessing oracle. But, when i run the command, it shows SQLException and error message "invalid sql statement". How can i perform the operation? 回答1: describe is not a SQL statement, otherwise it would have been documented in the SQL language reference: https://docs.oracle.com/database/121/SQLRF/toc.htm The documentation for the describe command can be found in the SQL*Plus command reference: https://docs