方法1.查看你的用户名是否是全大写,包括C##前缀
方法2.grant connect to scott 用户授权
方法3.alter user scott account unlock 用户解锁
方法4.alter scott set sec_case_sensitive_logon=false