Oracle 相当于 Ingres enquire_sql 或 enquire_ingres?

发布于 2024-12-04 04:20:11 字数 411 浏览 0 评论 0 原文

我正在将一些遗留的嵌入式 Ingres C 代码转换为针对 Oracle 的工作。我找到了对函数“inquire_ingres()”和“inquire_sql()”的引用,根据 http://docs.ingres.com/ingres/9.3/sql-reference-guide/2275-inquiresql-function,允许程序收集有关状态和结果的运行时信息程序发出的最后一条 SQL 语句。

Oracle 是否提供类似的便利功能,或者我是否必须像我怀疑的那样在 sqlca 的内部进行更多探索?

I'm converting some legacy embedded-Ingres C code to work against Oracle. I've found references to functions "inquire_ingres()" and "inquire_sql()," which, per the docs at http://docs.ingres.com/ingres/9.3/sql-reference-guide/2275-inquiresql-function, allow a program to gather runtime information about the status and results of the last SQL statement that the program issued.

Does Oracle provide similar convenience functionality, or am I going to have to just paw around some more in the innards of sqlca as I suspect I'm going to?

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

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

发布评论

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

评论(1

小霸王臭丫头 2024-12-11 04:20:11

看起来答案是:你必须摸索sqlca的内部结构。不过,该结构中隐藏着很多有用的信息 - 请查看 http://infolab.stanford.edu/~ullman/fcdb/oracle/or-proc.html#sqlca 了解一些详细信息。

It looks like the answer is: you have to paw around in the innards of sqlca. There's a lot of good information buried in that struct though -- check out http://infolab.stanford.edu/~ullman/fcdb/oracle/or-proc.html#sqlca for some details.

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