Hi All,
Users are not allowed to login in restricted mode. You get ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege
Login to database and
SQL> select logins from v$instance;
.
Example:
SQL> select * from global_name;
GLOBAL_NAME
--------------------------------------------------------------------------------
TEST
SQL> Select logins from v$instance;
LOGINS
----------
RESTRICTED
SQL>
It should be ALLOWED.
Users are not allowed to login in restricted mode. You get ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege
Login to database and
SQL> select logins from v$instance;
.
Example:
SQL> select * from global_name;
GLOBAL_NAME
--------------------------------------------------------------------------------
TEST
SQL> Select logins from v$instance;
LOGINS
----------
RESTRICTED
SQL>
It should be ALLOWED.
No comments:
Post a Comment