1z0-448 question 23 discussion

View all Oracle Data Integrator 12c Essentials Exam here
back to oracle forum

Question 23

Your package logic requires you to retrieve the status of the previous package step into a variable.
How must you implement this? (Choose the best answer.)

  • A. Create a variable, useodiRef.getPrevStepLog ()in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
  • B. Create a variable, useodiRef.getPrevInfo ()in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
  • C. Create a variable, useodiRef.getStep ()in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
  • D. Create a variable, useodiRef.getPrevStepStatus ()in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
Answer:

A


Explanation:
(https://docs.oracle.com/middleware/1212/odi/ODIKD/odiref_reference.htm#ODIKD1237)

User Votes:
A
50%
B
50%
C
50%
D 1 votes
50%
Discussions
0 / 1000
tuanuv1
7 months, 1 week ago

This one is correct