gongqiuhong 45ed95374a 777 2 月之前
..
EFContext 45ed95374a 777 2 月之前
Migrations 592f8ca1aa abc 3 月之前
Repository 85bb93ecbd sqlite数据库连接 3 月之前
04.DW5S.Repostory.csproj 45ed95374a 777 2 月之前
App.config 76e2a13208 111 4 月之前
CacheKeys.cs 67a50dd023 增加缓存 3 月之前
IocContainer.cs 67a50dd023 增加缓存 3 月之前
UnitOfWork.cs 85bb93ecbd sqlite数据库连接 3 月之前
readme.txt 76e2a13208 111 4 月之前

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;