mvn-dips
mvn-dips
This seems to still be a issue when using refcursors in 23.9 See this repo for code that procues the error: https://github.com/mvn-dips/OracleTelemetryError > Unhandled exception. System.Exception: TTC Error at OracleInternal.TTC.TTCExecuteSql.ReceiveExecuteResponseAsync(Accessor[]...
Quick and dirty schema transformer that seems to do the trick ``` public sealed class VogenSchemaTransformer : IOpenApiSchemaTransformer { /// public Task TransformAsync(OpenApiSchema schema, OpenApiSchemaTransformerContext context, CancellationToken cancellationToken) { if...