Dropping a Database (122)
Dropping a database involves removing its datafiles, redo log files, control files, and
initialization parameter files. The DROP DATABASE statement deletes all control files
and all other database files listed in the control file. To use the DROP DATABASE
statement successfully, all of the following conditions must apply:
■ The database must be mounted and closed.
■ The database must be mounted exclusively--not in shared mode.
■ The database must be mounted as RESTRICTED.
An example of this statement is:
DROP DATABASE;
The DROP DATABASE statement has no effect on archived log files, nor does it have
any effect on copies or backups of the database. It is best to use RMAN to delete such
files. If the database is on raw disks, the actual raw disk special files are not deleted.
If you used the Database Configuration Assistant to create your database, you can use
that tool to delete (drop) your database and remove the files.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-996444/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ERROR 1010 (HY000): Error dropping databaseErrorDatabase
- MySQL "ERROR 1010(HY000):Error dropping database(canMySqlErrorDatabase
- 12c-Say goodbye to your backup when dropping your PDBGo
- Oracle11g維護分割槽(三)——Dropping PartitionsOracle
- kernel: ip_conntrack: table full, dropping packet.
- PostgreSQL DBA(122) - Develop(EDB package)SQLdevPackage
- 122-bt-nginx 配置備份Nginx
- LeetCode題解第122題LeetCode
- standby database to primary database.Database
- 動態規劃法(六)雞蛋掉落問題(一)(egg dropping problem)動態規劃
- The database owner SID recorded in the master database differs from the database owner SID recorded in database 'DB_NAME'DatabaseAST
- In PackageManifest.php line 122:Undefined index: namePackagePHPUndefinedIndex
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- Create RAC Standby Database for RAC Primary DatabaseDatabase
- Types of Oracle Database Users : Database Users (6)OracleDatabase
- 【OH】Creating a Database with the CREATE DATABASE StatementDatabase
- Database Testing: How to Regression Test a Relational DatabaseDatabase
- Tasks of a Database Administrator : Plan the Database (9)Database
- Database performance gets slower the longer the database is runningDatabaseORM
- oracle10g data guard(dg)__Adding or Dropping Online Redo Log FilesOracle
- Elastic 今日在紐交所上市,股價最高暴漲122%。AST
- 華為消費者業務去年營收超122億美元營收
- Oracle 11G OCP 1Z0-053 122Oracle
- [LeetCode] 122. Best Time to Buy and Sell Stock IILeetCode
- Database OverallDatabase
- Flashback DatabaseDatabase
- duplicate databaseDatabase
- v$databaseDatabase
- Size DatabaseDatabase
- standby databaseDatabase
- Database EngineerDatabase
- Create DatabaseDatabase
- Database StatisticsDatabase
- performance of the databaseORMDatabase
- Drop DatabaseDatabase
- Database StorageDatabase
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- recover database until cancel和 recover database區別Database