Home
SQL Image Viewer online help Prev Page Prev Page
Introduction
About SQL Image Viewer
Version history
Contact us
User Guide
System requirements
Editor command selection
Exporting large number of images
Reference Guide
Main menu
Connect to Database
Connecting to databases directly without client libraries installed
Connecting to an Oracle database
Connecting to a DB2 database
Options
General options
Thumbnail options
Hex view
The work area
SQL editor
Results
Other binary data
Image viewer
Hex viewer
Export items wizard
Post-processing Office files
Image options
File naming convention
Datetime format specifiers
Command line interface
Parameters, logs and exit codes
Advanced options
CROP option
Troubleshooting
Expired trial
Invalid licenses
Unidentified images or binary data
DICOM images
Hidden Excel worksheets

Connecting to an Oracle database

You can connect to MySQL, PostgreSQL, Oracle, and SQLite databases without having to install the corresponding database engine's client connectivity libraries.

For MySQL, you have the option to connect directly, or use the libmysqld.dll client library.

connect_mysql  
 
For PostgreSQL, SQL Image Viewer always connects directly to the server, without the need for any client libraries to be installed.

connect_postgresql  

For Oracle, you can connect directly to a server without using the Oracle Call Interface (OCI) library. However, there are some limitations to using the direct mode, the details of which can be found here.

connect_oracle  
 
For SQLite, you can connect directly, or use the sqlite3.dll file. If you choose to connect directly, SQL Data Sets uses version 3.7.13 of the SQLite engine.

connect_sqlite