Closing an auto open wallet
Hello,
i have running 2 database instances (11gR2, 11.2.0.3) on my Linux Server. i wish to use TDE with both instances for a tablespace. So i created the sqlnet.ora enry with the $ORACLE_SID parameter:
ENCRYPTION_WALLET_LOCATION=
(SOURCE =
(METHOD = FILE)
(METHOD_DATA = (DIRECTORY = /srv/u01/app/tdewallet/$ORACLE_SID/)))
i created the wallet for each insatnce and also create an auto open wallet for each instance. all this works perfectly. so i create a encrypted tablespace. also ok...
now my question:
how could i close the auto open wallet? i found in oracle doku http://docs.oracle.com/cd/E11882_01/network.112/e10746/asotrans.htm#ASOAG9528
i have running 2 database instances (11gR2, 11.2.0.3) on my Linux Server. i wish to use TDE with both instances for a tablespace. So i created the sqlnet.ora enry with the $ORACLE_SID parameter:
ENCRYPTION_WALLET_LOCATION=
(SOURCE =
(METHOD = FILE)
(METHOD_DATA = (DIRECTORY = /srv/u01/app/tdewallet/$ORACLE_SID/)))
i created the wallet for each insatnce and also create an auto open wallet for each instance. all this works perfectly. so i create a encrypted tablespace. also ok...
now my question:
how could i close the auto open wallet? i found in oracle doku http://docs.oracle.com/cd/E11882_01/network.112/e10746/asotrans.htm#ASOAG9528
0