A Sample OCCI Application - Object Programming

Working version from the documentation https://docs.oracle.com/en/database/oracle/oracle-database/12.2/lncpp/object-programming.html#GUID-6E6AA436-1CBB-4571-A738-AEF47FF29598

Do not change files:
demo2.cpp
demo2.h
mappings.cpp
mappings.h

they are generated by "ott" ott util and demo2.typ by command:
ott userid=demousr/demousr intype=demo2.typ code=cpp hfile=demo2.h cppfile=demo2.cpp mapfile=mappings.cpp attraccess=private


To build it:
autoreconf -sfi
./configure
make