Examine the command below:
BEGIN DBMS_REDACT.ADD_POLICY(
object_schema => 'mavis',
object_name => 'cust_info',
column_name => 'emp_id',
policy_name => 'redact_cust_ids',
function_type => DBMS_REDACT.REGEXP,
expression => '1=1',
regexp_pattern => '(\d\d\d)(\d\d)(\d\d\d\d)',
regexp_replace_string => 'XXXXX\3',
regexp_position => 1,
regexp_occurrence => 0,
regexp_match_parameter => 'i',
policy_description => 'Redacts customer IDs',
column_description => 'emp_id contains employee ID numbers');
END;
/
What do the regexp_pattern and regexp_replace_string parameters accomplish?
Which is the default isolation level in Oracle Database 12c?
http://docs.oracle.com/cd/B28359_01/server.111/b28318/consist.htm#CNCPT1312 (see the sentence that comes right after table 13-1)
Which four items exist in the root of a CDB, but not in the PDBs?
Which three statements are true about database storage structures?
You are about to apply a patch to a database. Which recommended action is incorrect?
Erick
3 days agoJose
10 days agoSina
11 days agoJesusa
25 days agoShay
26 days agoHerschel
1 months agoNovella
1 months agoLatanya
1 months agoLouisa
2 months agoDeeanna
2 months agoIsreal
2 months agoLashawna
2 months agoMarshall
2 months agoMona
3 months agoReita
3 months agoArlen
4 months agoMargurite
5 months agoLinwood
5 months agoGerry
6 months ago