小哥询问,PL*SQL用户登录后弹出警告:咋整? ORA-28002:the password will expire within 7 days密码在7天内将到期 do you wish to change the password for hr@192.168.54.20/jx now?你想要更改的密码 一看就是不懂英语,咱也不懂,没事翻译: 好,哥yes吧,然后输入两遍新的密码:问题结束 yes后,弹出对话框: new password 新的密码 verification 验…
参考: http://blog.csdn.net/haiross/article/details/20612135 Oracle/PLSQL: ORA-06550 Learn the cause and how to resolve the ORA-06550 error message in Oracle. Description When you encounter an ORA-06550 error, the following error message will appear: OR…
今天在另外的电脑用plsql查询不到带中文的记录 select * from test where name like '%测试%' 然后发现是系统的环境变量还没设置好所造成的.在系统变量加入如下变量,重启plsql即可 变量名:NLS_LANG变量值:AMERICAN_AMERICA.AL32UTF8…