VPD and context using Express application

I am going to create an application using the Express and Oracle Database Enterprise, VPD applications implemented in the scheme using Context, for the problem with the developers I set the login trigger for user installation;

but I cannot view the data inside the application, but I can view it using the SQL statement

So is their problem in Apex when using VPD, Context or On log on trigger?

+3
source share
2 answers

The correct way to do this in Apex is to use the VPD attribute for application security settings:

Shared Components > Edit Security Attributes > Security

" PL/SQL " ( - ), , VPD. Apex .

+2

, .

, - ( Apex) , . , (, 10) , .

, , Apex ( PL/SQL-, Apex Oracle HTTP).

, , , CONTEXT.

+1

Source: https://habr.com/ru/post/1755185/


All Articles