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: cannot delete datafile after droping tablespace for Oracle9i

Re: cannot delete datafile after droping tablespace for Oracle9i

From: gazzag <gareth_at_jamms.org>
Date: 6 Dec 2005 07:10:55 -0800
Message-ID: <1133881855.328903.281560@o13g2000cwo.googlegroups.com>


Your patch level would be useful too. What do you get if you try the following, as SYSTEM, at a SQL*Plus prompt?

select banner from v$version;

Linux does indeed handle file-locking very differently to Windows. I suspect that you would be able to delete the file at the O/S level. As a matter of interest, what does the following query return on your system?

select name from v$datafile; Received on Tue Dec 06 2005 - 09:10:55 CST

Original text of this message

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