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 存储过程的 vb.net 应用程序。存储过程使用 dbms_output.put_line 显示一个值。如何从 oracle 数据库中将该值检索到我的 vb.net 代码中?
如果代码在同一个数据库会话中执行,您可以使用 DBMS_OUTPUT.GET_LINE(或 GET_LINES)。如果没有,那么您将无法访问它。