odpi

Oracle Database Programming Interface for building database drivers

brewmacoslinux
Try with needOr install directly
Source

About

Oracle Database Programming Interface for Drivers and Applications

Commands

odpi

Examples

Check ODPI-C version and configuration$ odpi --version
View ODPI library installation path for development$ pkg-config --cflags --libs odpi
Compile C program using ODPI-C headers and libraries$ gcc -o myapp myapp.c $(pkg-config --cflags --libs odpi)