Open Closed

Official oracle .net Entity migration issue with version 4.3 preview #1139


User avatar
0
toan.nguyen created
  • ABP Framework version: v4.3 Preview (RC1)
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace: An error occurred when executing host database seed
  • Steps to reproduce the issue:
    • Change the Entity Framework from using SQL server to Using Oracle, official .net package
    • Run the DBMigrator project
    • Errors occurred as below image

  • Open the Oracle PL/SQL Developer, browse created tables. It show error table/view does not exist

  • We checked the database and can see that the table name created include the "" characters. Change the query to select * from "AbpBlobContainers" t include the "", can see the result.

I think that the issue is create the table with "" characters when creating the models. Please support.


7 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Did you re-create migration file?

  • User Avatar
    0
    toan.nguyen created

    Hi,

    Did you re-create migration file?

    Hi liangshiwei,

    Yes. I created the migration files after change from useSQL to useOracle, also delete/re-created after errors occured did not solve the problem.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I will check it out.

    What oracle version are you using?

  • User Avatar
    0
    toan.nguyen created

    Ok. We are using Oracle 19c.

  • User Avatar
    0
    alper created
    Support Team Director

    Oracle official package should be working without any issues with the latest preview version. We have updated the package. But please try it with the 4.3.0-rc2 which will be published on friday (2021-04-09).

    You'll use this command:

    abp new Acme.BookStore -t app-pro --database-management-system oracle -csf --preview
    
  • User Avatar
    0
    alper created
    Support Team Director

    sorry your problem is related to an active issue on the Oracle provider. This problem is not related to ABP. When Oracle fixes, we'll update our package as well.

    See https://github.com/abpframework/abp/issues/8210

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11