Skip to content

Change db to oracle db it not not work #460

@Hunglmc

Description

@Hunglmc

when i change db to oracle with code internal static IServiceCollection AddDatabase(
this IServiceCollection services,
IConfiguration configuration)
=> services
.AddDbContext(options => options
.UseOracle(configuration.GetConnectionString("OracleConnection")))
.AddTransient<IDatabaseSeeder, DatabaseSeeder>();
and change connect string to oracle the system Oracle.ManagedDataAccess.Client.OracleException: 'ORA-01435: user does not exist when i run migrate()

I tried using toad and connecting with normal connection information and didn't encounter any problems. Please let me know what problem I have or how to change to oracle db

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions