Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-15300 to ORA-15400

Posted on 19/09/201615/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-15300 to ORA-15400

ORA-15300: File string is incompatible with this operation

Cause: The file type was incompatible with the operation.

Action: Use another file of the correct type.

ORA-15301: cannot change string of the open file ‘string‘

Cause: A SET OWNERSHIP or SET PERMISSION command was attempted on an open file.

Action: Close the file and retry the SQL command.

ORA-15302: active use of files owned by user ‘string‘ precludes its drop

Cause: A DROP USER command specified a user owning files that were in use.

Action: Close all files owned by this user.

ORA-15303: Voting files could not be created in diskgroup string due to small Allocation Unit size

Cause: An attempt was made to create voting files in a diskgroup with a small Allocation Unit size.

Action: Create voting files in a different diskgroup whose Allocation Unit size is at least 1 mega byte.

ORA-15304: operation requires ACCESS_CONTROL.ENABLED attribute to be TRUE

Cause: An attempt was made to run an operation that required the ACCESS_CONTROL.ENABLED attribute to be set to TRUE, but its existing state was FALSE.

Action: Set the ACCESS_CONTROL.ENABLED attribute to TRUE and retry the operation.

ORA-15305: cannot operate on ASM internal files

Cause: An attempt was made to operate on Automatic Storage Management (ASM) metadata used to manage the diskgroup.

Action: Check the specified ASM file name.

ORA-15306: ASM password file update failed on node string

Cause: A CREATE USER, ALTER USER, DROP USER, GRANT, or REVOKE command failed on the specified node of the Automatic Storage Management (ASM) cluster.

Action: Check the ASM alert logs for more information.

ORA-15307: disk string not discoverable by CSS; diskgroup string has CSS voting files

Cause: An attempt was made to add a disk which cannot be discovered by Cluster Synchronization Services (CSS). CSS has voting files in the disk group and will not be able to use the new disk if CSS cannot discover the disks.

Action: Update the Automatic Storage Management (ASM) disk string in the Grid Plug and Play (GPnP) profile to include the specified disk and retry the operation. Alternatively, migrate the CSS voting files out of the diskgroup and retry the operation

ORA-15308: could not access ASM SPFILE in RDBMS instance

Cause: A relational database management system (RDBMS) instance attempted to access an Automatic Storage Management (ASM) SPFILE.

Action: Connect to an ASM instance and reissue the command. Alternatively, specify an RDBMS SPFILE.

ORA-15309: could not access database SPFILE in ASM instance

Cause: An Automatic Storage Management (ASM) instance attempted to access a relational database management system (RDBMS) SPFILE.

Action: Connect to an RDBMS instance and reissue the command. Alternatively, specify an ASM SPFILE.

ORA-15310: process terminated due to signal

Cause: A process was terminated as a result of a signal in the I/O path.

Action: Reconnect to the database or the ASM instance. If the process termination resulted in instance termination, restart the instance.

ORA-15311: process terminated due to fenced I/O

Cause: A process was terminated because it was fenced from doing any more I/Os.

Action: Reconnect to the database or the ASM instance. If the process termination resulted in instance termination, restart the instance.

ORA-15312: invalid file type

Cause: Automatic Storage Management (ASM) could not determine the type of file.

Action: The file specified is not supported with Automatic Storage Management (ASM). Specify a supported file type for the operation.

ORA-15313: Oracle ASM disk string cannot be resized under string M

Cause: An Oracle ASM disk resize command specified a size that was less than the size required to support the voting file present on the disk.

Action: Increase the size specified for the disk.

ORA-15315: Write errors in disk group string could lead to inconsistent ASM metadata.

Cause: One or more failures occurred while writing ASM metadata to disk.

Action: Repair the hardware problem and remount the disk group. Check the accompanying errors and alert log for the disks which reported the error.

ORA-15316: Previous client instance string has not fully exited.

Cause: One or more processes from a prior instantiation of this client were not fenced.

Action: Ensure that all processes belonging to the client instance have exited. Check the client alert log and the trace file of the process that terminated the instance.

ORA-15317: user identification number ‘string‘ does not exist in operating system user dictionary

