I am trying to allow a user to access database during the restricted session. I followed below steps.
grant restricted session to <user>;
alter system enable restricted session;
But user still not able to login and got error ora-12514 (which is related to listener)
Once I will disable the restricted session same user will be able to login.