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-18200 to ORA-19000

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

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-18200 to ORA-19000

ORA-18201: The input MDX string is empty.

Cause: The input MDX (MultiDimensional eXpression) string was empty.

Action: Correct the input MDX (MultiDimensional eXpression) string.

ORA-18202: MDX parser error at line string, column string: string.

Cause: The input MDX (MultiDimensional eXpression) query had invalid syntax.

Action: Correct the syntax error for the MDX (MultiDimensional eXpression) query.

ORA-18203: The MDX string string is not currently supported.

Cause: The input MDX (MultiDimensional eXpression) query contained an unsupported feature.

Action: Modify the MDX (MultiDimensional eXpression) query to use only supported features.

ORA-18204: The identifier at line string, column string has no closing right bracket (]) character.

Cause: The delimited identifier had no closing right bracket (]) character.

Action: Correct the syntax error for the MDX (MultiDimensional eXpression) query.

ORA-18205: Invalid arguments for function string.

Cause: The function had invalid arguments.

Action: Correct the syntax error for the MDX (MultiDimensional eXpression) query.

ORA-18220: The type of the expression in string is string. string is expected.

Cause: The MDX (MultiDimensional eXpression) query had the wrong type.

Action: Use an expression with a valid type.

ORA-18221: The argument string in string has different hierarchies.

Cause: An argument had different hierarchies.

Action: Use uniform hierarchies.

ORA-18222: Hierarchy string already appears in string.

Cause: A hierarchy was repeated.

Action: Use disjoint hierarchies.

ORA-18223: Invalid identifier for dimension “string“.

Cause: More than one hierarchy existed for dimension.

Action: Specify the hierarchy with the dimension.

ORA-18224: invalid cube identifier “string“

Cause: The cube identifier was specified incorrectly.

Action: Specify a valid cube identifier.

ORA-18225: The type of argument string of string is string. string is expected.

Cause: An argument of the function had the wrong type.

Action: Use an argument with a valid type.

ORA-18226: argument string does not contain the hierarchy “string” in argument string in string

Cause: The hierarchy in one argument did not exist in the SET argument.

Action: Use an expression with the hierarchy from the set in the SET argument.

ORA-18227: The index is out of range in string.

Cause: The index was out of range.

Action: Use an index within the range.

ORA-18228: The set of argument string of string contains multiple hierarchies. Only one hierarchy is expected.

Cause: The set argument had more than one hierarchy.

Action: Use a SET argument that contains only one hierarchy.

ORA-18229: The hierarchy string is used more than once in arguments of string.

Cause: The hierarchy was used more than once.

Action: Use arguments that contain different hierarchies.

ORA-18230: The member identifier “string” cannot be resolved.

Cause: The member identifier could not be resolved.

Action: Use a valid member identifier.

ORA-18231: The StrToMember argument must be a member identifier when CONSTRAINED is specified.

Cause: The StrToMember argument was not a member identifier and CONSTRAINED was specified.

Action: Replace the argument with a member identifier or remove the CONSTRAINED option.

ORA-18232: A set with the name “string” has already been defined.

Cause: More than one set was defined with the same name.

Action: Rename the set so that it has a unique name within the WITH clause of the multidimensional expression (MDX) query.

ORA-18233: The set “string” has a cycle.

Cause: The set definition referenced itself either directly or indirectly using another referenced set.

Action: Change the definition of the set so that it does not directly or indirectly refer to itself.

ORA-18234: The calculated member “string” has the same name as an existing member.

Cause: The name specified for the calculated member identified another member in the hierarchy.

Action: Change the name of the calculated member so that it is unique within the specified hierarchy.

ORA-18235: The calculated member “string” must be a member identifier qualified by hierarchy.

Cause: The calculated member identifier either was not a valid member identifier or does not contain a hierarchy qualification.

Action: Change the calculated member identifier so that it is a valid member identifier qualifying the hierarchy.

ORA-18236: The calculated member “string” has a cycle.

Cause: The calculated member referenced itself either directly or indirectly using another referenced calculated member.

