Tagged Questions
3
votes
1answer
830 views
How to connect multiple users/schemas in Oracle 11g?
I'm almost new user to databases, so I think I'm doing something wrong.
I have the database created.
I created 3 users, 1 it's an Admin, 2 are just users.
I created 2 roles, 1 for the Admin and 2 ...
2
votes
0answers
140 views
Stored procedure doesn't return results or any messages when executed as other privileged user [closed]
I have many stored procedures with...
EXECUTE permission given to role XXXUser.
Login XXXLogin is created and assigned to the role of XXXUser
There is one particular stored procedure that I have ...
0
votes
1answer
885 views
Minimum user rights for connecting MS Sql database remotedly
I have followed this tutorial for getting connected to a Microsoft SQL Server. I connect with ping functionality of Glassfish Server and thus I have to give some user rights to be able to even ping ...