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…
Category: Databases
Oracle 12c R2 Error Codes and Solution Suggestions from ORA-07200 to ORA-07400
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
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
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
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
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
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
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
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
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…