dynamically opening oracle wallet
I'm taking data pump export from 11204 from UNIX shell script. I've to validate if the wallet status is CLOSED then OPEN it before executing expdp command. Is there a way I can dynamically execute the SQL statement to open the wallet if it is closed?
Thanks