Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle.EntityFrameworkCore v2.19.0-beta4

Mike R.Jul 22 2019 — edited Jul 22 2019

Is the CLOB datatype supported? I am consistently running into run-time errors whenever the value for the CLOB column is being interrogated.

A bit of background: trying to access Oracle-based schema for ASPNETCORE 2.2 Identity, which has few columns defined as CLOB (i.e. password hash and security stamp columns for the users table as well as user claims has CLOB for both Claim Type and Claim Value).  Switching these columns to NVARCHAR2 fixes the issue, but deviates from the default datatypes and facets, as well as potential upgrades going forward.

Anybody else is seeing similar behavior?

This post has been answered by Alex Keh-Oracle on Jul 22 2019
Jump to Answer

Comments

Post Details

Added on Jul 22 2019
2 comments
371 views