I have a genotyping application called GeneMapper that only runs on Windows XP. It installs a local Oracle 9 database. I have successfully packaged the application but am only able to get it to run on the host that it was packaged on. I know that it is a clean install because I snapshot the machine before i package the app and revert it after the package is complee. After the install but before the post-scan, i have tried replacing the hostname with localhost in the tnsnames.ora, listner.ora, and sqlnet.ora files.
I still get an error saying that the application cannot connect to the database. Does anyone have experience packing an app that has a Oracle database installed with it?