Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

Category: Databases

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-07400 to ORA-07500

Posted on 29/08/201621/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-07400 to ORA-07500 ORA-07400: slemtr: translated name for the message file is too long. Cause: The name for the message file overflows internal buffer. Action: Try making the complete path-name of the message file shorter by reorganizing the directory hierarchy. ORA-07401: sptrap: cannot restore user exception handlers. Cause: The…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-07200 to ORA-07400

Posted on 28/08/201621/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-07200 to ORA-07400 ORA-07200: slsid: oracle_sid not set. Cause: The environment variable $(ORACLE_SID) is not set. Action: Set ORACLE_SID environment variable. ORA-07201: slhom: oracle_home variable not set in environment. Cause: $(ORACLE_HOME) environment variable not set. Action: Set ORACLE_HOME. ORA-07202: sltln: invalid parameter to sltln. Cause: The sltln name translation routine was…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06800 to ORA-07000

Posted on 27/08/201621/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06800 to ORA-07000 ORA-06800: TLI Driver: SQL*Net SPX client went away during reconnect Cause: The client process was aborted by the system or the user, and was unable to complete the connection establishment with the server listener process. Action: Determine cause of client exit, and reattempt connection. ORA-06801:…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06600 to ORA-06800

Posted on 26/08/201620/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06600 to ORA-06800 ORA-06600: LU6.2 Driver: SNA software is not loaded Cause: The SNA software is not running. Action: Start the SNA software and try again. ORA-06601: LU6.2 Driver: Invalid database ID string Cause: The database string in the connect was invalid. Action: Provide a valid database string, as defined…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06500 to ORA-06600

Posted on 25/08/201620/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06500 to ORA-06600 ORA-06500: PL/SQL: storage error Cause: PL/SQL was unable to allocate additional storage. This message normally appears with an ORA-4030 or ORA-4031 error which gives additional information. Sometimes this error can be caused by runaway programs. Action: 1) Ensure there are no issues or bugs in…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06250 to ORA-06500

Posted on 24/08/201620/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-06250 to ORA-06500 ORA-06250: NETNTT: cannot allocate send and receive buffers Cause: Two-task driver could not allocate data buffers. Action: There is insufficient memory to run your program. Kill off other processes to free up memory. ORA-06251: NETNTT: cannot translate address file name Cause: ORACLE_HOME environment variable not set….

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-04000 to ORA-04100

Posted on 24/08/201620/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-04000 to ORA-04100 ORA-04000: the sum of PCTUSED and PCTFREE cannot exceed 100 Cause: the sum of PCTUSED and PCTFREE for a cluster or table exceeds 100 Action: create the table/cluster specifying values whose sum is <= 100 ORA-04001: sequence parameter string must be an integer Cause: %s (a sequence parameter)…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-04930 to ORA-06145

Posted on 23/08/201620/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-04930 to ORA-06145 ORA-04930: open sequence number failed or initial state is valid Cause: Either Shared Sequence Number OS component was not installed properly, or an MC hardware failure may have occurred or a previous instance was not shut down properly. Action: Verify that there are no background…

Create Dblink From Oracle to PostgreSQL Database

Posted on 23/08/201613/10/2016 by Fatih Acar

Since fetching data from PostgreSQL database to Oracle database, you can create database link between two database systems. For that you can apply below operations. Test Systems PostgreSQL DB IP : 192.168.10.10 OS : Centos 7 x64 Service : postgresql.service Oracle DB IP : 192.168.10.20 OS : OEL 6 x64 PostgreSQL Side psql# create user…

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-03700 to ORA-04000

Posted on 23/08/201613/12/2016 by Fatih Acar

Oracle 12c R2 Error Codes and Solution Suggestions from ORA-03700 to ORA-04000 ORA-03700: More than one shardspace not allowed with system-managed sharding. Cause: An attempt to add a shardspace to the catalog was attempted when a shardspace already existed. Action: Only one shardspace is allowed per system-managed catalog. Use the existing shardspace or re-create the catalog with…

Posts pagination

  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 33
  • 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