Tuesday, November 08, 2022

Ora-12317 Logon to Database (link name string)

 ORA-12317 logon to database (link name string) denied

    Oracle Database Error Code Messages ORA-12317 Description Help About;

Logon to database (link name string) denied.

    Cause for Error and Problem;

There are several possible causes for this error. First, you can get this error if your username (and password, if you are using database instead of operating system authentication) in the secondary database are not identical to your username (and password) in the primary database. Second, you can get this error if your username in the secondary database is invalid (has not been created). Third, you can get this error if the username/password combination specified in the connect string of the database link definition is invalid (either not created or has an invalid password).

    How to Solve;ORA-12317 logon to database (link name string) denied?

    Action for Solve and Fix Ora-12317;

In the first case, ensure that the secondary database contains a username (and password, if you are using database authentication) identical to the one you are using in the primary database. In the second case, ensure that your username in the secondary database has been created. In the third case, ensure that the username specified in the connect string has been created in the secondary database.


Next Post Ora-12402;

Ora-12402 Invalid Format String: String

Ora-09872 TASDEF_CREATE Create Failure

 ORA-09872 TASDEF_CREATE: create failure in creating ?/dbs/tasdef@.dbf.

    Oracle Database Error Code Messages ORA-09872 Help About Description;

TASDEF_CREATE: create failure in creating ?/dbs/tasdef@.dbf.

    Cause for Error and Problem;

 CREATE() failed when trying to create the TASDEF file.   

    How to Solve;ORA-09872 TASDEF_CREATE: create failure in creating ?/dbs/tasdef@.dbf.?

    Action for Solve and Fix Ora-09872;

Verify permissions on $(ORACLE_HOME)/dbs directory.

Next Post Ora-12317;

Ora-12317 Logon to Database (link name string)

Ora-07502 Scgcmn $enq Unexpected Return

 ORA-07502 scgcmn: $enq unexpected return

    Oracle Database Error Code Messages ORA-07502 About Help Description;

Scgcmn: $enq unexpected return.

    Cause for Error and Problem;

VMS system service $ENQ returned an unexpected value.

    How to Solve;ORA-07502 scgcmn: $enq unexpected return?

    Action for Solve and Fix Ora-07502;

Check for system error message and refer to VMS documentation.

Next Post Ora-09872;

Ora-09872 TASDEF_CREATE Create Failure

Ora-04932 Increment or Adjust of Sequence

 ORA-04932 increment or adjust of sequence number failed

    Oracle Database Error Code Messages ORA-04932 Help About Description;

Increment or adjust of sequence number failed.

    Cause for Error and Problem;

A call to the SSN failed to increment the sequence number.

    How to Solve;ORA-04932 increment or adjust of sequence number failed?

    Action for Solve and Fix Ora-04932;

Verify that the MC hardware is functioning properly. If it is not, contact Digital's customer support organization. If it is, contact Oracle Support Services.

Next Post Ora-07502;

Ora-07502 Scgcmn $enq Unexpected Return

Monday, November 07, 2022

Ora-02102 PCC: inconsistent cursor cache

 ORA-02102 PCC: inconsistent cursor cache (no cuc entry for this uce)

    Oracle Database Error Code Messages ORA-02102 Description Help About;

PCC: inconsistent cursor cache (no cuc entry for this uce).

    Cause for Error and Problem;

This internal error typically indicates a memory-related error.

    How to Solve;ORA-02102 PCC: inconsistent cursor cache (no cuc entry for this uce)?

    Action for Solve and Fix Ora-02102;

Check the program for memory-related errors, such as invalid pointers or array-bounds violations.

Next Post Ora-04932;

Ora-04932 Increment or Adjust of Sequence

Ora-01502 Index String.string or Partition

 ORA-01502 index 'string.string' or partition of such index is in unusable state

    Oracle Database Error Code Messages ORA-01502 Help About Description;

Index 'string.string' or partition of such index is in unusable state.

    Cause for Error and Problem;

An attempt has been made to access an index or index partition that has been marked unusable by a direct load or by a DDL operation.

    How to Solve;ORA-01502 index 'string.string' or partition of such index is in unusable state?

    Action for Solve and Fix Ora-01502;

DROP the specified index, or REBUILD the specified index, or REBUILD the unusable index partition.

