Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: BMC tables

Re: BMC tables

From: Steve Perry <sperry_at_sprynet.com>
Date: Wed, 18 Sep 2002 17:23:19 -0800
Message-ID: <F001.004D310D.20020918172319@fatcity.com>


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.

steve

Does anyone know what these tables are? This looks like something new in 8.17

select table_name from sys.all_tables where owner='MYDEFAULTUSER and table_name like 'B%' ;

BMC_ISE_CASES
BMC_ISE_CLASSES
BMC_ISE_EVENTS
BMC_ISE_FINDINGS
BMC_ISE_F_TEXT
BMC_ISE_GROUPS
BMC_ISE_INDCOLS
BMC_ISE_INDUSE
BMC_ISE_RUNS
BMC_ISE_TABUSE
BMC_ISE_V$SQL
BMC_ISE_V$SQLTEXT
BMC_SQLEX_CALIBRATE_S01
BMC_SQLEX_CFG_S05
BMC_SQLEX_PLAN_TABLE_S05


These got created in my default users tablespace and Id like to get rid of them, or move them to systems tables space if they are needed. An online search says theis is a 3rd party import/export tool... ??

Anyone know about this. Can I drop them?

Thanks
bob

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Bob Metelsky
  INET: bmetelsky_at_cps92.com

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: ListGuru_at_fatcity.com (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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Steve Perry INET: sperry_at_sprynet.com 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: ListGuru_at_fatcity.com (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).
Received on Wed Sep 18 2002 - 20:23:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US