Database connections drop down not fully populated.

Willow

Member
Hi,

Using V9 of PL/SQL Developer, when I first start it up and get the list of database connections, not all entries are shown in the drop down list.

If I look at the TNS Names tab in support info, I can see that the correct TNS Names is being shown.

If I manually type in an entry that is in the TNSNames but not in the drop down list, I can successfully connect.

Am I missing something?

 
Never mind, found the problem.

There was a bracket missing in the TNSnames file, one of the entries was not correctly terminated. After adding the bracket, the drop down list is populated correctly.
 
Back
Top