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 data type Guid

Benzhi PanJul 29 2019 — edited Jul 30 2019

I am really glad to see Oracle.EntityFrameworkCore is in Production release. I removed the ManageDataAccess and  ManageDataAccess.EntityFramwork and use the new Oracle.EntityFrameworkCore. My project seems to build, but only one datatype I used has a problem.

The database definition is Raw(16) and in my project is Guid, what do I need to change here? Any work around for this issue?

This post has been answered by Benzhi Pan on Jul 30 2019
Jump to Answer

Comments

karianna

This probably needs to be moved to the JaaS commmunity.

I'd also probably try the 3rd option:

Implement a custom URIDereferencer which can find these references and override the builtin URIDereferencer with the DOMValidateContext.setURIDereferencer method.

1 - 1

Post Details

Added on Jul 29 2019
2 comments
401 views