Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

Category: Oracle

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

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

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-15200 to ORA-15300 ORA-15200: initialization parameter string (string) is not a power of two Cause: The value specified for this initialization parameter was not a power of two. Action: Correct the initialization parameter value and restart the instance. ORA-15201: disk string contains a valid RDBMS file or foreign volume Cause: A disk specified…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14800 to ORA-15000

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

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14800 to ORA-15000 ORA-14801: Hash composite partitioning is not supported Cause: An attempt was made to partition a table using a Hash composite method. Action: Do not partition the table by a Hash composite method. ORA-14802: Specified operation is not permitted on Hash composite partitioned objects Cause: An unsupported…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14600 to ORA-14800

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

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14600 to ORA-14800 ORA-14601: Illegal to specify SUBPARTITIONS or STORE-IN while specifying a subpartition template Cause: Cannot specify these clauses while specifying a template Action: Correct the subpartition template clause. ORA-14602: SUBPARTITION TEMPLATE is legal only for a composite partitioned table Cause: SUBPARTITION TEMPLATE can be specified only for…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14500 to ORA-14600

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

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14500 to ORA-14600 ORA-14500: LOCAL option not valid without partition name Cause: Incorrect syntax specified Action: Retry the command ORA-14501: object is not partitioned Cause: Table or index is not partitioned. Invalid syntax. Action: Retry the command with correct syntax. ORA-14503: only one partition name can be specified Cause: More than…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14300 to ORA-14324

Posted on 17/09/201609/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14300 to ORA-14324 ORA-14300: partitioning key maps to a partition outside maximum permitted number of partitions Cause: The row inserted had a partitioning key that maps to a partition number greater than 1048575 Action: Ensure that the partitioning key falls within 1048575 partitions or subpartitions. ORA-14301: table-level attributes…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14070 to ORA-14300

Posted on 16/09/201609/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14070 to ORA-14300 ORA-14170: cannot specify <(sub)partition-description> clause in CREATE TABLE or CREATE INDEX Cause: A request was made to generate default partition description(s) (possibly via PARTITIONS number-of-partitions) while at the same time specified <(sub)partition-description> clause which is illegal. Action: Remove one of offending clauses. ORA-14171: cannot specify subpartition-description clause in…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14000 to ORA-14070

Posted on 16/09/201609/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-14000 to ORA-14100 ORA-14000: only one LOCAL clause may be specified Cause: CREATE INDEX statement contained more than one LOCAL clause Action: Specify LOCAL option at most once ORA-14001: LOCAL clause contradicts previosly specified GLOBAL clause Cause: CREATE INDEX statement contained a GLOBAL clause and a LOCAL clause Action: Specify…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-13900 to ORA-14000

Posted on 15/09/201609/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-13700 to ORA-13900 ORA-13900: missing or invalid parameter string Cause: A call to SET_THRESHOLD procedure was either missing a parameter, or the parameter was invalid. Action: Specify a valid value for this parameter. ORA-13901: Object string was not found. Cause: An object name was passed to SET_THRESHOLD procedure that did not map…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-13700 to ORA-13900

Posted on 15/09/201609/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-13700 to ORA-13900 ORA-13700: Reserved for ADDM tracing. ORA-13701: Snapshot pair [string, string] seems to be specified in reverse order. Cause: The start snapshot id was greater than the end snapshot id. Action: Swap the start and end snapshot ids. ORA-13702: Snapshot IDs specified by the range [string, string] are…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-13500 to ORA-13700

Posted on 15/09/201609/02/2017 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-13500 to ORA-13700 ORA-13500: SYSAUX DATAFILE clause specified more than once Cause: The CREATE DATABASE command contains more than one SYSAUX DATAFILE clause. Action: Specify at most one SYSAUX DATAFILE clause. ORA-13501: Cannot drop SYSAUX tablespace Cause: Tried to drop SYSAUX tablespace Action: None ORA-13502: Cannot rename SYSAUX tablespace Cause: An…

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 29
  • Next



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