Action: Change the definition of the calculated member so that it does not directly or indirectly refer to itself.

ORA-18237: A calculated member with the name “string” has already been defined.

Cause: More than one calculated member was defined with the same name.

Action: Rename the calculated member so that it has a unique name within the WITH clause of the multidimensional expression (MDX) query.

ORA-18250: The input parameter to the MDX PL/SQL function is invalid.

Cause: The input parameter to the PL/SQL function was invalid.

Action: Correct the input parameter to the PL/SQL function.

ORA-18252: There are no active MDX queries.

Cause: Either an MDX (MultiDimensional eXpression) query was not executed or all executed queries were closed.

Action: Execute an MDX (MultiDimensional eXpression) query.

ORA-18253: invalid queryID: string

Cause: The MDX (MultiDimensional eXpression) query did not exist in the session with the given queryID.

Action: Specify a valid queryID obtained by calling dbms_mdx_odbo.execute.

ORA-18254: invalid cellRange size: string given, string expected

Cause: The size of the cellRange sequence was not 2 times the number of axes.

Action: Specify a cellRange that has the correct number of elements.

ORA-18255: Invalid cellRange: start (string) is greater than end (string) for axis string

Cause: The start was greater than end for a particular axis in the cellRange.

Action: Specify start less than or equal to end for each axis in the cellRange.

ORA-18256: Invalid axisIndex: string

Cause: The axisIndex was out of range.

Action: Specify an axisIndex greater than or equal to 0 and less than the number of axes.

ORA-18257: The classification value for “string” for measure “string” is invalid for MDX.

Cause: The classification value was invalid for MultiDimensional eXpression.

Action: Replace the Classification value.

ORA-18258: The MDX Slicer contains more than one row.

Cause: The set defining the Slicer resulted in more than one row.

Action: Correct the Slicer portion of the MultiDimensional eXpression query.

ORA-18259: The MDX Schema Rowset type request is invalid.

Cause: The MDX (MultiDimensional eXpression) Schema Rowset type was not a valid value.

Action: Valid MDX (MultiDimensional eXpression) schema Rowset types are between 1 and 10.

ORA-18260: The MDX Schema Rowset Restrictions array and Empty array are not the same size.

Cause: The MultiDimensional eXpression Schema Rowset Restrictions array and the Empty array were not the same size.

Action: Correct the sizes of the Restriction and Empty arrays.

ORA-18261: The TREE_OP restriction value is invalid.

Cause: The given TREE_OP restriction value was invalid.

Action: Provide a valid TREE_OP restriction value.

ORA-18262: invalid empty value

Cause: A value in the given empty list was invalid.

Action: Provide a valid empty value.

ORA-18263: invalid object name and log number combination

Cause: The object name and log number combination did not match the value returned by DBMS_HIERARCHY.VALIDATE_HIERARCHY or VALIDATE_CUBE.

Action: Provide a valid combination of object name and log number and reexecute.

ORA-18264: The ‘queryProperties’ sequence has an invalid length.

Cause: The ‘queryProperties’ sequence had an odd number of elements.

Action: Ensure that the ‘queryProperties’ sequence is either empty or contains an even number of elements.

ORA-18265: fact table key column (string) with value (‘string‘) not in dimension star table key column

Cause: There was a row in the fact table with a key column value that was not in the corresponding dimension star table key column.

Action: Ensure that each fact table key column value has a corresponding row in the dimension star table key column.

ORA-18266: analytic view key (string) with value (‘string‘) does not determine hierarchy lowest level key

Cause: The attribute references found on the analytic view keys could not determine the level key column values of the lowest level in the hierarchy.

Action: Ensure that the attribute references found on the analytic view keys determine the level key column values of the lowest level in the hierarchy.

ORA-18267: key (string) with value (string) for level “string” does not determine all level attributes

Cause: There were rows with the level key column value where the number of distinct values of every attribute column and alternate key attribute were not zero or one.

Action: Ensure that the number of distinct values of every attribute column and alternate key attribute is zero or one for each level key column value.

