DBA Data[Home] [Help]

SYS.DBMS_RCVMAN dependencies on STANDARD

Line 193: -- select into a rcvRec_t record type. We have standardized all of our

189: source_dbid number
190: );
191:
192: -- All of the queries which return data about a backup/imagecopy/proxycopy
193: -- select into a rcvRec_t record type. We have standardized all of our
194: -- queries to have a common select-list and the results of the queries are
195: -- returned through a common public package function. The reason for this is
196: -- so that krmk.pc can populate its internal data structures consistantly,
197: -- regardless of what particular procedure it has called to query the catalog.