Skip to main content

Cześć,
Szukam procedury, która odświeży zabezpieczenia z poziomu plsql. Niestety poniższy wpis dodaje lub edytuje wiersz w tabeli cache_management_tab.

BEGIN
    CACHE_MANAGEMENT_API.Refresh_Cache('Security');
END;

 

 

Hi,
I am looking for a procedure that will refresh the plsql security. Unfortunately, the following entry adds or edits a row in the cache_management_tab table.

Begin
     CACHE_MANAGEMENT_API.Refresh_Cache ('Security');
END;


You can use this: Security_SYS.Refresh_Active_List__(1);


Thank you very much. That was exactly what it was about.


Reply