wyq abd30d3264 11 5 luni în urmă
..
EFContext abd30d3264 11 5 luni în urmă
Migrations abd30d3264 11 5 luni în urmă
Repository 1fbed8aab2 添加样本 5 luni în urmă
04.DW5S.Repostory.csproj 76e2a13208 111 5 luni în urmă
App.config 76e2a13208 111 5 luni în urmă
IocContainer.cs a0b27a478c 11111 5 luni în urmă
UnitOfWork.cs a0b27a478c 11111 5 luni în urmă
readme.txt 76e2a13208 111 5 luni în urmă

readme.txt

ݿʼʽ
1.װOracle11g

2.ʹNavcateȹsystem˻ӲҪû()

3.ȷĿܹ

4.RepostoryĿΪĿ

5.޸RepostoryĿApp.Configеݿ

6.vsе->Nuget->̨

7.ڰ̨ĬĿΪRepostory

8.ڰ̨Add-Migration {name}(Build failedʾĿ޷ͨ)

9.ڰ̨Update-Database

ע

1.ִгʼǰȷݿⰲװɣDBAûɣұСû

2.ORA-00972: ʶ
DZСƳȹ(Ҫ30ַ)
һ¶ȳ30
MigrationsɵĴڵcsļ,޸ijȹٴִUpdate-Database


Oracleû(ûDBAȨ,)

--DW5SûΪ123456
create user DW5S identified by 123456 default tablespace USERS temporary tablespace TEMP profile DEFAULT password expire;

--DW5SûDBAȨ
grant dba to DW5S;
grant create session to DW5S;
grant unlimited tablespace to DW5S;

--Oracleû޸һʹ
alter user DW5S identified by 123456 account unlock;