Ashhar Hasan

Results 136 comments of Ashhar Hasan

Yes, I think this is no longer as relevant because of EXECUTE IMMEDIATE. We can revisit if there's still interest in this.

might be worth checking if it's the Oracle recycle bin causing issues. See https://satya-dba.blogspot.com/2009/02/recycle-bin.html for context.

This is useful since I've heard often that people complain that they don't know the credentials are wrong or that the server isn't running AFTER issuing the first query. However...

@ebyhr @mdesmet @hovaesco what are your opinions? I like this because it's a relatively small change and addresses a complaint I've heard quite often. The downside is there are already...

There are no stored procedures yet on the server side. Can you share more detail about how it might be used?

I don't think those are "stored procedures" regardless of what the docs say. @martint / @dain Once/when SQL defined functions land do we expect to reuse the `CALL` statement to...

It's entirely unexpected. The auth challenge header format is standardised - see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/WWW-Authenticate. In general it's of the form ` auth-param1=token1, ..., auth-paramN=auth-paramN-token` where `` = `Bearer`, `x_redirect_server` and `x_token_server`...

Figured out the possible issue but will need you to share the values of the WWW-Authenticate headers that you see. One thing which can happen is that the IdP supports...

> Seems you're right about the multiple auth-mechanisms, but this works fine with Trino JDBC (used in DBeaver) 🤷‍♂️ Yes, the JDBC driver uses an HTTP library (OkHttp) which is...