Cause: The specified user identification number did not belong to a valid operating system user.

Action: Specify a valid operating system user.

ORA-15318: disks in disk group string cannot be resized

Cause: Execution of ASM Storage Reclamation Utility script was incomplete on the specified disk group.

Action: Execute ASM Storage Reclamation utility on the disk group to complete the operation.

ORA-15319: ownership assignment of files to user ‘string‘ precludes its drop

Cause: A DROP USER command specified a user currently being assigned as the owner of one or more files with a SET OWNERSHIP command.

Action: Wait for the SET OWNERSHIP command to complete and then retry the DROP USER command

ORA-15320: cannot drop user ‘string‘ that has been assigned as the owner of one or more open files

Cause: A SET OWNERSHIP command assigned this user as the owner of one or more files which were open at the time of assignment, and hence this user cannot be dropped due to possible inconsistencies in file ownerships.

Action: Restart all ASM client instances of the cluster in a rolling manner.

ORA-15321: cannot set attribute with connected clients

Cause: The disk group attribute could not be set because there were connected clients.

Action: Shut down connected clients and retry the command. Query the V$ASM_CLIENT fixed view in an ASM instance or use ASMCMD LSOF to list active clients.

ORA-15322: cannot drop the owner ‘string‘ of user group ‘string‘ in disk group ‘string‘

Cause: An attempt was made to drop the owner of a user group from the group’s member list.

Action: Specify a user group member who is not the owner of the user group.

ORA-15323: ASM password update has failed on local node

Cause: A CREATE USER, ALTER USER, DROP USER, GRANT, or REVOKE command failed on the local node of the Automatic Storage Management (ASM) cluster.

Action: Check the ASM alert logs for more information.

ORA-15324: requested operation is not allowed on the password file string

Cause: An attempt was made to run an operation that is not supported on password files.

Action: Specify a new file name or a file with the correct file type and retry the operation.

ORA-15325: file string is not a valid password file

Cause: An attempt was made to open a file that had a type different from the password file.

Action: Specify correct password file name and retry the operation.

ORA-15326: specified input string is a not an ASM file

Cause: The attributes could not be obtained as the specified input is either a disk group or a directory.

Action: Specify a valid Automatic Storage Management (ASM) file name.

ORA-15327: remote ASM is not enabled

Cause: An operation was requested that requires remote ASM to be enabled.

Action: Enable remote ASM.

ORA-15328: user identification string ‘string‘ exceeds limit of string characters

Cause: The user identification string provided for this operation exceeded the maximum number of characters allowed.

Action: Provide a user identification string of shorter length.

ORA-15329: cluster identification string ‘string‘ exceeds limit of string characters

Cause: The cluster identification string provided for this operation exceeded the maximum number of characters allowed.

Action: Provide a cluster identification string of shorter length.

ORA-15330: ASM user name format requires COMPATIBLE.ASM of string or higher

Cause: The ASM user name format specified requires a higher disk group attribute value for COMPATIBLE.ASM.

Action: Set the disk group attribute COMPATIBLE.ASM to or above the requested version.

ORA-15331: ASM proxy instance ORACLE_SID string does not start with string

Cause: The ASM proxy instance was started with an invalid ORACLE_SID prefix.

Action: Start the ASM proxy instance with an ORACLE_SID that begins with the correct prefix.

ORA-15332: ASM proxy instance cannot connect to an ASM server

Cause: The ASM proxy instance could not find an ASM server to connect to during startup.

Action: Verify that an ASM server instance is running and accessible in the cluster and restart the proxy instance.

ORA-15333: disk is not visible on client instance

Cause: An ALTER DISKGROUP ADD DISK statement specified a disk that could not be discovered by all ASM client instances.

Action: Check the ASM alert logs for more information. Check operating system permissions for the device and the storage subsystem configuration.

ORA-15334: VUBG process terminated with error

Cause: The volume background process terminated with error.

Action: Warm start instance.

ORA-15335: ASM metadata corruption detected in disk group ‘string‘

Cause: A corruption was detected reading a block. It may be recoverable.

Action: The corruption could be the result of a storage problem, a configuration issue, or a software bug. Check the alert log for the result of the recovery attempt. If unsuccessful, contact Oracle Support Services with the incident information.

ORA-15336: STRIPE_WIDTH cannot be set when STRIPE_COLUMNS equals 1

Cause: An ADD VOLUME command specified a STRIPE_COLUMNS equal to 1 and specified the STRIPE_WIDTH argument.

Action: If striping is required, set STRIPE_COLUMNS to greater than 1. If striping is not required, do not set STRIPE_WIDTH.

ORA-15337: invalid or missing database name

Cause: You did not specify a valid database name for this command.

Action: Specify a valid database name.

ORA-15338: ASM client instance string reconnection refused

Cause: The client was not found as an orphaned client and hence is not a legitimate candidate to reconnect to Oracle ASM.

Action: Shut down and restart the remote client to be considered as a new client in the cluster.

ORA-15339: ASM client instance string has been fenced by ASM

Cause: Oracle ASM has already fenced this client.

Action: Shut down and restart the remote client to be considered as a new client in the cluster.

ORA-15340: unable to create member cluster ‘string‘

Cause: Creation of the member cluster failed.

Action: Check the alert logs and trace files of the Oracle ASM instance for more information on the reason for the failure, as well as checking the accompanying error messages.

ORA-15341: unable to delete member cluster ‘string‘

Cause: Deletion of the member cluster failed.

Action: Check the alert logs and trace files of the Oracle ASM instance for more information on the reason for the failure, as well as checking the accompanying error messages.

ORA-15343: Feature string ASM is not enabled

Cause: An operation was requested that requires Oracle Flex ASM to be enabled.

Action: Enable Oracle Flex ASM.

ORA-15344: client string not found

Cause: The specified Oracle ASM client was not registered with this instance.

Action: Check the alert logs and trace files of the client for more information on the reason for the failure, as well as the accompanying error messages.

ORA-15345: disconnected client instance(s) detected

Cause: One or more ASM client instances were not connected to an ASM instance.

Action: Check that all of the ASM client instances are connected to an ASM instance and retry the operation.

ORA-15346: process attempting to identify or create ASM file string was aborted

Cause: The client process attempting to identify or create the ASM file terminated or was interrupted.

Action: Correct the cause of the process interruption and retry the operation.

ORA-15347: logical block size string of ASM file ‘string‘ is too small for disk group sector size string

Cause: An attempt was made to create a file on ASM whose logical block size was less than the sector size for the disk group.

Action: Check if the system configuration has changed. Correct the error and retry the operation.

ORA-15348: ASMLIB misconfiguration error [string]

Cause: ASMLIB was found in more than one location.

Action: Check the configuration of ASMLIB and ensure that only one library is configured.

ORA-15349: failed to set or get AFD_DISKSTRING parameter

Cause: The operation failed because either Oracle Local Repository (OLR) was not available or AFD disk string attribute did not exist.

Action: Check that Oracle Clusterware is properly configured using ‘ocrcheck -local’ command.

ORA-15350: invalid SYS_ASMFD_PROPERTIES parameter

Cause: The parameter passed in for SYS_ASMFD_PROPERTIES was invalid.

Action: Pass in the correct parameter. Refer to the product documentation for a list of allowed parameter values.

ORA-15351: I/O request issued to a sparse grid disk failed because the disk was out of space.

Cause: The sparse grid disk was out of space.

Action: Add more space to the disk group by adding more disks or add more space to existing disks by resizing them.

ORA-15352: invalid client name string specified

Cause: The client name passed in was invalid.

Action: Pass in a valid client name. The valid client name is of format instance name:dbunique name:cluster name or instance name:dbunique name

ORA-15353: disk ‘string‘ cannot be added to disk group ‘string‘

Cause: The disk type did not match the disk group sparse type.

Action: Ensure that the disk type matches the disk group sparse type.

ORA-15354: failed to format grid disk “string“

Cause: The grid disk format command failed.

Action: Check the grid disk logs and take corrective actions.

ORA-15357: Can not create file “string” on a sparse disk group

Cause: An attempt was made to create fine-grained striping files on sparse disk groups. Fine-grained striping files cannot be created on sparse disk groups.

