Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Automatic connection pool parameters update

Received Response
1
Views
2
Comments
IFedoseev
IFedoseev Rank 3 - Community Apprentice

Hi,

I need to find best approach to apply changes of Oracle BI repository from test server to production server.

Is there a possibility to change connection pool schema parameters automatically:

1) Datasource name

2) DB schema

3) Password

while uploading repository in EM  (Test ==> Prod)?


pastedImage_2.png



Now I have to type it manually after another patch installation.

Another approach is to COPY and PAST single Subject Area layers and retype passwords manually only for this Subject Area.

Please, help.

Answers

  • cesar.advincula.o
    cesar.advincula.o Rank 6 - Analytics Lead

    Hello,

    Yes, it exists, use a you could use a initialization block with the variables that you need, however, there is a restriction you cant use variable in the "password" field.

    Check this link for more detail:

    OBIEE - Connection Pool [Gerardnico]

    C1.png

    C2.png

    c3.png

    Do the same with the username.

    Kind Regards

  • rmoff
    rmoff Rank 6 - Analytics Lead
     I need to find best approach to apply changes of Oracle BI repository from test server to production server.
    
    

    Create a set of RPD XML patch files, one for each of your environments. As part of your deployment process, apply the patch automatically with patchrpd, and then deploy the resulting RPD - optionally directly with WLST - no need to touch EM at all.

    Another approach is to COPY and PAST single Subject Area layers and retype passwords manually only for this Subject Area.
    
    

    Please don't do this. It's prone to error, takes ages to do ... and is completely unnecessary.