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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to delete datafile when the database is running on the NT

Re: How to delete datafile when the database is running on the NT

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 9 Feb 1999 20:46:55 -0000
Message-ID: <918593323.23580.0.nnrp-12.9e984b29@news.demon.co.uk>


Try

    alter system checkpoint global;
This tends to work on Unix systems.

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Dong Tang wrote in message ...
>
>I am running Oracle 8.0 on NT 4.0. I just dropped a tablespace, and I want
>to delete the datafiles in the tablespace. But I get a sharing violation.
It
>seems database engine still keep those file open even the whole table space
>was already dropped.
>
>How do I delete datafiles when the database is running?
Received on Tue Feb 09 1999 - 14:46:55 CST

Original text of this message

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