Connection to a database
Mostrar comentarios más antiguos
I have a script in which data from an ORACLE database are called. The problem is that the connection isn't always succesfull. After 3-4 attempts the connection is succesfull. Do you know why does ths happen? Thanks
3 comentarios
Andreas Goser
el 12 de En. de 2017
It would help if you can provide how exactly your code looks like and the error messages if any.
the cyclist
el 12 de En. de 2017
Are you certain that it is not something outside of MATLAB that is failing? It would be unusual for the code itself to be a source of intermittent failure.
Fragkiskos Nikolakis
el 12 de En. de 2017
Editada: the cyclist
el 12 de En. de 2017
Respuestas (1)
Piyush Kumar
el 26 de Sept. de 2024
0 votos
The intermittent connection issue to a database may be due to several problems -
- Network issues: Check the network connectivity of the server where the database is hosted and the server from where you are trying to connect.
- Database load: If the database server is under heavy load, it might not be able to handle all connection requests immediately.
- Timeout settings: Check the connection timeout-related settings of the database.
Refer to the following resources to get more details -
Categorías
Más información sobre Database Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!