ORA-18268: alternate key (string) with value (string) for level “string” does not determine level key column value

Cause: There were rows with the alternate key attribute that had non-unique level key values.

Action: Ensure that the alternate key attribute rows all have the same level key value.

ORA-18269: key or alternate key attribute “string” has string NULL values

Cause: A level key column value was defined as NULL when it should be NOT NULL.

Action: Do not define a level key column value to NULL when it should be the NOT NULL value.

ORA-18270: key or alternate key attributes “string” and “string” for level “string” have string mismatched NULL values

Cause: There was a mismatch in the number of NULL values for a SKIP WHEN NULL level.

Action: Ensure that for each SKIP WHEN NULL level, either all level key column values and alternate key attributes are NULL, or all of the level key column values and alternate key attributes are not NULL.

ORA-18271: invalid value for VisualMode query property

Cause: A non-integer value, a negative value, or a value greater than 2 was specified for the VisualMode query property.

Action: Specify an integer value of 0, 1, or 2 for the VisualMode query property.

ORA-18272: analytic view join key (string) with value (‘string‘) not unique in dimension star table

Cause: An analytic view join key did not determine all rows in the dimension star table.

Action: Ensure that the analytic view join key determines all rows in the dimension star table.

ORA-18273: analytic view does not contain cache

Cause: An attempt was made to create a materialized view SQL statement for an analytic view that did not contain a cache.

Action: Modify the analytic view to contain a cache or specify an analytic view with a cache.

ORA-18274: invalid analytic view cache index

Cause: The specified analytic view cache index was invalid.

Action: Specify a valid cache index.

ORA-18275: invalid column length in log table

Cause: The column size of the table did not match with the default log table.

Action: Ensure that the table provided has a correct column definition.

ORA-18276: invalid log table version, upgrade is required

Cause: There was a mismatch in the log table format that corresponds with an older version of the table.

Action: Call DBMS_HIERARCHY.UPGRADE_VALIDATE_LOG_TABLE in order to upgrade to the latest format and retry the operation.

ORA-18280: The REFERENCES clause for analytic view dimension “string” is invalid.

Cause: The REFERENCES clause specified for the analytic view dimension was invalid.

Action: Correct the REFERENCES clause for the analytic view dimension.

ORA-18281: cyclic reference detected for calculated measure “string“

Cause: A cyclic reference for a calculated measure was detected.

Action: Correct the cyclic reference for the calculated measure.

ORA-18282: invalid join condition detected on join path “string“

Cause: An invalid join condition was detected.

Action: Ensure that each side of the join condition comes from a different source.

ORA-18283: invalid join path reference “string” detected on hierarchy “string“

Cause: An invalid join path reference was detected.

Action: Ensure that the join path on the hierarchy refers to a join path on the attribute dimension.

ORA-18284: invalid join paths detected on attribute dimension “string“

Cause: Invalid join paths were detected on the attribute dimension.

Action: Ensure that every dimension source is reachable starting with any source and applying join paths of the visited sources.

ORA-18285: invalid join paths detected on hierarchy “string“

Cause: Invalid join paths were detected on the hierarchy.

Action: Ensure that every join path contains a single unique path and includes every dim source of every level in the hierarchy exactly once.

ORA-18286: invalid SKIP WHEN NULL specification on a calculation expression detected on hierarchy string

Cause: An invalid SKIP WHEN NULL specification was detected on the calculation expression.

Action: Ensure that SKIP WHEN NULL is only specified on skip level hierarchies.

ORA-18287: invalid level name “string” detected on a calculation expression

Cause: An invalid level name specification was detected on the calculation expression.

Action: Ensure the level exists on the hierarchy specified in the calculation expression.

ORA-18288: parent-child hierarchy “string” detected on a calculation expression level specification

Cause: A parent-child hierarchy was detected on the calculation expression level specification.

Action: Ensure the level specifcation on the calculation expression does not reference a parent-child hierarchy.

ORA-18289: parent-child member literal expression detected for level-based hierarchy string

