Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the Arguement for getFailureStepLog() Method?

980427Jun 4 2013 — edited Jun 5 2013
I'm not that good with Java, so I'm not sure but oracle has a slew of information on different Java Methods for ODI and getting information from the Repository. But I don't see any information on what the Argument is for these methods.

For example, I can build a Refreshing Variable to get the Session Number:
SELECT <%=odiRef.getSession("SESS_NO")%> FROM DUAL

The Arguments for the odiRef.getSession() are listed in the KM Dev Guide.

However all the online oracle pages do not list the Arguments?? Like below:

http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17060/oracle/odi/domain/runtime/session/OdiSession.html#getFailureStepLog__
This post has been answered by Sid_Middleware on Jun 4 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2013
Added on Jun 4 2013
2 comments
260 views