12
返回列表 发新帖
楼主: zp8

紧急求救:ORACLE启动故障

[复制链接]
论坛徽章:
1
授权会员
日期:2005-10-30 17:05:33
11#
发表于 2001-12-26 13:47 | 只看该作者
当前redo log就是指数据库的所有redo log
select * from v$log;
如果sequence#已经变为1,2...
说明数据库已经被你resetlog了,无法进一步恢复了。

使用道具 举报

回复
论坛徽章:
3
授权会员
日期:2005-10-30 17:05:332011新春纪念徽章
日期:2011-02-18 11:42:48ITPUB十周年纪念徽章
日期:2011-11-01 16:19:41
12#
 楼主| 发表于 2001-12-26 14:14 | 只看该作者
谢谢白鹭!让我长一智。

使用道具 举报

回复
论坛徽章:
21
ITPUB元老
日期:2005-02-28 12:57:002012新春纪念徽章
日期:2012-02-13 15:11:182012新春纪念徽章
日期:2012-02-13 15:11:182012新春纪念徽章
日期:2012-02-13 15:11:182012新春纪念徽章
日期:2012-02-13 15:11:18马上有车
日期:2014-02-19 11:55:14马上有房
日期:2014-02-19 11:55:14马上有钱
日期:2014-02-19 11:55:14马上有对象
日期:2014-02-19 11:55:142012新春纪念徽章
日期:2012-02-13 15:11:18
13#
发表于 2001-12-27 11:26 | 只看该作者
About the daul:
Someone said even if u have dropped a table, though the data still exists in the datafile, u can use dual to unload the data
  And once i see from the newgroup that even if u have the data physicallhy stored in the database, if u have dropped it from the dictionary , u fcannot recover it through that tool.
Is it right?
最初由 白鹭 发布
[B]看来你还是没看清楚我给你的URL,做recover至少需要apply一个日志文件,我已经指出:
1.backup control file,redo log file,datafile
2.recreate controlfile
3.recover database using backup controlfile
使用当前redo log apply  (!!!!)
4.alter database open resetlogs;

你只是cancel肯定不行,另外_allow_resetlogs_corruption=true 没到万不得已决不要使用,因为像你这种错误应该都是可以解决的,既然你已经使用,并且出现了600错误,你只能再:
shutdown immediate
startup
如果能起来,exp后,重建db,imp
如果起不来,你的数据库数据又很重要的话,既然你在广州,联系
广州Oracle Support,他们有DUL工具,让他们帮你把数据抓出来,这是最后的办法。 [/B]

使用道具 举报

回复
论坛徽章:
1
授权会员
日期:2005-10-30 17:05:33
14#
发表于 2001-12-27 11:46 | 只看该作者
Yes,if the object don't exist in the dictionary,DUL can't unload data from the datafile because DUL must read dict. first.

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表