|
If I understand your situation correctly, you regularly receive a physical copy of an entire Oracle 9.2.0.1 database, which you are then attempting to start on your server using Oracle 10g software. If this is the case, you cannot use Oracle 10g software to simply start this database. The database must be started with the same release software it was using at the time it was copied and sent to you.
The most efficient solution would be to install the proper software (release 9.2.0.1) and use it to start this database. If the database was release 9.2.0.4, you would be able to start it using the 10g software but only after upgrading the database itself to 10g (I am assuming that you are referring to Oracle 10g release 2). Because the database is 9.2.0.1, Oracle does not support an upgrade in place to 10g release 2.
My recommendation would be to install Oracle 9.2.0.1 so that you can at least open the database with the proper Oracle software. If, at that point, you wish to upgrade it to Oracle 10g, this can be done by following the upgrade instructions in the Oracle Database 10g Release 2 Upgrade Guide.
|