摘要:
废话不多说,微软的文档中有https://code.visualstudio.com/docs/cpp/config-msvc#_build-the-program ,但是我要说的是"Start VS Code from the Developer Command Prompt",注意这句话,必须从 阅读全文
摘要:
PL\SQL 使用普通用户用登陆,在操作oracle时可能出现"动态执行表不可访问,本会话的自动统计被禁止"错误解决,无法断点调试procedure的告警,需要赋予用户以DBA权限,或普通用赋予以下权限,grant select on v_$statname to user;grant select on v_$sesstat to user;grant select on v_$session to user;grant select on v_$mystat to user;grantdebug any procedure, debug connect session 阅读全文