如何在oracle 10g中删除数据库 [英] How Drop database in oracle 10g

查看:107
本文介绍了如何在oracle 10g中删除数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在oracle 10g中删除数据库



i我正在尝试下面的步骤但是错误 ORA-01031:权限不足

ORA-01031的任何解决方案



1.以sys用户身份连接

2.关机数据库

3.使用限制模式挂载数据库

4.删除数据库

5.手动清理文件(跟踪文件,密码文件,文件夹,清理tnsentry,归档重做日志文件,RMAN备份文件)



SQL>立即关闭

数据库已关闭。

已卸载数据库。

ORACLE实例已关闭。

SQL>启动限制挂载;

ORACLE实例启动。

How to drop database in oracle 10g

i am trying bellow steps but gives error ORA-01031: insufficient privileges
any solution for ORA-01031

1. Connect as sys user
2. shutdown the database
3. Mount the database with restrict mode
4. Drop the database
5. Clean up the files manually(trace files, password file, folders, cleaning the tnsentry, archive redo log files, RMAN backup files)

SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup restrict mount;
ORACLE instance started.

推荐答案

显然你的用户需要删除它没有的数据库的权限,请阅读: http://www.dba-oracle.com/t_ora_01031_insufficient_privileges.htm [ ^ ]
Obviously your user needs permissions to delete the database which it does not have, read this : http://www.dba-oracle.com/t_ora_01031_insufficient_privileges.htm[^]


这篇关于如何在oracle 10g中删除数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