database vault question
Can dbms_file_transfter or dbms_file_group give the receiver of files copied access to data that database vault would otherwise prevent them from being able to access?
I do not know how I could determine if a given online or archived redo log contains data from tables owned by a sensitive database schema for whom access is restricted by way of database vault, so to me potentially any such could contain such data.
My current thought is to veto such access, but I want to be prepared to justify that veto to managers.