C
Crisoft
I have an application that DBA's access from a terminal server. The
application connects to an Oracle backend. The users are not local admins on
the terminal server. They can launch the application and it prompts them for
a username and password. They enter a username and password that has root
access to the Oracle database on the backend then it fails with.
Role was not set.
"Please contact your database administrator for access to the end_user role".
Application Access Denied
"You have access to the DATABASE, but you are not the EMPLOYEE table. See
your supervisor or application administrator to acquire proper access.
The application works if you login as a local admin. What permissions would
a normal user require to run the app?
application connects to an Oracle backend. The users are not local admins on
the terminal server. They can launch the application and it prompts them for
a username and password. They enter a username and password that has root
access to the Oracle database on the backend then it fails with.
Role was not set.
"Please contact your database administrator for access to the end_user role".
Application Access Denied
"You have access to the DATABASE, but you are not the EMPLOYEE table. See
your supervisor or application administrator to acquire proper access.
The application works if you login as a local admin. What permissions would
a normal user require to run the app?