Action: Create the file on a regular disk group, or create a coarse-grained striping file on a sparse disk group.

ORA-15358: query for materialized space to sparse grid disk “string” of disk group “string” has failed

Cause: The query for materialized space to the cell server has failed.

Action: Check the ASM and cell alert logs and take corrective actions.

ORA-15359: could not perform label scan operation

Cause: An error occurred while scanning for ASM label.

Action: Look at the underlying errors on the error stack. Check other messages in the trace files for more information.

ORA-15360: could not perform label filter operation

Cause: An error occurred while setting AFD filter status.

Action: Look at the underlying errors on the error stack. Check other messages in the trace files for more information.

ORA-15361: unable to find member cluster ‘string‘

Cause: Looking up of the member cluster failed.

Action: Execute the ‘asmcmd lscc’ command to list all of the configured member clusters. If the member cluster listed in the message is not present, it might have been forcibly deleted. Refer to the product documentation for more information. If the member cluster listed in the message was present, contact Oracle Support Services.

ORA-15362: invalid cluster name ‘string‘ specified

Cause: An invalid cluster name was supplied.

Action: Specify a cluster name which is at least one character but no more than 15 characters in length. The cluster name must be alphanumeric, it cannot begin with a numeric character, and it may contain hyphen (-) characters. However, it cannot end with a hyphen (-) character.

ORA-15363: invalid version number ‘string‘ specified

Cause: The command did not specify a valid version number.

Action: Correct the version number in the command. It should be of the form #.#.#.#.# or other forms with fewer numbers delimited by a period.

ORA-15364: member cluster version string is incompatible with storage server version string

Cause: The specified member cluster version was not supported by the Storage Server.

Action: Upgrade or downgrade the storage server to a version that is compatible with member cluster and retry the operation. Install a member cluster using a supported version. Refer to product documentation for a complete list of supported releases.

ORA-15365: member cluster ‘string‘ already configured

Cause: The specified member cluster was already configured.

Action: Execute the ‘asmcmd lscc’ command to list all of the configured member clusters. Reexecute the command with a member cluster name that has not already been configured.

ORA-15366: unable to delete configuration for member cluster ‘string‘ because the directory ‘string‘ was not empty

Cause: Deleting the member cluster configuration failed because some files were present.

Action: Deinstall the member cluster and rerun the command. If the command fails again, execute the ‘asmcmd rmcc <member_cluster_name> -f’ command to force deletion of the configuration for the member cluster.

ORA-15367: member cluster ‘string‘ not configured

Cause: The specified member cluster was not configured.

Action: Execute the ‘asmcmd lscc’ command to list all of the configured member clusters. Reexecute the command with a member cluster name that is configured.

ORA-15368: Oracle Cluster Registry operation failed with error string.\nstring

Cause: This is an internal error.

Action: Contact Oracle Support Services.

ORA-15369: OCI invalid handle string

Cause: An Oracle Call Interface (OCI) call returned the OCI_INVALID_HANDLE return code and did not store the error on the stack.

Action: Contact Oracle Support Services.

ORA-15370: database version needs to be 12.1 or higher to access a disk group number higher than 63

Cause: An attempt was made to access a disk group number greater than 63 with a database version lower than 12.1.

Action: Upgrade the database to version 12.1 or higher and retry the operation.

ORA-15371: The command is not supported on a member cluster.

Cause: An attempt was made to run a command that is not supported on a member cluster.

Action: Rerun the command on the storage server.

ORA-15372: Client version string not supported by Oracle ASM

Cause: The software version of the client is not supported by current release of the ASM software.

Action: Upgrade the client to the later release that is compatible with Oracle ASM and retry the operation. Refer to product documentation for a complete list of supported releases.

ORA-15373: SYSDG, SYSKM, SYSRAC, and SYSBACKUP administrative privileges cannot be granted on an ASM instance.

Cause: An attempt was made to grant or revoke SYSDG, SYSKM, SYSRAC, or SYSBACKUP administrative privileges to a user on an ASM instance.

Action: Do not attempt to grant SYSDG, SYSKM, SYSRAC, or SYSBACKUP administrative privileges on an ASM instance.

