Changes between Initial Version and Version 1 of disagnoseGurusriProxy


Ignore:
Timestamp:
02/08/18 10:37:32 (6 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • disagnoseGurusriProxy

    v1 v1  
     1= Diagnosing Issues with Oracle Roles, BANSECR.GURUSRI, and SSO Proxies = 
     2 
     3== BANSECR.GURUSRI == 
     4 
     5 
     6== Proxy Assignments == 
     72) Secondly, even though these roles relate primarily to Banner INB access, I make sure that an entry has been made into the GURSRI table and the user has been granted both proxies necessary for SSO.  This user did have an entry in BANSECR.GURUSRI, but did not have either proxy in PROD, even though the user had been granted CORE_BANNER_PROD_CLS which should provide that proxy.  
     8 
     9ZUAUSR@prod> select proxy from proxy_users 
     10  2  where client = 'SXARS'; 
     11 
     12no rows selected 
     13 
     14I added them: 
     15 
     16ZUAUSR@prod> alter user sxar20 grant connect through banjsproxy; 
     17 
     18User altered. 
     19 
     20ZUAUSR@prod> alter user sxar20 grant connect through banproxy; 
     21 
     22User altered. 
     23