Oracle – When to Install Oracle Database Client

clientinstallationoracle

I know Oracle database client provides basic network components and in order to connect to an Oracle database, I have to install it on the client machine. I noticed for Oracle's SQL Developer, I haven't installed any client and it works quite well and can connect to the database without any issues. For Toad, it seems I need to install a client to make it work. My question is, when should I install the Oracle client? How do I know 32bit or 64bit version is needed?

Best Answer

You haven't installed any client because SQL Developer is a Java application, and it uses the Oracle JDBC driver by default, which is located under jbdc/lib inside the directory of SQL Developer and it is included in the zip file you downloaded. SQL Developer is able to use an Oracle client as well.

Yes, you need to have something for connecting to Oracle databases. It can be a JDBC driver, a .NET provider, or the collection of libraries that is called the "client".

32 or 64 bit depends on the platform and application you use. For modern tools and application you typically go for 64 bit.