Sessions are returned this error while connecting to instances(s) that are running in restricted mode. DBAs may enable restricted sessions to perform some maintenance tasks or in any other needed situation. We can query (g)v$instance to find out if an instance has restricted mode enabled.
SQL> select logins from gv$instance; |
An instance can be put in restricted mode at startup, or restricted mode can be enabled or disabled while an instance is running.
SQL> shutdown immediate |
SQL> alter system disable restricted session; |
No comments:
Post a Comment