Re: Access schema using a different user

  • From: MJ Mody <emjay.mody@xxxxxxxxx>
  • To: jolliffe@xxxxxxxxx, jdunn@xxxxxxxxx, oracle-l digest users <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 12 Feb 2016 23:23:17 -0600

Would use of public synonyms be an approach here?
The role-based, least privilege model is still followed for tables, views, etc.
Objects as packages are treated separately where privileges need to be granted to user explicitly.

_\/_
 MJ

On 2/12/16 10:48 PM, Patrick Jolliffe wrote:

Another option is proxy authentication. Difference in that case is user has complete access to target schema, just uses own name and password to authenticate.

https://oracle-base.com/articles/misc/proxy-users-and-connect-through

_____________________________
From: John Dunn <jdunn@xxxxxxxxx <mailto:jdunn@xxxxxxxxx>>
Sent: Thursday, February 11, 2016 19:08
Subject: Access schema using a different user
To: oracle-l digest users <oracle-l@xxxxxxxxxxxxx <mailto:oracle-l@xxxxxxxxxxxxx>>


I want to give a another  database user to access to my schema

I know I can create a role that will grant rights/privileges to the new user to allow them to access the schema objects.

However the application will reference the database tables etc using the user that is used to connect and obviously the tables will not exist for that user.

Is the only way to resolve this using synonyms or is there something simpler?

Oracle version is 11.2

Any help appreciated.

*John Dunn*

Product Consultant
Sefas Innovation Limited.

Tel: + 44 (0) 117 910 0529 <tel:+%2044%20117%20910%200529>

www.sefas.com <http://www.sefas.com/>

**



Other related posts: