Using Oracle 8.1.5 on a SunOS I've been trying to set up a development database where a production database resides (I know, but due to lack of resources that's all we have.) I got the dev db up and running for the most part, but now trying to access the prod db in sqlplus I get the following:
ERROR:
ORA-00604: error occurred at recursive SQL level 1
ORA-01578: ORACLE data block corrupted (file # 11, block # 504)
ORA-01110: data file 11: '/data/u01/oradata/loanrate/lroldev_rb1.dbf'
The data file mentioned is a rollback datafile for my dev db, not my prod db. Why is my prod db trying to access my dev data files????
Please help ASAP. Demos scheduled all week. Thanks a bunch.
ERROR:
ORA-00604: error occurred at recursive SQL level 1
ORA-01578: ORACLE data block corrupted (file # 11, block # 504)
ORA-01110: data file 11: '/data/u01/oradata/loanrate/lroldev_rb1.dbf'
The data file mentioned is a rollback datafile for my dev db, not my prod db. Why is my prod db trying to access my dev data files????
Please help ASAP. Demos scheduled all week. Thanks a bunch.