ORA-15374: invalid cluster configuration

Cause: The client instance detected an invalid configuration.

Action: Install and configure Oracle Grid Infrastructure and retry the operation. Refer to product documentation for more information.

ORA-15375: Physical sector size (string) cannot be smaller than the logical sector size (string).

Cause: An attempt was made to create or modify a disk group with a physical sector size value smaller than its logical sector size value.

Action: Review the SQL statement and fix any discrepancies.

ORA-15376: The existence of native disk ‘string‘ does not allow disk group string from changing sector sizes. Sector size of native disk is string.

Cause: An attemp was made to change the physical or logical sector size value. Changing the sector size value is not allowed when there are native disks (physical sector equal to logical sector size) in the disk group, because this could cause invalid I/O operations.

Action: Drop the native disks or replace them for disks that support sector size emulation.

ORA-15377: Block size (string) for file ‘string‘ is incompatible with the selected sector size (string).

Cause: The operation could not be completed because the sector size was incompatible for the specified file.

Action: Re-create or migrate the file to a block size that is compatible with the desired sector size, and redo the operation.

ORA-15378: Grid Naming Service operation failed with error string.\nstring

Cause: This is an internal error.

Action: Check the accompanying error messages. Contact Oracle Support Services.

ORA-15379: Cluster Credentials operation failed with error string.\nstring

Cause: This is an internal error.

Action: Check the accompanying error messages. Contact Oracle Support Services.

ORA-15380: invalid file group name specifier

Cause: The file group name specified was invalid.

Action: Specify a valid file group name.

ORA-15381: missing or invalid file group client specifier

Cause: The command did not specify a valid file group client string.

Action: Specify a valid file group client string with alphanumeric characters.

ORA-15382: invalid file group client name specifier

Cause: The file group name specified was invalid.

Action: Specify a valid file group name.

ORA-15383: invalid file group property ‘string‘

Cause: An invalid property was specified for the ASM file group.

Action: Check documentation for valid ASM file group properties. The valid ASM file group property is of format file type.property name or property name

ORA-15384: invalid file type ‘string‘

Cause: An invalid file type was specified for the ASM file group property.

Action: Check documentation for valid ASM file types.

ORA-15385: file group ‘string‘ does not exist

Cause: The specified file group did not exist within the disk group.

Action: Check the file group name and disk group name.

ORA-15386: file group ‘string‘ already exists in disk group ‘string‘

Cause: A file group with the same name already exists.

Action: Select another file group name, or drop the existing file group. While creating non-CDB, multitenant container database (CDB), or pluggable database (PDB), manually create a file group for this non-CDB, multitenant container database (CDB), or pluggable database (PDB).

ORA-15387: existing files are associated with file group ‘string‘

Cause: An attempt was made to drop a file group that still contains existing files.

Action: Specify the CASCADE option to drop the file group and all of the associated files.

ORA-15388: a file type cannot be specified for file group property ‘string‘

Cause: The specified file group property affects the file group itself or all files in the file group, it is not specific to a type of file.

Action: Remove the file type from the name of the property.

ORA-15389: missing or invalid file group property specification

Cause: The command did not specify a valid file group property name or a valid file group property value.

Action: Specify a valid file group property name and value pair.

ORA-15390: invalid value for file group property ‘string‘

Cause: An invalid value was specified for the ASM file group property.

Action: Check documentation for acceptable values for this ASM file group property.

ORA-15391: cannot drop the default file group

Cause: The specified file group was created by the system and must always exist for proper operation.

Action: Select another file group name.

ORA-15392: cannot alter the default file group

Cause: The specified file group was created by the system and must hold the default values for proper operation.

Action: Select another file group name.

ORA-15393: File number ‘number‘ does not exist in file group ‘string‘.

Cause: The specified file did not exist within the file group.

Action: Check the file number and the file group number.

ORA-15394: duplicate file group property ‘string‘ specified

Cause: A command specified the same file group property more than once for the same file type.

Action: Specify only one file group property for a file type.

ORA-15395: file group redundancy incompatible with file type

