http://qs1969.pair.com?node_id=322041


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.
  • Comment on Re: 'Describe table' doesn't work (Oracle/dbiproxy)