CQN Getting ORA-24915 after UnRegisterSubscriber call in wide-char mode (OCI_UTF16ID).
Hi All.
I am running simple CQN example from oracle documentation, and it works good in multibyte mode.
But in wide-char mode it fails with ORA-24915 after UnRegisterSubscriber call.
To see this error you need to have any virtual adapter installed on the system, for example Radmin VPN.
In linux wine this error appears without installation virtual adapter.
-------------------------------------------------------system----------------------------------------------------------------------
Database: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
(same on Enterprise Edition Release 11.2.0.3.0 - 64bit Production)
client: Oracle Instant Client 32-bit - 19.6.0.0.0 (same on oracle client 11.2.0.4.0)
NLS_CHARACTERSET: CL8MSWIN1251
NLS_NCHAR_CHARACTERSET: AL16UTF16
c++: 32bit console app on vs 2005 (same on vs 2017)