spool /oemmaint/qa_out/fcra_analyze.out2
delete from analyzedb.stat_table where statid in
('ASSN_FCRA','ESLL_FCRA','ESLC_FCRA','ASSN_LOA_FCRA');
commit;
exec analyzedb.reset_table_stats('APPTMGR','ASSOCIATION_LOA')
exec analyzedb.reset_table_stats('APPTMGR','ASSOCIATION')
exec analyzedb.reset_table_stats('LICMGR','ENTITY_STATE_LICENSE_LOA')
exec analyzedb.reset_table_stats('LICMGR','ENTITY_STATE_LICENSE_CLASS')
exec
dbms_stats.export_table_stats('APPTMGR','ASSOCIATION',NULL,'STAT_TABLE',
'ASSN_FCRA',TRUE,'ANALYZEDB');
exec
dbms_stats.export_table_stats('LICMGR','ENTITY_STATE_LICENSE_LOA',NULL,'
STAT_TABLE','ESLL_FCRA',TRUE,'ANALYZEDB');
exec
dbms_stats.export_table_stats('LICMGR','ENTITY_STATE_LICENSE_CLASS',NULL
,'STAT_TABLE','ESLC_FCRA',TRUE,'ANALYZEDB');
exec
dbms_stats.export_table_stats('APPTMGR','ASSOCIATION_LOA',NULL,'STAT_TAB
LE','ASSN_LOA_FCRA',TRUE,'ANALYZEDB');
delete from analyzedb.stat_table@&DESTDB where statid in
('ASSN_FCRA','ESLL_FCRA','ESLC_FCRA','ASSN_LOA_FCRA');
commit;
insert into analyzedb.stat_table@&DESTDB
Requires Free Membership to View
(select * from analyzedb.stat_table where statid in ( 'ASSN_FCRA','ESLL_FCRA','ESLC_FCRA','ASSN_LOA_FCRA')); commit; exit
This was first published in July 2004

Join the conversationComment
Share
Comments
Results
Contribute to the conversation