如何解决“oracle文件系统已满”的问题?

发布于 2024-09-30 13:25:48 字数 332 浏览 3 评论 0原文

当我尝试在Linux下连接oracle数据库时,它会抛出这样的错误:

SQL> conn / as sysdba
ERROR:
ORA-09817: Write to audit file failed.
Linux Error: 28: No space left on device
ORA-09945: Unable to initialize the audit trail file
Linux Error: 28: No space left on device

df命令显示没有剩余空间并且文件系统已满。我想知道每个表空间的大小以及如何释放可用表空间。 谢谢!

When I try to connect oracle database under Linux,it throws errors like this:

SQL> conn / as sysdba
ERROR:
ORA-09817: Write to audit file failed.
Linux Error: 28: No space left on device
ORA-09945: Unable to initialize the audit trail file
Linux Error: 28: No space left on device

df command shows there's no space left and the filesystem is full.I want to know the size of each tablespace and how to release the free tablespace.
Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何必那么矫情 2024-10-07 13:25:48

首先查看哪个分区已满:

# df -h

每当有人登录时,Oracle 都需要写入审计文件。
释放一些空间并在安装点上添加监视器,以便在空间耗尽之前向您发出警报。

我推荐 NAGIOS 来免费监控 Linux(以及更多)。

First see which partition is full:

# df -h

Oracle needs to write to the audit file whenever someone logs on.
Free some space and add a monitor on the mountpoint to alert you before it runs out of space.

I recommend NAGIOS for free monitoring of Linux (and a lot more).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文