Linux/Uninx下Oracle的oerr工具的使用

oerr是oracle在unix上的查找ora错误的小工具,极其方便。
命令格式为:
oerr ora 错误编号
例如要查看ora-01632的描述:

[oracle@shtdtest oracle]$ oerr ora 01632
01632, 00000, "max # extents (%s) reached in index %s.%s"
// *Cause:  An index tried to extend past maxextents
// *Action: If maxextents is less than the system max, raise it. Otherwise,
//          you must recreate with larger initial, next or pctincrease params.
[oracle@shtdtest oracle]$

相关文章:

  • 2021-07-18
  • 2021-05-20
  • 2021-06-12
  • 2022-12-23
  • 2021-11-17
  • 2021-05-27
  • 2021-05-28
  • 2021-07-27
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2021-08-22
  • 2022-02-28
  • 2022-12-23
  • 2021-10-14
  • 2021-11-27
相关资源
相似解决方案