OBIEE - Connection Script

Bi Server Architecture With Client

OBIEE - Connection Script

About

The connection pool of the physical layer gives the possibility in the Connection Script tab to execute a command script:

  • on connect
  • before query
  • after query
  • on disconnect

Examples

Execute on (connect|disconnect)

insert into login_table(:user,sysdate)

Obiee Connexion Alter Nls Date Format

Execute (before|after) query

You can call an autonomous function/store procedure.

With variable

with a server variable

Setting a database session variable.

SET SESSION 'APPLICATIONUSER' = 'VALUEOF(NQ_SESSION.USER)'

Obiee Connection Script Value Of





Discover More
Obiee Database Cast Feature
OBIEE - Cast as date - Which date format to use ?

When you use the cast function to transform a character data type as a date, you may struggle with the date format that you have to give in a formula column because it depends of the configuration. ...



Share this page:
Follow us:
Task Runner