在前面的一篇文章中,我在编译下面的过程(应该根据作者编写了多少任务来更新属性profile )时遇到了一些问题--现在,它确实编译了(尽管有警告),当我试图执行它时,它失败了。我搞不懂为什么。我尝试过像select plsql_warnings from user_plsql_object_settings ps where ps.name = 'profil_stufe';或select* from user_errors ur where ur.name = 'profi
在我的应用程序中,我只是调用数据库相关活动的存储过程。*Each PLSQL call within your C++ app call invokes the SQL engine whichthen invokes the PLSQL engine for the procedure call*
我的问题是为什么在调用PL/SQL时需要调用sql引擎?为什么我的客户端应用程序不能直接调用P