In order to migrate the software Oracle Wallet, an existing wallet is needed. To create a test wallet, the sqlnet.ora file located in the $ORACLE_HOME/network/admin folder needs to be changed. The following lines need to be added:
ENCRYPTION_WALLET_LOCATION =
(SOURCE =
(METHOD = FILE)
(METHOD_DATA =
(DIRECTORY = /u01/app/oracle/admin/orcl/hsmwallet)
)
)
-
When the wallet is created, execute the following commands:
|
›_ Console |
|
-
The sqlnet.ora file has to be changed (change METHOD=FILE to METHOD=HSM) and the server restarted.
ENCRYPTION_WALLET_LOCATION =
(SOURCE =
(METHOD = HSM)
(METHOD_DATA =
(DIRECTORY = /u01/app/oracle/admin/orcl/hsmwallet)
)
)
-
The wallet can be migrated, when the server is configured:
|
›_ Console |
|