# HG changeset patch # User devlinjs@FA7CZA6N1254998.wrightpatterson.afmc.ds.af.mil # Date 1198015275 18000 # Node ID cab368ea3ec8ce0623b5c23ca29b4a20dbc12eee # Parent 2ef0e2608123d121c77abfec87f1d07cb92d2a07 reworking pull diff -r 2ef0e2608123 -r cab368ea3ec8 sqlpyPlus.py --- a/sqlpyPlus.py Tue Dec 18 17:00:45 2007 -0500 +++ b/sqlpyPlus.py Tue Dec 18 17:01:15 2007 -0500 @@ -669,6 +669,8 @@ print "%s %s.%s" % (object_type, owner, object_name) print self.curs.callfunc('DBMS_METADATA.GET_DDL', cx_Oracle.CLOB, [object_type, object_name, owner]) + print self.curs.callfunc('DBMS_METADATA.GET_DEPENDENT_DDL', cx_Oracle.CLOB, + [object_type, object_name, owner]) def do_describe(self, arg): "emulates SQL*Plus's DESCRIBE"