odacli register-database DCS -10107 Tde wallet does not exist at location :/opt/oracle/dcs/commonsto
We recently purchased an ODA 7-2S and I am migrating our current PeopleSoft database over. The database was copied over with no issue, however when tried to register it with ODA, got the following error
[root@HCM-ODA-DEV /]# odacli register-database -c OLTP -s odb1 -o hcm-oda-dev.mycompany.com -sn OraDB1 -p
Password for SYS:
DCS-10107:Tde wallet does not exist at location : /opt/oracle/dcs/commonstore/wallets/tde/OraDB1Please copy the wallet to proceed.
On the source database,
select * from v$ENCRYPTION_WALLET;
| WRL_TYPE | WRL_PARAMETER | STATUS |
|---|---|---|
| file | /u01/app/oracle/product/11.2.0.4/dbhome_1/admin/OraDB1/wallet | CLOSED |
Copied ewallet.p12 (the only file) from /u01/app/oracle/product/11.2.0.4/dbhome_1/admin/OraDB1/wallet of the source to /opt/oracle/dcs/commonstore/wallets/tde/OraDB1 on the target. Ran register-database again and got the same error.