Cause: A parent-child member literal expression was detected for a level-based hierarchy.

Action: Ensure that the parent-child member literal expression is used with a parent-child hierarchy.

ORA-18290: positional member key mismatch detected between member literal expression and hierarchy level “string” on hierarchy “string“

Cause: The number of member keys on the member literal expression did not match those on the corresponding level.

Action: Ensure that the number of member keys on the member literal expression match those on the corresponding level.

ORA-18291: named member key mismatch detected between member literal expression and hierarchy level “string” on hierarchy “string“

Cause: The member keys on the member literal expression did not match those on the corresponding level.

Action: Ensure that the member keys on the member literal expression match those on the corresponding level.

ORA-18294: invalid data type detected on attribute “string“

Cause: An invalid data type was detected on an attribute.

Action: Ensure that the attributes are not of LOB, BFILE, or LONG data type.

ORA-18295: duplicate hierarchy string detected in a calculation expression

Cause: The same cube hierarchy was named more than once in the calculation expression.

Action: Specify each cube hierarchy only once in the calculation expression.

ORA-18296: ambiguously defined hierarchy string detected in a calculation expression

Cause: An ambiguously defined hierarchy was detected in a calculation expression.

Action: Resolve the ambiguity on the hierarchy used in the calculation expression.

ORA-18297: invalid data type detected on base measure “string” for use with aggregation operator “string“

Cause: An invalid data type was detected on a base measure for use with its specified aggregation operator.

Action: Ensure that the data type of the base measure is valid with the aggregation operator on the base measure.

ORA-18298: The REFERENCES clause for the analytic view dimension “string” does not determine the lowest level of every hierarchy.

Cause: The REFERENCES clause specified for the analytic view dimension was invalid.

Action: Correct the REFERENCES clause for the analytic view dimension.

ORA-18299: level “string“: data type of string expression is invalid

Cause: The specified hierarchical attribute of the specified level had an invalid data type.

Action: Ensure that all attributes of the specified type are character expressions using the same character set.

ORA-18300: level “string“: character set of string expression does not match level “string“

Cause: The specified hierarchical attribute of the specified level used a character set that did not match the character set of other levels.

Action: Ensure that all attributes of the specified type are character expressions using the same character set. An explicit ALL clause may need to be specified if the default character set of the ALL attributes does not match the character set used in other levels.

ORA-18301: attribute dimension “string“.”string” does not exist

Cause: The attribute dimension did not exist or the user did not have the required privileges.

Action: Check the spelling of the attribute dimension and ensure that the required privileges are granted.

ORA-18302: hierarchy “string“.”string” does not exist

Cause: The hierarchy did not exist or the user did not have the required privileges.

Action: Check the spelling of the hierarchy and ensure that the required privileges are granted.

ORA-18303: The REFERENCES clause for the analytic view dimension “string” refers to a level key where the level is marked as SKIP WHEN NULL.

Cause: The REFERENCES clause specified for the analytic view dimension was invalid.

Action: Correct the REFERENCES clause for the analytic view dimension or remove the SKIP WHEN NULL from the attribute dimension level.

ORA-18304: non-measure “string” reference in calculated measure “string“

Cause: A non-measure was referenced in a calculated measure.

Action: Ensure that only a measure is referenced in a calculated measure.

ORA-18305: non-aggregation user-defined function “string” detected in window calculated measure

Cause: A non-aggregation user-defined function was specified for a window calculated measure.

Action: Ensure that a valid user-defined aggregation function is specified for a window calculated measure.

ORA-18306: invalid depth expression specified in a hier ancestor calculated measure

Cause: An invalid depth expression was specified in a hier ancestor calculated measure.

Action: Ensure that the depth expression of the hier ancestor evaluates to a positive integer no greater than the number of levels in the hierarchy.

ORA-18307: analytic view “string“.”string” does not exist

Cause: The analytic view did not exist or the user did not have the required privileges.

Action: Check the spelling of the analytic view and ensure that the required privileges are granted.

