Moving Oracle Mobile Authenticator to a new phone

The problem I just got a new iPhone, I have had the old one for four years and I hope the new one will last even longer; moving all those 2FA apps and all the rest is a big hassle. Pro tip: Don’t reset or give away your old phone right after the new one seems to be working. You will need the old one for much longer than you think. ...

December 13, 2025 · 2 min · Øyvind Isene

ORA-20294

A few tips on resolving ORA-29024 in the Oracle database. This error is thrown when Oracle cannot verify the SSL certificate. Troubleshooting ORA-29024: Certificate Validation Failure I have struggled with the ORA-29024 error a few times. Here are a few tips for sorting it out. Start fresh with a new wallet for SSL certificates only, and troubleshoot on a test database. Do not use the wallet that TDE uses or that has the database passwords. Add one certificate at a time. You can set the path to the new wallet as a parameter to various procedures like MAKE_REQUEST in APEX_WEB_SERVICE. In UTL_HTTP, you can set it with the procedure SET_WALLET. ...

November 2, 2022 · 3 min · Øyvind Isene