Changes to party relationship and contact mechanism areas - use of primary keys, etc.

Changes to all 'role types' tables - now encapsulated within single table ROLE_TYPES.

Minor fixes to attributes for naming consistency, etc.

Included InstallMIP.cmd to perform schema installation.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2825 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-11-08 10:01:07 +00:00
parent 937284c062
commit b99f1de15a
29 changed files with 1056 additions and 998 deletions

View File

@@ -1,43 +1,59 @@
SET USER=%1
SET PASSWORD=%2
SET DB=%3
@echo off
sqlplus %user%/%password%@%db% @delete_tables
if "%1"=="" goto :usage
sqlldr %USER%/%PASSWORD%@%DB% control=alty
sqlplus %1 @delete_tables
sqlldr %USER%/%PASSWORD%@%DB% control=caco
sqlldr %1 control=alty
sqlldr %USER%/%PASSWORD%@%DB% control=comt
sqlldr %1 control=caco
sqlldr %USER%/%PASSWORD%@%DB% control=enrt
sqlldr %1 control=comt
sqlldr %USER%/%PASSWORD%@%DB% control=enst
sqlldr %1 control=enrt
sqlldr %USER%/%PASSWORD%@%DB% control=enty
sqlldr %1 control=enst
sqlldr %USER%/%PASSWORD%@%DB% control=fity
sqlldr %1 control=enty
sqlldr %USER%/%PASSWORD%@%DB% control=hoty
sqlldr %1 control=fity
sqlldr %USER%/%PASSWORD%@%DB% control=mety
sqlldr %1 control=hoty
sqlldr %USER%/%PASSWORD%@%DB% control=part
sqlldr %1 control=mety
sqlldr %USER%/%PASSWORD%@%DB% control=pcmrt
sqlldr %1 control=part
sqlldr %USER%/%PASSWORD%@%DB% control=prt
sqlldr %1 control=pcmrt
sqlldr %USER%/%PASSWORD%@%DB% control=prtp
sqlldr %1 control=prt
sqlldr %USER%/%PASSWORD%@%DB% control=qurt
sqlldr %1 control=prtp
sqlldr %USER%/%PASSWORD%@%DB% control=qust
sqlldr %1 control=qurt
sqlldr %USER%/%PASSWORD%@%DB% control=rety
sqlldr %1 control=qust
sqlldr %USER%/%PASSWORD%@%DB% control=rvty
sqlldr %1 control=rety
sqlldr %USER%/%PASSWORD%@%DB% control=svcp
sqlldr %1 control=rvty
sqlldr %USER%/%PASSWORD%@%DB% control=slty
sqlldr %1 control=svcp
sqlldr %1 control=slty
sqlldr %1 control=cnty
sqlldr %1 control=cnor
sqlldr %1 control=slva
sqlldr %1 control=caca
goto :done
:usage
echo usage InstallSeed user/password@database
:done