-- for update 查询 select * from A for update; -- 建议使用rowid,避免出现锁表 select t.*, t.rowid from A t;
查看服务器的字符集
select userenv(‘language‘) from dual;
【Oracle】记录PLSQL 使用时出现的问题及解决方法
原文:https://www.cnblogs.com/phoenixy/p/15206009.html