670 B
Executable File
670 B
Executable File
Expected Results
Before Oracle Deep Data Security
- A broad legacy retrieval role can return
HR_CONFIDENTIAL,LEGAL_CONFIDENTIAL, andEXECUTIVE_CONFIDENTIALchunks. - A regular employee such as
ninamay receive sensitive chunks in the RAG context before the LLM generates an answer.
After Oracle Deep Data Security
ninaretrieves onlyPUBLICandINTERNALchunks.heitorretrievesHR_CONFIDENTIALplus public/internal chunks.sofiaretrievesLEGAL_CONFIDENTIALplus public/internal chunks.carlosretrieves all classifications through the executive role.- The RAG layer receives only chunks authorized by the database policy.