Why am I having problems connecting to a remote Oracle 9.2 database using the Database Toolbox?
Afficher commentaires plus anciens
I am having trouble connecting to Oracle database software version 9.2.0.1.0 using the Database Toolbox 3.0.1. The database is on a remote server (Sun Solaris). I receive the following error when I attempt to run the EXEC command:
no constructor with com.mathworks.toolbox.database.sqlExec with matching signature found.
When I read the Message field of the database connection object as follows:
conn = database(...)
conn.Message
I get the following message:
Invalid Oracle URL specified
However, I am able to connect to the Oracle database, using this URL, from Java code outside of MATLAB. I am using an OCI driver to connect to the database and even upgraded to MATLAB 7.0.4 (R14SP2) to try to resolve the issue.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Database Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!