Skip to content

OracleDatabase.DeriveParameters() doesn't find parameters #12

Open
@tsahi

Description

@tsahi

To Reproduce
Steps to reproduce the behavior:

  1. call OracleDatabase.DeriveParameters() with a valid DbCommand of a stored procedure

Actual behavior
The Parameters property of the command is not filled with the parameters for the procedure.

Expected behavior
The Parameters property should be filled with the parameters for the procedure, retrieved from cache or the database.

Context (please complete the following information):

  • OS: Windows
  • DAAB Version: 6.0
  • DB: Oracle

Additional context
DAAB is currently using OracleClient, which is deprecated and last updated around when Oracle 8 was out. It's possible the Oracle API have changed since. We should test this bug when we switch to Oracle Data Provider for .NET (ODP.NET).

Metadata

Metadata

Assignees

Labels

Oraclebugs related to working with Oracle databasebugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions