Where would you go to enable tracing on the Optim Server?
You are having an issue with your Optim Server (running on Linux) and IBM Support has asked you to enable tracing. Where would you go to enable tracing on the Optim Server?
What reflects the value of CUSTNAME after the character expression has been applied?
A table contains two columns, CUSTNAME and STATE. You have created the following character expression to mask CUSTNAME:
SUBSTR(CUSTNAME,1,3) CONCAT ‘EE’ + SUBSTR(STATE,1) || SUBSTR(CUSTNAME,5,2)
Given the values shown below for CUSTNAME and STATE:
CUSTNAME=SANDERS STATE=GA
What reflects the value of CUSTNAME after the character expression has been applied?
Which of the following are included in an Access Definition?
Which of the following are included in an Access Definition?
Which statement is true?
You have created an Access Definition containing multiple tables. The tables each have primary keys and additional non-unique indexes that have been added over the years. While defining this archive request you have the choice of defining archive indexes. Which statement is true?
Why is this considered a best practice?
It is considered a best practice to mask data using functions that produce consistent results (e.g., the same masked values are produced each time the data is masked).
Why is this considered a best practice?
What identifies the tables, relationship traversals, and selection criteria for the data to be archived?
What identifies the tables, relationship traversals, and selection criteria for the data to be archived?
Which statement is true about Optim relationships?
Which statement is true about Optim relationships?
What is the purpose of records with primary key values of ?1? ?2? and ?3? contained in an Optim lookup table?
What is the purpose of records with primary key values of ?1? ?2? and ?3? contained in an Optim lookup table?