in reply to 'Describe table' doesn't work (Oracle/dbiproxy)
It's because "describe" is not a part of SQL. It is something that Oracle's sqlplus shell implements, not the server. There are other ways to get a list of columns in a table, if that's what you want. Check the DBI docs.
In Section
Seekers of Perl Wisdom