To start off im not a Oracle Expert.
Im having a problem with 3rd party backup application.
Third party backup application uses oracle file OCIw32.DLL to make calls and query into Oracle.
I have a tablespace that is reporting it has two database file assosiated to it when one file physicaally doesnt exist. Oracle wont work on the issue since its 3rd party program but they can provide me with any commands to check if oracle is right.
All indication from 3rd party backup application debug is telling me that oracle is returning that the table space has two file assosiated with it. Backup program debug also reports this is coming from oracle and the command issues in/out of the database are sucessful.
Backup Application see the following two file in the tablespace. When selected for backup it failes on the "MISSING00015" since it physically doesnt exist on disk.
name=E|/ORADATA/PROD/ABC_DATA.DBF
name=D|/ORACLE/ORA92/DATABASE/MISSING00015
Anybody know a query to find if oracle is referencing something that doesnt exist.
Im having a problem with 3rd party backup application.
Third party backup application uses oracle file OCIw32.DLL to make calls and query into Oracle.
I have a tablespace that is reporting it has two database file assosiated to it when one file physicaally doesnt exist. Oracle wont work on the issue since its 3rd party program but they can provide me with any commands to check if oracle is right.
All indication from 3rd party backup application debug is telling me that oracle is returning that the table space has two file assosiated with it. Backup program debug also reports this is coming from oracle and the command issues in/out of the database are sucessful.
Backup Application see the following two file in the tablespace. When selected for backup it failes on the "MISSING00015" since it physically doesnt exist on disk.
name=E|/ORADATA/PROD/ABC_DATA.DBF
name=D|/ORACLE/ORA92/DATABASE/MISSING00015
Anybody know a query to find if oracle is referencing something that doesnt exist.