changeset 11:cab368ea3ec8

reworking pull
author devlinjs@FA7CZA6N1254998.wrightpatterson.afmc.ds.af.mil
date Tue, 18 Dec 2007 17:01:15 -0500
parents 2ef0e2608123
children 7d27bb74ba90
files sqlpyPlus.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"