Oracle 11g versions on AIX
We downloaded Oracle 11g for AIX 7.1 version 11.2.0.1 from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
Is that the highest version available for AIX 7.1 on 11g ? Solaris/Linux seem to have higher versions.
If there are no higher versions, then are there any patches available on top of 11.2.0.1 on AIX 7.1 ?
OCI execute when storing a string in a column defined as
COL1 NOT NULL VARCHAR2(20 BYTE)
Is giving ORA-01400: cannot insert NULL into COL1
We are sure we are supplying the a string bound correctly (same software works on 11.2.0.4 on Solaris).
Any help gratefully received.
Regards