ORA-18310: The attribute dimension has no level specification.

Cause: The attribute dimension did not have a level specification.

Action: Specify at least one level in the attribute dimension.

ORA-18311: MATERIALIZED or DYNAMIC keyword is missing.

Cause: Either the MATERIALIZED or DYNAMIC keyword was missing.

Action: Specify the MATERIALIZED or DYNAMIC keyword for this level group.

ORA-18312: Dynamic caching is not enabled.

Cause: Analytic View (AV) dynamic caching initialization parameter was not set.

Action: Enable Dynamic AV caching using the appropriate initialization parameter.

ORA-18340: Attribute “string” referenced in a key on level “string” does not exist.

Cause: The level key did not reference a valid attribute in the dimension.

Action: Reference an existing attribute in the level key.

ORA-18341: Determined attribute “string” referenced on level “string” does not exist.

Cause: The determined attribute did not reference a valid attribute in the dimension.

Action: Reference an existing attribute in the level.

ORA-18342: Level “string” does not have a member name.

Cause: The level did not have a member name.

Action: Specify a member name for this multi-attribute key level.

ORA-18343: Default measure “string” does not exist in the cube.

Cause: The default measure did not reference a valid measure in the cube.

Action: Reference an existing measure in the cube.

ORA-18344: Attribute “string” cannot be named using a reserved word.

Cause: The attribute was named using a reserved word.

Action: Use a name for the attribute that is not a reserved word.

ORA-18345: Duplicate metadata object “string“.

Cause: A duplicate metadata object was specified.

Action: Remove or rename the duplicate metadata object specification.

ORA-18346: Cube hierarchy “string” cannot be set as the default.

Cause: Another default cube hierarchy was specified within the same cube dimension.

Action: Set only one default cube hierarchy within a cube dimension.

ORA-18347: Duplicate level key “string” was detected in level “string“.

Cause: A duplicate level key was specified.

Action: Remove or replace the duplicate level key specification.

ORA-18348: Invalid hierarchical attribute name “string” specified.

Cause: The hierarchical attribute was named using an invalid word.

Action: Use a valid name for the hierarchical attribute.

ORA-18349: Invalid skip level specification on attribute dimension “string“.

Cause: The attribute dimension was defined with an invalid skip level specification.

Action: At least one level on the attribute dimension must be NOT NULL.

ORA-18350: Attribute “string” referenced on the ORDER BY clause on level “string” does not exist.

Cause: The ORDER BY attribute did not reference a valid attribute in the dimension.

Action: Reference an existing attribute in the level.

ORA-18351: Cyclic-determined attribute reference detected for level “string“.

Cause: A cyclic-determined attribute reference for a level was detected.

Action: Correct the cyclic-determined attribute reference for the level.

ORA-18352: Invalid expression “string” detected on a calculated measure.

Cause: An invalid expression was detected on a calculated measure.

Action: An offset expression or member key expression cannot contain a column expression or be an analytic view SQL calculation expression.

ORA-18353: invalid ALL member name “string” detected on a hierarchy dimension “string“

Cause: An invalid ALL member name was detected on a hierarchy dimension.

Action: Ensure that the ALL member name is a constant expression.

ORA-18356: duplicate level name “string” found in Cache Level List

Cause: A duplicate level was found in the level list for an Analytic View Cache Level Group.

Action: Ensure that each Analytic View Cache Level Group contains a distinct list of levels.

ORA-18357: duplicate measure name in Cache Measure List “string“

Cause: A duplicate measure was found in the measure list for an Analytic View Cache Level Group.

Action: Ensure that each Analytic View Cache Level Group contains a distinct list of measures.

ORA-18358: Cache Level List hierarchy not found “string“.

Cause: A hierarchy specified in the level list for an Analytic View Cache Level Group was not found.

Action: Ensure that each specified hierarchy in the Analytic View Cache Level Group is defined within the Analytic View.

ORA-18359: Cache Level List dimension not found “string“.

Cause: A dimension specified in the level list for an Analytic View Cache Level Group was not found.

