When using direct connect to connect to a database, the following message is given.
“You are making a Direct Connection to Oracle using TCP/IP.
This type of connection does not support advanced object types such as nested tables, user defined objects, cross-connection queries, etc. You may also experience performance issues.
If possible we suggest using Oracle’s instant client. If you want to use cross-connection queries with an instant client you will need to install the ODBC driver also.”
What does this mean and what do I have to do to get rid of this error message?
The is a message noting that using "direct connect" will not support advanced object types as listed. If support for advanced objects are needed:
1. Install a full Oracle client and connect using TNS/LDAP, not direct connect.
or
2. Install at least an instant client and connect using TNS/LDAP, not direct connect.*
*In order to have support for cross connection queries with an instant client setup, make sure to also install an Oracle ODBC driver.
These files would need to be downloaded from Oracle, or discuss the installation with the DBA or System admin.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center