Troubles for installing an Oracle Instance on OpenVMS [message #147917] |
Mon, 21 November 2005 13:39 |
echumbes
Messages: 1 Registered: November 2005 Location: Lima PE
|
Junior Member |
|
|
Hi everydody, when I try to install a new Instance on Oracle 7.3.4 on an Alpha es45 OpenVMS v.7.3, the system showed this message:
create database "TDA1P" controlfile reuse
*
ORA-01501: CREATE DATABASE failed
ORA-00200: cannot create control file 'ora_control1'
ORA-07515: sfccf: UIC group <= MAXSYSGROUP - file operations
not allowed
the maxsysgroup is 8:
>WRIT SYS$OUTPUT F$GETSYI("MAXSYSGROUP")
------------------------------------------------------
8
The uic group for the account is [277,100] and the identifier is the same :
>>mc authorize show oracle74
----------------------------
Username: ORACLE74 Owner: ORACLE74
Account: UIC: [277,100] ([ORACLE734])
>>mc authorize show /iden oracle734
------------------------------------------------
Name Value Attributes
ORACLE734 [000277,000100]
Somebody can help me with this trouble to solve this situation?... thanks to all
Regards,
Eduardo
|
|
|
Re: Troubles for installing an Oracle Instance on OpenVMS [message #148128 is a reply to message #147917] |
Tue, 22 November 2005 20:30 |
DMcG
Messages: 51 Registered: May 2005 Location: Auckland, New Zealand
|
Member |
|
|
Trawling Metalink shows that this is probably a bogus error message and the actual error is completely unrelated !
Check file and directory privileges for the directories you're trying to create the db in - also check for disk quotas.
Dougie McGibbon
|
|
|