ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege

来源:互联网 发布:mysql 查看表的索引 编辑:程序博客网 时间:2024/06/05 04:28

错误:
SQL> conn test/test
ERROR:
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege

解决:
开始-->运行:
 sqlplus / nolog
 或
 sqlplus / as sysdba
SQL> alter system disable restricted session;
SQL> conn test/test