Next Post Ora-02102;

Ora-02102 PCC: inconsistent cursor cache

Ora-00919 Invalid Function

ORA-00919 invalid function 

    Oracle Database Error Code Messages ORA-00919 About Help Description;

Invalid function.

    Cause for Error and Problem;

An entry was formatted like a function call, but it is not recognizable as an Oracle function.

    How to Solve;ORA-00919 invalid function?

    Action for Solve and Fix Ora-00919;

Correct the syntax.

Next Post Ora-01502;

Ora-01502 Index String.string or Partition

Sunday, November 06, 2022

Ora-00113 Protocol Name String is Too Long

 ORA-00113 protocol name string is too long

    Oracle Database Error Code Messages ORA-00113 Help Description About;

Protocol name string is too long.

    Cause for Error and Problem;

A protocol name specified in the DISPATCHERS initialization parameter is too long.

    How to Solve;ORA-00113 protocol name string is too long?

    Action for Solve and Fix Ora-00113;

Use a valid protocol name for the DISPATCHERS value.

Next Post Ora-00919;

Ora-00919 Invalid Function

Saturday, November 05, 2022

Ora-32800 Internal Error String

 ORA-32800 internal error string

    Oracle Database Error Code Messages ORA-32800 Help About Description;

Internal error string.

    Cause for Error and Problem;

An unexpected error condition occurred.

    How to Solve;ORA-32800 internal error string?

    Action for Solve and Fix Ora-32800;

Contact Oracle Support Services.

Next Post Ora-00113;

Ora-00113 Protocol Name String is Too Long

Ora-29281 Invalid Mode

 ORA-29281 invalid mode

    Oracle Database Error Code Messages ORA-29281 About Help Description;

Invalid mode.

    Cause for Error and Problem;

An invalid value was specified for file open mode.

    How to Solve; ORA-29281 invalid mode?

    Action for Solve and Fix Ora-29281;

Correct the mode to be one of the values: 'r', 'a', or 'w'.

Next Post Ora-32800;

Ora-32800 Internal Error String

Friday, November 04, 2022

Ora-28541 Error in HS Init File on Line Number.

ORA-28541 Error in HS init file on line number.

    Oracle Database Error Code Messages ORA-28541 Help About Description;

Error in HS init file on line number.

    Cause for Error and Problem;

A syntax error occurred in the gateway initialization file.

    How to Solve;ORA-28541 Error in HS init file on line number.?

    Action for Solve and Fix Ora-28541;

Check the gateway init file to correct the syntax error. For further information, check the error message in the gateway trace file.

Next Post Ora-29281;

Ora-29281 Invalid Mode

Ora-19500 Device Block Size String is Invalid

 ORA-19500 device block size string is invalid

    Oracle Database Error Code Messages ORA-19500 Help About Description;

Device block size string is invalid.

    Cause for Error and Problem;

The device block size returned by sequential I/O OSD is invalid.

    How to Solve;ORA-19500 device block size string is invalid?

    Action for Solve and Fix Ora-19500;

If the block size was set by using the PARMS option of the Recovery Manager ALLOCATE CHANNEL command, then the specified block size must be changed. If no PARMS option was specified on the ALLOCATE CHANNEL command, then this is an internal error that should be reported to Oracle.

Next Post Ora-28541;

Ora-28541 Error in HS Init File on Line Number.

Ora-12701 CREATE DATABASE Character Set

 ORA-12701 CREATE DATABASE character set is not known

    Oracle Database Error Code Messages ORA-12701 Help About Description;

CREATE DATABASE character set is not known.

    Cause For Error and Problem;

The character set specified in the CREATE DATABASE command does not exist on the system.

    How to Solve;ORA-12701 CREATE DATABASE character set is not known?

    Action for Solve and Fix Ora-12701;

Refer to your Oracle operating system-specific documentation for more information about character sets on the system. Use a valid character set in the CREATE DATABASE command.

Next Post Ora-19500;

Ora-19500 Device Block Size String is Invalid

Thursday, November 03, 2022

Ora-12401 Invalid Label String: String

 ORA-12401 invalid label string: string

    Oracle Database Error Code Messages ORA-12401 Help About Description;

Invalid label string: string.

    Cause for Error and Problem;

