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

谁快来告诉我?

[复制链接]
论坛徽章:
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
11#
发表于 2001-11-14 17:29 | 只看该作者
try:
alter database open resetlogs;
Since u are in noarchivelog mode, and u cleared the current logfile, it is impossible to do complete recovery.
Maybe u should try in the beginning:
startup mount
recover database
and input the current online log file as the archived logfile.

使用道具 举报

回复
论坛徽章:
1
授权会员
日期:2005-10-30 17:05:33
12#
发表于 2001-11-14 17:41 | 只看该作者
if you don't have valid cold backup.try recreate control file.
1.connect internal
2.startup mount
3.alter database backup controlfile to trace
in your user_dump_dest directory,to find the trace file,then modify it according to your situation.save as newctl.sql.
4 backup your old control file;
5.@newctl.sql.
6 recover database;
7.alter database open.
maybe it can help you.

使用道具 举报

回复
论坛徽章:
3
ITPUB元老
日期:2005-02-28 12:57:00授权会员
日期:2005-10-30 17:05:33会员2006贡献徽章
日期:2006-04-17 13:46:34
13#
 楼主| 发表于 2001-11-14 17:47 | 只看该作者

Re:chao_ping

我没有看明白 recover database  命令,请详细好吗?
  thank you !

使用道具 举报

回复
论坛徽章:
3
ITPUB元老
日期:2005-02-28 12:57:00授权会员
日期:2005-10-30 17:05:33会员2006贡献徽章
日期:2006-04-17 13:46:34
14#
 楼主| 发表于 2001-11-14 17:49 | 只看该作者

Re:chao_ping

SQL> recover database;
ORA-00279: change 6438700 generated at 11/14/2001 11:45:22 needed for thread 1
ORA-00289: suggestion : F:\ORACLE\ORA81\RDBMS\ARC00051.001
ORA-00280: change 6438700 for thread 1 is in sequence #51


Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
   
     我应如何写 recover database command ?

使用道具 举报

回复
论坛徽章:
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
15#
发表于 2001-11-14 18:01 | 只看该作者
就是这样写的。
用online 日志文件代替archivelo文件本来就是只能试验看是不是的。
但是log文件已经被你clear掉了,哪里还有啊?你又不是归档模式的。

试试看吧。

使用道具 举报

回复

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

本版积分规则 发表回复

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