Chinaunix首页 | 论坛 | 博客
  • 博客访问: 525043
  • 博文数量: 92
  • 博客积分: 3880
  • 博客等级: 中校
  • 技术积分: 997
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-03 10:00
文章分类

全部博文(92)

文章存档

2011年(1)

2010年(61)

2009年(30)

我的朋友

分类: BSD

2010-09-28 06:54:40

在oracle日志文件中经常遇到一些错误代码,可以通过oerr工具来很好的辅助查看代码错误信息
方法:
1。  office:idsadm 9> oerr ora 30012
30012, 00000, "undo tablespace '%s' does not exist or of wrong type"
// *Cause:   the specified undo tablespace does not exist or of the
//           wrong type.
// *Action:  Correct the tablespace name and reissue the statement.
office:idsadm 10> cd /
office:idsadm 11> oerr ora 30012
30012, 00000, "undo tablespace '%s' does not exist or of wrong type"
// *Cause:   the specified undo tablespace does not exist or of the
//           wrong type.
// *Action:  Correct the tablespace name and reissue the statement.

2.oerr位于$ORACLE_HOME/bin目录下,切换到oracle的管理用户下可以直接使用该工具(如果不行,可检查环境变量是否设置正确)

阅读(4105) | 评论(1) | 转发(0) |
0

上一篇:oracle常用命令

下一篇:oracle常用参数

给主人留下些什么吧!~~

chinaunix网友2010-09-28 15:51:46

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com