The policy could not convert the label string to a valid internal label.

    How to Solve;ORA-12401 invalid label string: string?

    Action for Solve and Fix Ora-12401;

Correct the syntax of the label string.

Next Post Ora-12701;

Ora-12701 CREATE DATABASE Character Set

Wednesday, November 02, 2022

Ora-12316 Syntax Error in Database

 ORA-12316 syntax error in database link's connect string

    Oracle Database Error Code Messages ORA-12316 Description About Help;

Syntax error in database link's connect string.

    Cause for Error and Problem;

The connect string in the CREATE DATABASE LINK statement has a syntactical error.

    How to Solve;ORA-12316 syntax error in database link's connect string?

    Action for Solve and Fix Ora-12316;

Drop the database link and re-create it using valid syntax. See the Oracle9i SQL Reference for more information about the connect string portion of the CREATE DATABASE LINK statement.

Next Post Ora-12401;

Ora-12401 Invalid Label String: String

Tuesday, November 01, 2022

Ora-09871 TASDEF_NAME Translation Error

 ORA-09871 TASDEF_NAME: translation error while expanding ?/dbs/tasdef@.dbf.

    Oracle Database Error Code Messages ORA-09871 Help About Description;

TASDEF_NAME: translation error while expanding ?/dbs/tasdef@.dbf.

    Cause for Error and Problem;

Failure of sltln(?/tasdef@.dbf) while creating test and set pages.

    How to Solve;ORA-09871 TASDEF_NAME: translation error while expanding ?/dbs/tasdef@.dbf.?

    Action for Solve and Fix Ora-09871;

Check additional return error for more information.

Next Post Ora-12316;

Ora-12316 Syntax Error in Database

Monday, October 31, 2022

Ora-07501 Scgtoa: $deq Unexpected Return

 ORA-07501 scgtoa: $deq unexpected return

    Oracle Database Error Code Messages ORA-07501 Help About Description;

Scgtoa: $deq unexpected return.

    Cause for Error and Problem;

VMS system service $DEQ returned an unexpected value.

    How to Solve;ORA-07501 scgtoa: $deq unexpected return?

    Action for Solve and Fix Ora-07501;

Check for system error message and refer to VMS documentation.

Saturday, October 29, 2022

Ora-04931 Unable to Set Initial

 ORA-04931 unable to set initial sequence number value

    Oracle Database Error Code Messages ORA-04931 Description Help About;

Unable to set initial sequence number value.

    Cause for Error and Problem;

A call to the SSN failed to set the sequence number to its initial value, possibly caused by an MC hardware problem.

    How to Solve; ORA-04931 unable to set initial sequence number value?

    Action for Solve and Fix Ora-04931;

Verify that the MC hardware is functioning properly. If it is not, contact Digital's customer support organization. If it is, contact Oracle Support Services.

Next Post Ora-07501;

Ora-07501 Scgtoa: $deq Unexpected Return

Ora-02101 PCC: Inconsistent Cursor Cache

 ORA-02101 PCC: inconsistent cursor cache (uce/cuc mismatch)

    

    Oracle Database Error Code Messages ORA-02101 Help About Description;

PCC: inconsistent cursor cache (uce/cuc mismatch).

    Cause for Error and Problem;

This internal error typically indicates a memory-related error.

    How to Solve;ORA-02101 PCC: inconsistent cursor cache (uce/cuc mismatch)?

    Action for Solve and Fix Ora-02101;

Check the program for memory-related errors, such as invalid pointers or array-bounds violations.

Next Post Ora-04931;

Ora-04931 Unable to Set Initial

Friday, October 28, 2022

Ora-01501 CREATE DATABASE Failed

 ORA-01501 CREATE DATABASE failed

    Oracle Database Error Code Messages  ORA-01501 Help Description About;

CREATE DATABASE failed.

    Cause for Error and Problem;

An error occurred during CREATE DATABASE.

    How to Solve;ORA-01501 CREATE DATABASE failed?

    Action for Solve and Fix Ora-01501;

See accompanying errors.

Next Post Ora-02101;

Ora-02101 PCC: Inconsistent Cursor Cache

Ora-00918 Column Ambiguously Defined

 ORA-00918 column ambiguously defined

    Oracle Database Error Code Messages ORA-00918 Help About Description;

Column ambiguously defined.

    Cause for Error and Problem;