Cause: An attempt was made to move a file to a file group with an incompatible redundancy specification, or to change the redundancy specification of a file group in a way that is incompatible with existing files in that file group.

Action: Specify a valid redundancy property for the file group. Only write-once files, such as the offline archive log and backup set, support parity protection. Other types of files must be configured with an unprotected, mirror or high redundancy. The file group redundancy can be changed from a parity protection scheme to unprotected, mirror, or high, and conversely, as long as the file group does not contain any files.

ORA-15396: command operates on only one file group property

Cause: More than one file group property was specified in the ADD FILEGROUP or MODIFY FILEGROUP statement.

Action: Specify only one file group property per statement.

ORA-15397: command requires all disks in disk group string to be online

Cause: The file group redundancy could not be changed to UNPROTECTED because some disks were offline.

Action: Retry the command after the offline disks are dropped.

ORA-15398: file group property ‘string‘ is read-only

Cause: The specified file group property cannot be changed.

Action: Retry the command providing a non read-only file group property

ORA-15399: new RDBMS compatibility (string) exceeds client’s RDBMS compatibility (string)

Cause: The specified value for COMPATIBLE.RDBMS attribute exceeds the COMPATIBLE setting for RDBMS for one or more clients.

Action: Verify the RDBMS compatibility for each client of this disk group.

ORA-15400: not running on supported ASM appliance

Cause: An attempt was made to initialize the server code as an appliance when it was not running a supported appliance configuration.

Action: Check the appliance configuration and retry the operation.

 

Share this:

  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.



View Fatih ACAR's profile on LinkedIn

Categories

  • Databases (329)
    • MsSQL Server (18)
      • Administration (16)
      • Errors and Solutions (4)
      • SQL (2)
    • MySQL (5)
      • Administration (4)
      • Backup And Recovery (1)
      • Errors and Solutions (1)
    • Oracle (290)
      • Administration (79)
      • Backup And Recovery (29)
      • Errors and Solutions (195)
      • Procedure (10)
      • SQL (32)
    • PostgreSQL (16)
      • Administration (15)
      • Errors and Solutions (3)
      • SQL (2)
    • Redis (1)
  • Microsotf Dynamics CRM (1)
  • Operating Systems (47)
    • Linux & Unix (34)
    • Windows (13)
  • Programing (5)
    • Python (5)
  • SAP (15)
    • Errors and Solutions (4)
    • SAP Basis (12)
  • Security (8)
    • Database Security (6)
    • Information Security (1)
    • System Security (4)
  • VMware (4)

Recent Posts

  • Redis 7 Sentinel Infrastructure Installation
  • Oracle Database 19c Multi Data Guard and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 23ai Free Installation Steps on Oracle Linux 9
  • Oracle Database 19c Active Data Guard Installation and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 19c Installation and 19.22 RU Patch Apply on Oracle Linux 8

Resources

  • Oracle
  • PostgreSQL

Blogroll

  • Gökhan Atıl
  • H. Koray Gündüz
  • Hakan Talip Öztürk
  • Zekeriya Beşiroğlu

Web Pages

  • BT Çözümleri

Tag Cloud

Administration Backup and Recovery Cluster Systems Database Administration Database Security Linux Linux Administration MsSQL Server MsSQL Server Error and Solutions MySQL MySQL Administration ORA-00018 ORA-00020 Oracle Oracle 12c Oracle 19c Oracle Administration Oracle Backup and Restore Oracle Data Guard Oracle Data Guard Failover Oracle Data Guard Switchover Oracle Error Solutions Oracle Linux Oracle Rman Backup Oracle Security Oracle SQL Query PostgreSQL PostgreSQL Administration PostgreSQL High Availability PostgreSQL Hot Standby Python SAP Basis Sap Errors and Solutions Sap System Administration SQL SQL Server Administration SQL Server Availability Group Stored Procedure System Administration System Security VMware VMware Administration Windows Windows Batch Script Windows Server

Social

  • View facar1987’s profile on Twitter
  • View facar’s profile on LinkedIn

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 17 other subscribers
©2026 Fatih Acar's blog | Built using WordPress and Responsive Blogily theme by Superb