Re: Help : Can not startup database after a tablespace is offline
From: <rpatel_at_solutech.com>
Date: 1995/10/04
Message-ID: <44sjca$37n_at_gw.PacBell.COM>#1/1
Date: 1995/10/04
Message-ID: <44sjca$37n_at_gw.PacBell.COM>#1/1
You should do the following from SQLDBA:
startup mount
Offline all the files belonging to the tablespace which is offline with the following command:
alter datafile 'filename' offline drop;
alter database open; Received on Wed Oct 04 1995 - 00:00:00 CET