Re: [cx-oracle-users] Query about executing SQLPLUS commands
Brought to you by:
atuining
From: Jean-François G. <jf...@ne...> - 2004-10-07 14:04:21
|
Message d'origine (07:45 07/10/2004 -0600) : >No. However, I have another project hosted at http://starship.python.net/crew/atuining (cx_OracleTools) which has a tool called DescribeObject which uses cx_Oracle which does what you are looking for. cursor.description gives a brief description of columns of the request. If the request is "select * from ...", we obtain a subset of DESCR TABLE result. |