wyq abd30d3264 11 4 months ago
..
EFContext abd30d3264 11 4 months ago
Migrations abd30d3264 11 4 months ago
Repository 1fbed8aab2 添加样本 4 months ago
04.DW5S.Repostory.csproj 76e2a13208 111 4 months ago
App.config 76e2a13208 111 4 months ago
IocContainer.cs a0b27a478c 11111 4 months ago
UnitOfWork.cs a0b27a478c 11111 4 months ago
readme.txt 76e2a13208 111 4 months ago

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;