ALTER DATABASE DATAFILE OFFLINE
NOTE: The ALTER DATABASE DATAFILE OFFLINE DROP command, is not meant to allow you to remove a datafile. What the command really means is that you are offlining the datafile with the intention of dropping the tablespace. If you are running in archivelog mode, you can also use: ALTER DATABASE DATAFILE OFFLINE; instead of OFFLINE DROP. Once the datafile is offline, Oracle no longer attempts to access it, but it is still considered part of that tablespace. This datafile is marked only as offline in the controlfile and there is no SCN comparison done between the controlfile and the datafile during startup (This also allows you to startup a database with a non-critical datafile missing). The entry for that datafile is not deleted from the controlfile to give us the opportunity to recover that datafile.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1037875/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- alter database disable thread 2Databasethread
- 利用offline datafile檔案方式遷移資料
- [20190312]檢視v$datafile欄位OFFLINE_CHANGE#, ONLINE_CHANGE#.txt
- ORA-279 signalled during: alter database recover logfileDatabase
- Oracle設定日誌引數-ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;OracleDatabase
- 執行alter database open resetlogs提示ORA-00392和ORA-00312錯誤Database
- [重慶思莊每日技術分享]-ORA-1142 signalled during: ALTER DATABASE END BACKUPDatabase
- “alter database switchover to xx“過程不當導致的primary-primary 雙主問題Database
- RMAN-06214: Datafile Copy
- SQL__ALTERSQL
- MySQL ALTER命令MySql
- [20201103]set newname for datafile.txt
- mysql加快alter操作MySql
- offline RL | D4RL:最常用的 offline 資料集之一
- ORA-19909: datafile 1 belongs to an orphan incarnation
- mysql的ALTER TABLE命令MySql
- alter table set unused column
- android studio 4.0 開啟offlineAndroid
- The database owner SID recorded in the master database differs from the database owner SID recorded in database 'DB_NAME'DatabaseAST
- alter table move與shrink space
- ALTER SYSTEM FLUSH BUFFER_POOL
- alter table nologging /*+APPEND PARALLEL(n)*/APPParallel
- alter table drop unused columns checkpoint
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- Error querying database. XXXXXXXXXXXXX, No database selected。ErrorDatabase
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- offline tablespace 的幾種方式 (轉)
- Rename or Move a datafile In Oracle 19c RAC-20220117Oracle
- 如何獲取 alter 裡面的字串?字串
- 開心檔之MySQL ALTER命令MySql
- Database TimeoutDatabase
- Database OverallDatabase
- database no shardingDatabase
- 安卓模擬器顯示offline安卓
- ALTER TABLE修改列的不同方法
- MySQL-ALTER TABLE命令學習[20180503]MySql
- mysql alter modify 和 change的區別MySql
- alter tablespace ts_name autoextend_clause
- MySQL 資料庫 ALTER命令講解MySql資料庫