Testing the Installation
- Last Updated: April 5, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The following procedure uses a shell script on a 32-bit UNIX machine.
-
Export the required environment variables using oalocal.[c]sh. For example, using a shell script on AIX 32-bit:
$. oalocal.sh$env | grep ODBCODBCINI=/usr/oaodbclocal810/odbc.ini
OALOCAL_ODBC_HOME=/usr/oaodbclocal810/lib
-
Use tools/odbcisql to access the installed sample data source named DataSourceName.
$tools/odbcisql -
From the Interactive SQL prompt, run the following isql commands:
ISQL>CONNECT username*password@mydsnISQL>SELECT * FROM emp;ISQL>SELECT * FROM dept;ISQL>SELECT * FROM oa_tables; -
Use admin/oacla.sh to view the configured services.
$admin/oacla.sh -
Run the oacla commands:
oacla>ServiceListoacla>ServiceInfooacla>DataSourceList