This error means that
you are trying to perform some operation in the database which requires encryption
wallet to be open, but wallet is not open. In 11g, use following command to open the
wallet. Provide password after “identified by” clause. In the following
scenario, password is “welcome”.
alter system set encryption wallet open identified
by "welcome1";
|