How to pass user and password to JDBC connections in bipublisher?
We had been using database local account in the JDBC connection pool for running BI Publisher reports, which was running fine. We had to switch to :USER and :PASSWORD in the JDBC connection to pass the logging in users credentials to the database for running the reports. However we are getting the below error while doing so.
ORA-01017: invalid username/password; logon denied
Note that the same user is able to run reports via analysis to the same oracle database via :USER and :PASSWORD. Can you pl. advice how to pass the user credentials while running a BI Publisher report.