“Leo,” she said, sliding it toward him. “The warehouse inventory system still runs on Oracle 9i. The client died on the old XP machine. You need to install the Oracle 9i client on your Windows 10 64-bit laptop.”
It worked.
After three hours of Googling, he discovered a forgotten truth: Oracle 9i (9.2.0.8) could technically run on 64-bit Windows if you tricked it. The trick? The installer was 32-bit, but it expected certain registry keys and a “Program Files (x86)” home. And it needed the Oracle Universal Installer to run in Windows XP SP2 compatibility mode — and as Administrator. Oracle 9i Client Download For Windows 10 64-bit
He copied the CD contents to C:\temp\ora9i . He right-clicked setup.exe , went to Properties → Compatibility → “Run this program in compatibility mode for: Windows XP (Service Pack 2).” Checked “Run as Administrator.” Applied.
He spent another hour hunting for an old Java Runtime Environment — not the latest, but specifically J2RE 1.3.1_19. He found it buried on a mirror of a mirror of an old Sun Microsystems archive. Installed it manually. Set JAVA_HOME to the ancient path. Reran the Oracle installer. “Leo,” she said, sliding it toward him
But then came the real nightmare: networking. The Oracle 9i client on Windows 10 refused to resolve the warehouse server’s hostname. The old server used PROTOCOL=TCP and HOST=warehouse01 — no IP, no DNS alias. Leo edited C:\oracle\ora92\network\ADMIN\tnsnames.ora and replaced the hostname with the actual IPv4 address. That got a connection.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 You need to install the Oracle 9i client
Finally, at 4:58 PM, the command prompt blinked.
The installer launched. Leo almost cheered. Then it froze at 23% while checking for “JRE 1.3.1.”