P Venkatraman

Results 17 comments of P Venkatraman

You can modify oracledb.js lines 25-36: You can use process.execPath to see absolute pathname of Node.js process. If this contains "node" you can continue with existing minimum version check, Similarly...

@dannyb648 in both the stack traces I see /usr/lib/oracle/19.5/client64/lib/libclntsh.so(OCIObjectFree+0x1a8)[0x7f90cc7e5518] This means you are trying to free a DB Object type. Lob APIs are not in the stack. Yes, an example...

With EVENT_10842 set to 15, OCICreateSessionPool () crashes as you have mentioned when invalid parameters are provided. This issue is fixed and is available in 19.16.0.0.0, can you please download...

Can you provide the parameters passed in OCISessionPoolCreate (). Thx

Hi, there is a patch available on top of 19.16.0.0.0 (Bug #31597668), can you download and apply this patch. This should fix the OCI tracing segfault issue, (EVENT_10842=15). Thanks,

Can you please download and try with 19.17.0.0.0 - I tried myself and OCI tracing is working good. Will be useful. Thanks.

You are on 64-bit Windows system. Is instant client & node also 64-bit? what is your LD_LIBRARY_PATH environment variable value?

will take a look at this. Thx.

Working on this, will update. Thx

Working on this, will update soon. Thx