Home » Infrastructure » Other Operating Systems » create database
create database [message #113931] Tue, 01 July 2003 07:27 Go to next message
Kevin Ringwood
Messages: 1
Registered: July 2003
Junior Member
I am creating a new 8.1.7 database on z/OS 1.3, and I received the following errors:

ORA-01501: CREATE DATABASE failed
ORA-00200: controlfile could not be created
ORA-00202: controlfile: 'ORACLE.ORN1.CONTROL2'
ORA-04101: OS/390 implementation layer error
ORA-04101, ERRORID=1067

The error id 1067 does not appear in the documentation. Any thoughts?

Thank You
Kevin
Re: create database [message #113933 is a reply to message #113931] Wed, 09 July 2003 06:00 Go to previous messageGo to next message
Scott Graham
Messages: 3
Registered: March 2001
Junior Member
: I am creating a new 8.1.7 database on z/OS 1.3, and I received the following errors:

: ORA-01501: CREATE DATABASE failed
: ORA-00200: controlfile could not be created
: ORA-00202: controlfile: 'ORACLE.ORN1.CONTROL2'
: ORA-04101: OS/390 implementation layer error
: ORA-04101, ERRORID=1067

: The error id 1067 does not appear in the documentation. Any thoughts?

: Thank You
: Kevin

In Oracle 9i os/390 messages I found the following:
(Often times I have found error messages in 9i manuals for 8.1.7.

1067 Database file extend request failed due to share options conflict in the associated VSAM LDS cluster. To be able to be extended, the cluster must be defined with share options (3,3). To enable extend processing for an existing cluster, use IDCAMS ALTER to modify the share options to (3,3).
Re: create database [message #114104 is a reply to message #113933] Wed, 25 August 2004 17:12 Go to previous messageGo to next message
Pranilesh Chand
Messages: 1
Registered: August 2004
Junior Member
: : I am creating a new 8.1.7 database on z/OS 1.3, and I received the following errors:

: : ORA-01501: CREATE DATABASE failed
: : ORA-00200: controlfile could not be created
: : ORA-00202: controlfile: 'ORACLE.ORN1.CONTROL2'
: : ORA-04101: OS/390 implementation layer error
: : ORA-04101, ERRORID=1067

: : The error id 1067 does not appear in the documentation. Any thoughts?

: : Thank You
: : Kevin

: In Oracle 9i os/390 messages I found the following:
: (Often times I have found error messages in 9i manuals for 8.1.7.

: 1067 Database file extend request failed due to share options conflict in the associated VSAM LDS cluster. To be able to be extended, the cluster must be defined with share options (3,3). To enable extend processing for an existing cluster, use IDCAMS ALTER to modify the share options to (3,3).

Hi,

The problem could be due to these reason:
-the file location specified in the credb script and the parameter file does not exist. To resolve this, create the relevant path
-the path exists but is actually pointing to a mapped drive. To resolve this, make sure all you data files and control files point to a path on one of the local drives.

This should definitely resolve the issue.

Regards
Pranilesh
Re: create database [message #114147 is a reply to message #113933] Mon, 20 September 2004 01:44 Go to previous message
vinay kumar
Messages: 2
Registered: December 2001
Junior Member
: : I am creating a new 8.1.7 database on z/OS 1.3, and I received the following errors:

: : ORA-01501: CREATE DATABASE failed

: : The error id 1067 does not appear in the documentation. Any thoughts?

: : Thank You
: : Kevin

: In Oracle 9i os/390 messages I found the following:
: (Often times I have found error messages in 9i manuals for 8.1.7.

: 1067 Database file extend request failed due to share options conflict in the associated VSAM LDS cluster. To be able to be extended, the cluster must be defined with share options (3,3). To enable extend processing for an existing cluster, use IDCAMS ALTER to modify the share options to (3,3).
Previous Topic: problems with running java from RPGLE pgm
Next Topic: IMP-00069: Could not convert to environment national character set's
Goto Forum:
  


Current Time: Thu Mar 28 04:31:18 CDT 2024