Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 PL/SQL 代码登录到 Graylog2 服务器的首选方式是什么?我找不到任何支持 Graylog2 的 PL/SQL 日志记录 API/包。
最简单的方法可能是使用UTL_HTTP调用 Graylog 的 HTTP API。您还可以考虑通过 Log4PLSQL 之类的方式调用 syslog,并使用rsyslog转发它们。