A column name used in a join exists in more than one table and is thus referenced ambiguously. In a join, any column name that occurs in more than one of the tables must be prefixed by its table name when referenced. The column should be referenced as TABLE.COLUMN or TABLE_ALIAS.COLUMN. For example, if tables EMP and DEPT are being joined and both contain the column DEPTNO, then all references to DEPTNO should be prefixed with the table name, as in EMP.DEPTNO or E.DEPTNO.

    How to Solve;ORA-00918 column ambiguously defined?

    Action for Solve and Fix Ora-00918;

Prefix references to column names that exist in multiple tables with either the table name or a table alias and a period (.), as in the examples above.

Next Post Ora-01501;

Ora-01501 CREATE DATABASE Failed

Wednesday, October 26, 2022

Ora-00112 Only Created up to String

 ORA-00112 only created up to string (maximum specified) dispatchers

    Oracle Database Error Code Messages ORA-00112 Help About Description;

Only created up to string (maximum specified) dispatchers.

    Cause for Error and Problem;

An attempt was made to start more dispatchers than the maximum number specified by the system parameter MAX_DISPATCHERS.

    How to Solve;ORA-00112 only created up to string (maximum specified) dispatchers?

    Action for Solve and Fix Ora-00112;

Increase the value of the MAX_DISPATCHERS initialization parameter as needed.

Next Post Ora-00918;

Ora-00918 Column Ambiguously Defined

Ora-29280 Invalid Directory Path

 ORA-29280 invalid directory path

    Oracle Database Error Code Messages ORA-29280 Help About Description;

Invalid directory path.

    Cause for Error and Problem;

A corresponding directory object does not exist.

    How to Solve;ORA-29280 invalid directory path?

    Action for Solve and Fix Ora-29280;

Correct the directory object parameter, or create a corresponding directory object with the CREATE DIRECTORY command.

Next Post Ora-00112;

Ora-00112 Only Created up to String

Ora-28542 Error in Reading HS Init File

 ORA-28542 Error in reading HS init file

    Oracle Database Error Code Messages ORA-28542 Help About Description;

Error in reading HS init file.

    Cause for Error and Problem;

Reading the gateway init file generated an error.

    How to Solve;ORA-28542 Error in reading HS init file?

    Action for Solve and Fix Ora-28542;

Check the gateway initialization file name to see that the gateway initialization file acctually exists. Check the ifile parameter to see that it points to the correct location.

Next Post Ora-29280;

Ora-29280 Invalid Directory Path

Ora-19400 System Type Conflict With

 ORA-19400 System type conflict with object SYS.string

    Oracle Database Error Code Messages ORA-19400 Help About Description;

System type conflict with object SYS.string.

    Cause for Error and Problem;

The user had an object with the same name as one of the system types. The system types were not initialized properly.

    How to Solve; ORA-19400 System type conflict with object SYS.string?

    Action for Solve and Fix Ora-19400;

Remove the conflicting object and re-run migration.

Next Post Ora-28542;

Ora-28542 Error in Reading HS Init File

Tuesday, October 25, 2022

Ora-12700 Invalid NLS Parameter Value

 ORA-12700 invalid NLS parameter value (string)

    Oracle Database Error Code Messages ORA-12700 Help About Description;

Invalid NLS parameter value (string).

    Cause for Error and Problem;

An invalid NLS initialization parameter was specified.

    How to Solve; ORA-12700 invalid NLS parameter value (string)?

    Action for Solve and Fix Ora-12700;

Check the syntax and spelling of the parameter. Enter the correct parameter into the initialization parameter file.

Next Post Ora-19400;

Ora-19400 System Type Conflict With

Ora-12400 Invalid Argument to Facility

 ORA-12400 invalid argument to facility error handling

    Oracle Database Error Code Messages ORA-12400 Description Help About ;

Invalid argument to facility error handling.

    Cause for Error and Problem;

An argument to a facility error handling function exceeded a maximum limit or referred to an invalid product/facility.

    How to Solve; ORA-12400 invalid argument to facility error handling?

    Action for Solve and Fix Ora-12400;

Specify a valid facility error handling parameter value.

Next Post Ora-12700;

Ora-12700 Invalid NLS Parameter Value

