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.
我有一个连接到 Oracle 并执行一些 sql 的可执行文件。我想为此可执行文件启用跟踪。通常我们会使用 alter session sstatement 来启用跟踪,但会话是在可执行文件中创建的。如何为此启用跟踪?
如果您无法更改可执行文件/其调用 SQL,则一种选择是创建一个设置跟踪的登录触发器。然后让可执行文件连接到数据库,它应该开始跟踪。