Hello,
I am trying to create a preassigned Library, which based on Oracle DB, in SAS Management Console. I am not able to register Tables, because not able to pass authentication for SASapp.
Background:
To access Oracle DB, i must use certain user name and password. Writing libname statement in sas on client station with Oracle user credentials works and I am able to initialize library with all tables.
However, I would like to have preassigned library, so data is available for users, with out the need for authentication to DB. So as long the user passes SAS level authentication, he/she would be able to access oracle DB under the predefined oracle db single user cerdentials. The purpose of this is to limit users access to the information about oracle db and ability to manage SAS users access at single point, no need to share access to the db or create multiple user logins on DB side.
Implementaion:
1. Created default Aut user with oracle db user. Under User Manager.
2. Under Server Manager, Created New Oracle Server. Created connections. Using DefaultAuth domain.
3. Created library under Data LIbrary Manager. Assigned SASApp server, Data Server used predifined server item #2 of this list.Default log in oracle db user.
4. Tried to register tables. and not able to finish this portion oracle db user can not connect to SASapp. and the SASapp user (myself with admin rights) not able to connect to Oracle db.
Please help me to find how I can connect to Oracle db with one user and to SASapp with another.
Thank you.
Val
because user for Oracle DB does not have access to SASapp server (can not be added to domain or local to get access to the sas server)