The following statement brings the specified datafile online:
ALTER DATABASE DATAFILE '/u01/oracle/rbdb1/users01.dbf' ONLINE;
ALTER DATABASE DATAFILE '/u01/oracle/rbdb1/users01.dbf' OFFLINE;
ALTER DATABASE DATAFILE '/u01/oracle/rbdb1/users01.dbf' ONLINE;
To take the same file offline, issue the following statement:ALTER DATABASE DATAFILE '/u01/oracle/rbdb1/users01.dbf' OFFLINE;
Comments
Post a Comment