Ora-12315 Database Link Type is Invalid

 ORA-12315 database link type is invalid for the ALTER DATABASE statement

    Oracle Database Error Code Messages ORA-12315 Help About Description;

Database link type is invalid for the ALTER DATABASE statement.

    Cause for Error and Problem;

The database link name you specified on the ALTER DATABASE statement is not an ROM: link. You must specify an ROM: link when using the ALTER DATABASE statement to mount or open a secondary database.

    How to Solve;ORA-12315 database link type is invalid for the ALTER DATABASE statement?

    Action for Solve and Fix Ora-12315;

Re-issue the ALTER DATABASE statement using a valid ROM: link to the database you want to mount or open. If a valid ROM: link does not exist, create one using the CREATE DATABASE LINK statement. See your documentation for Oracle security-related products for more information about creating database links using the ROM: link type.

Next Post Ora-12400;

Ora-12400 Invalid Argument to Facility

Ora-09870 Spini: Failure Initializing

 ORA-09870 spini: failure initializing maximum number of open files.

    Oracle Database Error Code Messages ORA-09870 Description Help About;

Spini: failure initializing maximum number of open files.

    Cause for Error and Problem;

ULIMIT system call returned an error.

    How to Solve;ORA-09870 spini: failure initializing maximum number of open files.?

    Action for Solve and Fix Ora-09870;

Check errno.

Ora-07500 Scglaa: $cantim Unexpected

 ORA-07500 scglaa: $cantim unexpected return

    Oracle Database Error Code Messages ORA-07500 About Help Description;

Scglaa: $cantim unexpected return.

    Cause for Error and Problem;

VMS system service $CANTIM returned an unexpected value.

    How to Solve; ORA-07500 scglaa: $cantim unexpected return?

    Action for Solve and Fix Ora-07500;

Check for system error message and refer to VMS documentation.

Monday, October 24, 2022

Ora-04930 Open Sequence Number Failed

 ORA-04930 open sequence number failed or initial state is valid

    Oracle Database Error Code Messages ORA-04930 Help About Description;

Open sequence number failed or initial state is valid.

    Cause for Error and Problem;

Either Shared Sequence Number operating system component was not installed properly, or an MC hardware failure may have occurred or a previous instance was not shut down properly.

    How to Solve; ORA-04930 open sequence number failed or initial state is valid?

    Action for Solve and Fix Ora-04930;

Verify that there are no background or foreground Oracle processes from a previous instance on this node using the operating system command ps -ef | grep instance_name. Verify that there are no shared memory segments belonging to the user which owns the Oracle installation by issuing the ipcs -b operating system command. If there are shared memory segments or processes still on the system, use SVRMGRL to shut down the instance with the abort option. If the instance is not up, verify that the cluster software and/or the hardware is installed and working. Log in as superuser and issue the CNXSHOW command. Are all of the nodes in the cluster listed? Are they members of the cluster? Is the communications between nodes okay? If the answer to any of these questions is false, contact Digital's customer support organization.

Next Post Ora-07500;

Ora-07500 Scglaa: $cantim Unexpected

ORA-02100 PCC: Out of Memory

 ORA-02100 PCC: out of memory (i.e., could not allocate)

    Oracle Database Error Code Messages ORA-02100 Help About Description;

PCC: out of memory (i.e., could not allocate).

    Cause for Error and Problem;

SQLLIB was unable to allocate enough memory to execute the program.

    How to Solve;ORA-02100 PCC: out of memory (i.e., could not allocate)?

    Action for Solve and Fix Ora-02100;

Allocate more memory to the user session and then rerun the program. If the error persists, contact Oracle Support Services for assistance.

Next Post Ora-04930;

Ora-04930 Open Sequence Number Failed

Ora-01500 Failure in Getting Date-Time

 ORA-01500 failure in getting date/time

    Oracle Database Error Code Messages ORA-01500 Help About Description;

Failure in getting date/time.

    Cause for Error and Problem;

During CREATE DATABASE or ALTER TABLESPACE, there was a failure in getting the date and time.

    How to Solve;ORA-01500 failure in getting date/time?

    Action for Solve and Fix Ora-01500;

Contact Oracle Support Services.

Next Post Ora-02100;

ORA-02100 PCC: Out of Memory

Ora-00917 Missing Comma

 ORA-00917 missing comma

    Oracle Database Error Code Messages ORA-00917 Help About Description;

