Concurrent Program - apps password
Hi
I am using FNDGFU utility to download a file from the FND_LOBS table, as per the syntax of the FNDGFU
FNDGFU <apps/pwd> 0 Y DOWNLOAD=<filename>
it will work once the valid password is provided, I am using a concurrent program to handle this utility.
In a production env having apps schema password hardcoded in a file is against the security policy.
Solution I am looking for
Is there exists any possibility such that the apps password can be picked up from the system or read the encrypted password from the FND_ORACLE_USERID , such that the security policy is not violated.
I am using FNDGFU utility to download a file from the FND_LOBS table, as per the syntax of the FNDGFU
FNDGFU <apps/pwd> 0 Y DOWNLOAD=<filename>
it will work once the valid password is provided, I am using a concurrent program to handle this utility.
In a production env having apps schema password hardcoded in a file is against the security policy.
Solution I am looking for
Is there exists any possibility such that the apps password can be picked up from the system or read the encrypted password from the FND_ORACLE_USERID , such that the security policy is not violated.
Tagged:
0