Samy Sultan

Results 133 comments of Samy Sultan

try to define `PREFETCH_ROWS` around 100 and see . do you use high speed connection? I think the program feeze because it try to download large amount of data /...

SOLUTION is CLOB i test before up to 100000 length and it is ok I will try to create the table put some data in it and see how many...

this is repeated in issue #112 and #138 large data need rapid and stable network

@howmp helps by pull request he fix read large blob over multiple data packet and I create new release you can test again v2.5.3

You can make TCPS without passing wallet remove the wallet from urlOptions and make `"SSL Verify": "false"` try this and tell me the results

about reading wallet generated with oracle 19 I will try to make one and investigate its reading operation with other clients

this is the steps used to create wallet [reference website](https://docs.oracle.com/middleware/1213/wls/JDBCA/oraclewallet.htm#JDBCA604) ```bash > mkstore -wrl /opt/oracle/oradata/wallet -create > mkstore -wrl /opt/oracle/oradata/wallet -createCredential "LAB=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=lab)))" lab lab ``` [cwallet.sso.zip](https://github.com/sijms/go-ora/files/9277542/cwallet.sso.zip)

please confirm that your wallet is auto-login

can you make a wallet with your server as above and test it do you make `"SSL verify": "false"`

I need your help to solve the issue for me wallet generated with oracle server v19.3 is valid and can read by client as I explain to you above I...