C:\Users\LEI>sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on 星期五 4月 22 10:17:52 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
连接到:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> alter user OLAPSYS identified by 123456;
用户已更改。
SQL> grant create session to OLAPSYS;
授权成功。
如解锁OLAPSYS用户
alter user olapsys account unlock;
conn olapsys;
1.0 用户名密码错误无法的登录问题 执行步骤2. 修改密码/创建用户OLAPSYS 2.0 没有 CREATE SESSION 权限; 登录被拒绝 01045. 执行步骤3. 授权登录