Smythe
Smythe
Thanks for the reply. Trying it out but there seems to be another error related to wallets for Oracle Autonomous 21c in UK region. Don't know if its relates to...
Sure thanks. Yeah, this also seems to happen in SQL Developer **Web** as well which should "just work". Screenshot below:
Nope nothing seems to work. Even just creating a simple table and doing an insert fails with the same error on SQLDevWeb during the insert. (even as ADMIN). ``` CREATE...
Home region is: uk-london-1 I don't want to put the other details on GitHub if it can be avoided. Have they tried to reproduce? i.e. have they created an ATP...
Sure. I've sent the details via email.
Yes thanks, I just saw the ``test-server`` after I posted my issue. I'll have a look. I'll try using the ``ExtendedQueryHandler`` as a simple passthrough proxy to a real postgres...
Thanks that was helpful. I've got it working with both DBeaver and DataGrip as well. There's one thing thats a concern - this code from GrepTime for converting portal values...
I'm doing the same thing. I am converting the portal values from ``Portal::parameters() -> &Vec`` to strings so that a sql string can be executed in our backend. I was...
Oh thats really cool.
I was looking at the again. It still seems pretty slow. When executing a query with alot of results (millions) on postgres directly it seems that some values are returned...