BI Publisher (MOSC)

MOSC Banner

BIP (OBIEE 11.1.1.7): Pre Process Function

edited Apr 8, 2015 10:02AM in BI Publisher (MOSC) 4 commentsAnswered
Hello,
I created function as described in BIP Admin Guide section 9.1.7  About Pre Process Functions and Post Process Functions.

The function simply does the following:

     dbms_application_info.set_client_info(client_info=>'BIP User: '||p_username);
     DBMS_SESSION.SET_IDENTIFIER(p_username);

where p_username is :xdo_user_name passed to the function as indicated in the above mentioned documentation.

This allows the DBA to query v$session view to see which BIP sessions are active.

One curious thing I noted that although I am only setting the identifier and client_info as indicated above, BI Publisher populates the MODULE column of v$session with the executing report !

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center