Missing comma.

    Cause for Error and Problem;

A required comma has been omitted from a list of columns or values in an INSERT statement or a list of the form ((C,D),(E,F), ...).

    How to Solve;ORA-00917 missing comma?

    Action for Solve and Fix Ora-00917;

Correct the syntax.

Next Post Ora-01500;

Ora-01500 Failure in Getting Date-Time

Sunday, October 23, 2022

Ora-00111 Not All Servers Started

 ORA-00111 not all servers started because number of servers is limited to string

    Oracle Database Error Code Messages ORA-00111 About Help Description;

Not all servers started because number of servers is limited to string.

    Cause for Error and Problem;

An attempt was made to start more servers than the maximum number specified by the system parameter MAX_SHARED_SERVERS.

    How to Solve;ORA-00111 not all servers started because number of servers is limited to string?

    Action for Solve and Fix Ora-00111;

Increase the value of the MAX_SHARED_SERVERS initialization parameter as needed or re-issue the ALTER SYSTEM SET SHARED_SERVERS statement with an appropriate number of servers.

Next Post Ora-00917;

Ora-00917 Missing Comma

Ora-29279 SMTP Permanent Error: String

 ORA-29279 SMTP permanent error: string

    Oracle Database Error Code Messages ORA-29279 About Help Description;

SMTP permanent error: string.

    Cause for Error and Problem;

An SMTP permanent error occurred.

    How to Solve;ORA-29279 SMTP permanent error: string?

    Action for Solve and Fix Ora-29279;

Correct the error and retry the SMTP operation.

Next Post Ora-00111;

Ora-00111 Not All Servers Started

Ora-28543 Error initializing Apply

 ORA-28543 Error initializing apply connection to non-Oracle system

    Oracle Database Error Code Messages ORA-28543 Description About Help;

Error initializing apply connection to non-Oracle system.

    Cause for Error and Problem;

Attempt to initialize connection to non-Oracle for heterogeneous replication failed.

    How to Solve; ORA-28543 Error initializing apply connection to non-Oracle system?

    Action for Solve and Fix Ora-28543;

Check if the listener used to connect to the gateway is up and is correctly configured. Make sure that the database link used has been configured correctly and, if a tnsnames alias has been used in the database link definition, make sure that the configuration of the entry in tnsnames.ora has been done correctly.

Next Post Ora-29279;

Ora-29279 SMTP Permanent Error: String

Ora-00915 Network Access of Dictionary

 ORA-00915 network access of dictionary table not currently allowed

    Oracle Database Error Code Messages ORA-00915 Help About Description;

Network access of dictionary table not currently allowed.

    Cause for Error and Problem;

This is an internal error message not usually issued.

    How to Solve;ORA-00915 network access of dictionary table not currently allowed?

    Action for Solve and Fix Ora-00915;

Contact Oracle Support Services.

Next Post Ora-28543;

Ora-28543 Error initializing Apply

Ora-00108 Failed to Set up Dispatcher

 ORA-00108 failed to set up dispatcher to accept connection asynchronously

    Oracle Database Error Code Messages ORA-00108 About Help Description;

Failed to set up dispatcher to accept connection asynchronously.

    Cause for Error and Problem;

The network protocol used by the dispatcher does not support asynchronous operations.

    How to Solve;ORA-00108 failed to set up dispatcher to accept connection asynchronously?

    Action for Solve and Fix Ora-00108;

Contact Oracle Support Services.

Next Post Ora-00915;

Ora-00915 Network Access of Dictionary

Saturday, October 22, 2022

Ora-29278 SMTP Transient Error: String

 ORA-29278 SMTP transient error: string

    Oracle Database Error Code Messages ORA-29278 Help About Description;

SMTP transient error: string.

    Cause for Error and Problem;

An SMTP transient error occurred.

    How to Solve;ORA-29278 SMTP transient error: string?

    Action for Solve and Fix Ora-29278;

Correct the error and retry the SMTP operation.

Next Post Ora-00108;

Ora-00108 Failed to Set up Dispatcher

Featured Post

Ora-00921 Unexpected end of SQL Command

 ORA-00921 unexpected end of SQL command     Oracle Database Error Code Messages ORA-00921 About Help Description; Unexpected end of SQL com...

Search This Blog