Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Delete Raw device datafiles.
On AIX - check with the command fuser if there are processes that have open
filedescriptors refering to the logical volume.
fuser -cx /dev/lvxxx
if possible - kill them and remove the logical volume
"Bernie" <bernie.milosavljevic_at_wesley.com.au> wrote in message
news:Qrbk8.19$Y85.2027_at_nsw.nnrp.telstra.net...
> Hi,
>
> I have an Oracle 7.3 database running on AIX 4.3.3 using raw devices.
>
> Recently I changed a tablespace which involed deleting the old tablespace
and
> then re-creating it. When I had finished, I tried to reclaim my space but
> couldn't because the OS believed that the logical volume used for the
datafile
> was still in use. I checked in dba_data_files and the device was no where
to be
> found.
>
> I have had the same problem in the past where to fix it I just bounced the
> database. At the time, the shutdown didn't cause a problem but now the
option
> is not available to me. Is there a magic phrase that will force Oracle to
let
> go of the raw device so that I can remove it?
>
> Thanks,
> Bernie.
>
Received on Fri Mar 15 2002 - 02:50:03 CST
![]() |
![]() |