User`s guide
3 Working with Data Sources
3-12
Vendor Error Message Probable Causes Resolution
not have enough rights
to access the remote
machine. This error
also occurs when the
database server is not
configured to accept
Integrated Windows
Authentication login
credentials.
for appropriate access
rights to your machines.
Contact your database
administrator to see
if your database is
set up with Windows
Authentication.
MySQL Access denied for user
'user'@'machinename'
(using password: YES)
Incorrect user
name and password
combination.
Verify your user name
and password.
MySQL Communications link
failure.
The last packet sent
successfully to the server
was 0 milliseconds
ago. The driver has not
received any packets from
the server.
Incorrect server name
or port number.
Verify your database
server name and port
number.
MySQL Unknown database
'databasename'.
Provided database
name is incorrect.
Verify your database
name.
Oracle Error when connecting
to Oracleoci8 database
using JDBC driver:
Error using com.mathworks.toolbox.database.databaseConnect/makeDatabaseConnection
Java exception occurred:
java.lang.UnsatisfiedLinkError: no ocijdbc11 in
java.library.pathat
java.lang.ClassLoader.loadLibrary(Unknown Source)at
java.lang.Runtime.loadLibrary0.......
MATLAB cannot find
the Oracle DLL that
the oci8 drivers need.
Add the path for
the location of
theOracle DLLs to
javalibrarypath.txt.
For details, see “Oracle
JDBC for Windows”.
Oracle Invalid Oracle URL
specified:
OracleDataSource.makeURL
The DriverType
parameter is not
specified.
Specify the DriverType
parameter as either
thin for connecting
without Windows
authentication or
oci for connecting