ORA-02020: too many database links in use

Answers were Sorted based on User's Feedback



ORA-02020: too many database links in use..

Answer / bala

This is a simple error, this can be resolved by adding
open_links parameter value with specified number of links
you want for the database.

open_links=25 for example

this parameter needs the database bounce

Is This Answer Correct ?    15 Yes 2 No

ORA-02020: too many database links in use..

Answer / guest

Cause: The current session has exceeded the INIT.ORA
open_links maximum.

Action: Increase the open_links limit, or free up some open
links by committing or rolling back the transaction and
canceling open cursors that reference remote databases.

Please add more information about this Error

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00536: Navigation through REF variables is not supported in PL/SQL.

1 Answers  


RMAN-06705: text script line is too long (>1024)

1 Answers  


ORA-16103: Logical Standby apply must be stopped to allow this operation

1 Answers  


ORA-24037: schema string in QUEUE_NAME is not same as schema string in QUEUE_TABLE

1 Answers  


ORA-19331: Last argument to CREATE_DBURI operator must be a column

1 Answers  






ORA-29374: resource plan string in top-plan string has no plan directives

1 Answers  


ORA-28550: pass-through SQL: cursor not found

1 Answers  


ORA-12812: only one PARALLEL or NOPARALLEL clause may be specified

1 Answers  


NZE-28780: invalid data access method specified by the parameter

1 Answers  


NZE-28823: Number of random bytes to generate is not specified.

1 Answers  


EXP-00097: Object type "string"."string" is not in a valid state, type will not be exported

2 Answers  


ORA-15132: block string of file string in diskgroup string could not be written

1 Answers  


Categories