How to Solve :
Oracle database error code ORA-28546 – connection initialization failed, probable Net8 admin error
Oracle Database Error Code ORA-28546 Description :
connection initialization failed, probable Net8 admin error
Error Cause:
A failure occurred during initialization of a network connection from the Oracle server to a second process: The connection was completed but a disconnect occurred while trying to perform protocol-specific initialization, usually due to use of different network protocols by opposite sides of the connection. This usually is caused by incorrect Net8 administrative setup for database links or external procedure calls. The most frequent specific causes are: — Database link setup for an Oracle-to-Oracle connection instead connects to a Heterogeneous Services agent or an external procedure agent. — Database link setup for a Heterogeneous Services connection instead connects directly to an Oracle server. — The extproc_connection_data definition in tnsnames.ora connects to an Oracle instance instead of an external procedure agent. — Connect data for a Heterogeneous Services database link, usually defined in tnsnames.ora, does not specify (HS=). — Connect data for an Oracle-to-Oracle database link, usually defined in tnsnames.ora, specifies (HS=).
How to Solve :
Check Net8 administration in the following ways: — When using TNSNAMES.ORA or an Oracle Names server, make sure that the connection from the ORACLE server uses the correct service name or SID. — Check LISTENER.ORA on the connection end points host machine to assure that this service name or SID connects to the correct program. — Confirm in TNSNAMES.ORA or the equivalent service definition that service extproc_connection_data does NOT contain (HS=), or that the service definition used by a Heterogeneous Services database link DOES contain (HS=).
Filed under: How to Solve, Oracle 10g, Oracle 11g, Oracle 9i, Oracle Error Codes Etiketler: ora - 28546, probable Net8 admin error, 28546, about oracle ORA-28546 error, connection initialization failed, help ORA-28546 about, ORA-28546 error code, ORA-28546 problem, Oracle 9i 10g 11g, Oracle Database Server Error Messages, Oracle Error Codes, oracle number 28546 error code, oracle ORA-28546 example
No Comment Yet
No Comment Yet
Recent Entries
- Oracle database error code ORA-29959 – error in the execution of the string routine for one or more of the index partitions
- Oracle database error code ORA-31601 – Function string cannot be called now that fetch has begun.
- Oracle database error code ORA-29958 – fatal error occurred in the execution of ODCIINDEXCREATE routine
- Oracle database error code ORA-31600 – invalid input value string for parameter string in function string
- Oracle database error code ORA-29957 – cannot create a function-based domain index on a string table
- Oracle database error code ORA-31604 – invalid string parameter “string” for object type string in function string
- Oracle database error code ORA-29961 – too many warnings occurred in the execution of ODCIIndex DDL routine
Search Oracle Error Codes and Descriptions:
Be The First To Comment
Similar Errors
Please Leave Your Comments Below