Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: cannot drop snapshot with partition.
do this
create table <your_snapshot_name> (test number); drop table <your_snapshot_name>
now you would be able to recreate the snapshot. i have seen this on 8.1.5. maybe its still there on 8162
babu
> > -!---- "Naik, Sandesh S" <sandesh.naik_at_qwest.com> wrote:
> > -!---------------------------------------------------------------------
> > -!- > > -!- > > -!-__________________________________________________ > > -!-Do You Yahoo!? > > -!-Get personalized email addresses from Yahoo! Mail - only $35 > > -!-a year! http://personal.mail.yahoo.com/ > > -!--- > > -!-Please see the official ORACLE-L FAQ: http://www.orafaq.com > > -!--- > > -!-Author: A. Bardeen > > -!- INET: abardeen1_at_yahoo.com > > -!- > > -!-Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > > -!-San Diego, California -- Public Internet access / MailingLists
> > -!--------------------------------------------------------------------- > > -!-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: Jared Still > INET: jkstill_at_cybcon.com > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing Lists > -------------------------------------------------------------------- > 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: orclbabu INET: orclbabu_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Fri Jun 01 2001 - 14:51:00 CDT