jamdb_oracle icon indicating copy to clipboard operation
jamdb_oracle copied to clipboard

Oracle Database driver for Erlang

Results 15 jamdb_oracle issues
Sort by recently updated
recently updated
newest added

Hi guys and thanks for all your amazing work! I have a big trouble when trying to return a large character data from the stored procedure. Here's example: ```elixir sql...

Hi, Does this library support oracle cloud database?

G'day! I'm having a rough time connecting to [Oracle Autonomous Transaction Processing](https://www.oracle.com/au/autonomous-database/autonomous-transaction-processing/) using your driver. The first part of the problem is a mismatch with the the Postgres [connection options](https://hexdocs.pm/ecto_sql/Ecto.Adapters.Postgres.html#module-connection-options)...

bug

@vstavskyi Not sure if this is something that has been tested with this driver, but wanted to bring it to your attention. I am running a query using jamdb driver...

Would it be possible to include Kerberos Authentication for the database connection options? I'm honestly not even sure what that would entail since I've only ever interfaced with Kerberos authentication...

enhancement

Hi, I just updated to 0.5.2 (with Ecto 3.9.1) and there's a warning: ``` warning: function dump_cmd/3 required by behaviour Ecto.Adapter.Structure is not implemented (in module Ecto.Adapters.Jamdb.Oracle) lib/jamdb_oracle_ecto.ex:1: Ecto.Adapters.Jamdb.Oracle (module)...

We have been observing some failures in our tests related to the Jamdb.Oracle driver. `[error] Jamdb.Oracle (#PID) disconnected: ** (DBConnection.ConnectionError) :function_clause` We were able to narrow down the commit that...

We observed in #178 that unexpected messages could cause function_clause errors. By guarding on the expected types we gain some guarantees about the message contents I'm certainly a novice in...

Hi there, occasionally I get :function_clause and :bad_match errors (with the latter exposing *data* from the db!). It can usually be remedied by increasing the :read_timeout parameter, indicating the Oracle...

Connection to local oracle db (19c) instance works perfectly fine. However, when i try to connect to remote oracle instance (Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production), Jamdb...