Link to home
Start Free TrialLog in
Avatar of jdh0650
jdh0650

asked on

"ORA-01116: error in opening database file 458" during upgrade from RDBMS 8.1.7.3 to 8.1.7.4

I am upgrading an Oracle database running on an OpenVMS 7.3-1 platform from 8.1.7.3 to 8.1.7.4, and after changing to the new ora_root and bouncing the DB I receive the following errors
ORA-01116: error in opening database file 458
ORA-01110: data file 458:
ORA-27041: unable to open file
%RMS-E-ACC, ACP file access failed

I verified permissions and that the file exists
The Database will mount but will not open
When the ora_root is changed back to 8.1.7.3 the DB will start intermittantly

Two other DBs have successfully been upgraded using the 8.1.7.4 ora_root
Avatar of geotiger
geotiger


Did you check whether your default SID (ORACLE_SID) is set to the new db SID and your old instance is shut down?

Avatar of jdh0650

ASKER

The instance is shutdown and all of the background processes are stopped.  The SID is the same no matter which ora_root I use because it is the same database.

When I try to start the instance I get the errors after the DB mounts but before it opens.  Before I try starting it again I shut it down.
my dear friend

set the oracle sid to the new oracle sid and then check the permissions of the folder and the files and also check whether all the data files are there.

i think the problem is with the permission try giving 777 to all the files. and then start the database.

regards
annamalai
Hi

Have you verify the alert file ?
Perhaps your file is offline because while your database was running an other process use it in exclusive mode
Avatar of jdh0650

ASKER

The permissions are wide open.  There is nothing in the alert log but the below errors are in the FG Trace File.  It will open other datafiles on the same drive with the same permssions.
I think it might be some sort of OS IO Quota being reached.  Some times there is an error opening database file 458, and sometimes 458 opens and there is an error opening database file 459

ORA-01116: error in opening database file 458
ORA-01110: data file 458:
ORA-27041: unable to open file
%RMS-E-ACC, ACP file access failed

The platform is OpenVMS 7.3-1
ASKER CERTIFIED SOLUTION
Avatar of jcserlet
jcserlet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jdh0650

ASKER

All of the datafiles are online when I select from v$datafile

When I select file#,status,error from v$datafile_header
All of the datafiles are online
Datafiles 1- 458 have no error and datafiles 459-570 contain the error
"CANNOT READ HEADER"
Avatar of jdh0650

ASKER

It turned out to be quotas for the bequeath listener.

I increased the value for the following parameters
ORA_LSNR_ENQLM
ORA_LSNR_BYTLM
ORA_LSNR_PGFLQUOTA
ORA_LSNR_ASTLM
in the beqlsnr.com and the database started up