Pavel Matěja
Pavel Matěja
In such case I can reopen SR with this bug which I just let close. I just need to be 100% sure it's not DBD::Oracle problem. I can try to...
I was able to write very simple C code which triggers the OCI-21500. It's probably Instant Client bug and not DBD::Oracle then. I'll reopen my SR and continue with Oracle...
Hi, report from Oracle support: Dev team has marked the Bug as Not a Bug with the following analysis and conclusion. ... The issue is when doing OCIDefineObject: pgvpp is...
I'll try to get the C source. Full answer from Support: # I am guessing the code is working almost as expected: I modified the code slightly to get better...
[oci_replicate.zip](https://github.com/pythian/DBD-Oracle/files/343390/oci_replicate.zip)
> add one or two NEXTVAL was my original idea as well but it's way too optimistic. We have to deal with sequence created with CACHE 10 and we are...
> You can simply create another sequence with `CACHE 1` and use that for your test. Fun fact is that you can't: `ORA-04010: the number of values to CACHE must...
Container `sentry-self-hosted-sentry-cleanup-1` has the same problem. Workaround: ``` docker exec -it sentry-self-hosted-sentry-cleanup-1 bash cat >> /.venv/lib/python3.11/site-packages/certifi/cacert.pem
Hi, do you happen to have _http_proxy_ set? I've found ` client denied by server configuration: proxy:http://0.0.0.0:3021/healthcheck ` and ` client denied by server configuration: proxy:http://0.0.0.0:3000/api/relay/healthcheck/live/ ` in our HTTP...
I would say there should be _localhost_ in the noProxy list on [installing-behind-a-proxy](https://develop.sentry.dev/self-hosted/#installing-behind-a-proxy). BTW: nginx uses _localhost_ in healthcheck too.