Execute oracle web reports without password with wallet
I want execute a web report.
Is possible execute the report puting the username/password in the browser, or put the username/password in cgicmd.dat file.
But this solution is not accetable, because a client doesnt accept put password in a file without encription.
I look for some solution.
I configured the Oracle Client and wallet to connect to a database without type the user/password. (Using The Secure External Password Store (Doc ID 340559.1))
I connected sucessfully with a sqlplus: sqlplus /@dbwallet.
It works with forms too, if i use userid=/@dbwallet
But i can´t use it to execute a web report.
0