drop a database
删除一个数据库因包含他的数据文件,日志文件,控制文件,初始化参数文件等。
使用“DROP DATABASE ”语句可以删除所有的控制文件,及控制文件中的所列的其他文件
为了成功执行以上命令,all of the following conditions must apply:
<wbr><wbr> 1.The database must be mounted and closed.<br><wbr><wbr> 2.The database must be mounted exclusively--not in shared mode.<br><wbr><wbr> 3.The database must be mounted as RESTRICTED.<br> drop database 命令不能删除归档日志文件,backup copies,backup 。oracle 推荐使用rman来删除这些文件。<br><br> ????<br> If you used the Database Configuration Assi stant to create your database, you can use<br> that tool to delete (drop) your database and remove the files.<br> 这句话有点疑惑,如果创建数据库时没使用dbca,能用dbca删除数据库。 </wbr></wbr></wbr></wbr></wbr></wbr>
删除一个数据库因包含他的数据文件,日志文件,控制文件,初始化参数文件等。
使用“DROP DATABASE ”语句可以删除所有的控制文件,及控制文件中的所列的其他文件
为了成功执行以上命令,all of the following conditions must apply:
<wbr><wbr> 1.The database must be mounted and closed.<br><wbr><wbr> 2.The database must be mounted exclusively--not in shared mode.<br><wbr><wbr> 3.The database must be mounted as RESTRICTED.<br> drop database 命令不能删除归档日志文件,backup copies,backup 。oracle 推荐使用rman来删除这些文件。<br><br> ????<br> If you used the Database Configuration Assi stant to create your database, you can use<br> that tool to delete (drop) your database and remove the files.<br> 这句话有点疑惑,如果创建数据库时没使用dbca,能用dbca删除数据库。 </wbr></wbr></wbr></wbr></wbr></wbr>
删除Oracle数据库
本文介绍如何使用DROP DATABASE命令从Oracle环境中删除数据库,包括其控制文件、数据文件和其他相关文件。文章强调了执行此操作所需的条件,并指出该命令不会删除归档日志文件或备份文件,建议使用RMAN进行这类文件的管理。
821

被折叠的 条评论
为什么被折叠?



