User with restricted session cannot login to 12c database started in restricted mode
Hello
We have started up a database (version 12.1.0.2 on Windows 2012 R2) in restricted mode in order to run an import.
The account that logs in to run the import has "Restricted Session" granted to it.
The TNSNAMES also has (UR=A) in the CONNECT_DATA as seen below:
(CONNECT_DATA =
(UR=A)
(SERVER = DEDICATED)
The import still fails with the following error:
UDI-12526: operation generated ORACLE error 12526
ORA-12526: TNS:listener: all appropriate instances are in restricted mode
What else can be done to let the account running the import connect to the database?