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

ORA-14400: inserted partition key does not map to any partition

1 Answers  


ORA-30383: specified dimension level does not exist in the attribute

1 Answers  


LSX-00174: "~S" is not a valid derivation of "~S"

1 Answers  


ORA-38432: EVALUATE operator only allowed on an expression column

1 Answers  


ORA-27470: failed to re-enable "string.string" after making requested change

1 Answers  






ORA-22292: Cannot open a LOB in read-write mode without a transaction

1 Answers  


ORA-19610: directory block string is corrupt

1 Answers  


NID-00002: Parse error: string

1 Answers  


QSM-00501: unable to initialize Summary Advisor environment

1 Answers  


RMAN-06091: no channel allocated for maintenance (of an appropriate type)

1 Answers  


PCC-01500: You are not authorized to run Pro*Ada

1 Answers  


SQL*Loader-00500: Unable to open file (string)

1 Answers  


Categories