> > they're from BMC's SQL Explorer product. > either you or ??? demo'd the product or own it. > Drop them if you want. If you were the one that tested SQL > Explorer, you can uninstall the tables using the product. > Thanks!
drop table BMC_ISE_CASES cascade constraints ; drop table BMC_ISE_CLASSES cascade constraints ; drop table BMC_ISE_EVENTS cascade constraints ; drop table BMC_ISE_FINDINGS cascade constraints ; drop table BMC_ISE_F_TEXT cascade constraints ; drop table BMC_ISE_GROUPS cascade constraints ; drop table BMC_ISE_INDCOLS cascade constraints ; drop table BMC_ISE_INDUSE cascade constraints ; drop table BMC_ISE_RUNS cascade constraints ; drop table BMC_ISE_TABUSE cascade constraints ; drop table BMC_ISE_V$SQL cascade constraints ; drop table BMC_ISE_V$SQLTEXT cascade constraints ; drop table BMC_SQLEX_CALIBRATE_S01 cascade constraints ; drop table BMC_SQLEX_CFG_S05 cascade constraints ; drop table BMC_SQLEX_PLAN_TABLE_S05 cascade constraints ; bob -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Bob Metelsky INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
