Connecting legacy c++ application with BDE(borland database engine) to Oracle 19 enterprise

53 Views Asked by At

I recently updated our database to oracle 19 enterprise and our legacy application which uses Boraland c++ and BDE(borland database engine) is not able to connect to the database.

Oracle locks the user account out of the database so we know that it is able to connect to Oracle because oracle eventually locks the user account that is trying to connect.

Is there any settings in oracle 19 that we could consider changing so it allows BDE connection? Its almost like oracle is saying BDE is so old we don't trust you.

Thanks

0

There are 0 best solutions below