Action: Ensure that each specified dimension in the Analytic View Cache Level Group is defined within the Analytic View.

ORA-18360: duplicate hierarchy found in Cache Level List

Cause: Multiple levels for the same hierarchy were found in the level list for an Analytic View Cache Level Group.

Action: Ensure that each Analytic View Cache Level Group contains only one level per hierarchy.

ORA-18361: duplicate Cache Object found in Analytic View Cache

Cause: A duplicate Analytic View Cache Level Group and Measure List combination was found in the Analytic View Cache.

Action: Ensure that for each Measure List the Analytic View Cache Level Group Lists are unique.

ORA-18362: The level type of level “string” is inconsistent with the dimension type.

Cause: The level type was inconsistent with the dimension type.

Action: Ensure the level type is consistent with the dimension type.

ORA-18363: Key “string” is a subset of another key at level “string“.

Cause: One key was a subset of another key at the same level.

Action: Ensure that no key is a subset of another key at the same level.

ORA-18364: invalid calculated measure clause “string” detected in measure “string“

Cause: Invalid syntax was specified for a calculated measure.

Action: Ensure that the syntax is correct.

ORA-18365: invalid aggregation function detected in window calculated measure “string“

Cause: An invalid aggregation function was specified for a window calculated measure.

Action: Ensure that a valid aggregation function is specified for a window calculated measure.

ORA-18370: The HIERARCHIES clause may only be specified for cubes.

Cause: A HIERARCHIES clause was used on a table or other non-cube object.

Action: Remove the HIERARCHIES clause.

ORA-18371: invalid cube hierarchy qualification

Cause: Cube hierarchies may only be qualified by dimension in the HIERARCHIES clause.

Action: Remove the additional qualification.

ORA-18372: syntax error in HIERARCHIES list

Cause: Illegal syntax was found in the HIERARCHIES clause.

Action: Ensure that the HIERARCHIES clause only contains a comma delimited list of cube hierarchies enclosed in parentheses.

ORA-18373: missing hierarchy name

Cause: No hierarchy was specified in the HIERARCHIES clause.

Action: Specify at least one hierarchy in the HIERARCHIES clause enclosed in parentheses.

ORA-18374: duplicate hierarchies in HIERARCHIES clause

Cause: The same cube hierarchy was named more than once in the HIERARCHIES clause.

Action: Specify each cube hierarchy only once in the HIERARCHIES clause.

ORA-18375: Cube columns cannot be directly or indirectly referenced in ANSI named column joins.

Cause: A cube column was referenced in an ANSI NATURAL JOIN or USING clause.

Action: Use the ANSI ON clause or Oracle join syntax.

ORA-18376: A hierarchy or analytic view is not allowed here.

Cause: A hierarchy or analytic view was specified in an incorrect location in a statement.

Action: Ensure that the name is correct or remove it.

ORA-18377: Comments on columns of analytic view objects are not supported.

Cause: A comment for a column of an analytic view object was specified.

Action: Do not define comments for columns of analytic views. Use classifications instead.

ORA-18378: calculated measure “string” in cache measure list

Cause: Calculated measures were not allowed in the cache measure list.

Action: Remove calculated measures from the cache measure list.

ORA-18379: the query hint must start with “/*+”

Cause: Illegal syntax was found in the query hint session parameter.

Action: Ensure that the hint syntax provided is a valid SQL hint syntax.

ORA-18380: the query hint must end with “*/

Cause: Illegal syntax was found in the query hint session parameter.

Action: Ensure that the hint syntax provided is a valid SQL hint syntax.

ORA-18381: the query hint cannot contain any occurrences of “*/” within the text

Cause: Illegal syntax was found in the query hint session parameter.

Action: Ensure that the hint syntax provided is a valid SQL hint syntax.

ORA-19000: missing RELATIONAL keyword

Cause: The keyword RELATIONAL in the work OBJECT RELATIONAL is missing in the XMLTYPE storage clause specification.

Action: Supply the RELATIONAL keyword in the storage clause

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