Is it possible to connect Forms 6i with Oracle 12cR2?
My sqlnet.ora has two lines below:
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8
And the product developed with forms 6i not connect because, using SqlTracker show this error:
ORA-03137: MALFORMED TTC PACKET FROM CLIENT REJECTED: [KPOAL8CHECK-3],
And when I try the connect the Forms 6i with Oracle 12cR1, with only two lines above in sqlnet.ora file, the product developed with forms 6i connect normally.
What changed between Oracle 12cR1 and 12cR2?
What solution for this case?
Thanks.