Added syco.ctl to populate the system_configuration table.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3011 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-12-18 10:10:39 +00:00
parent b94659f48b
commit 812592d3b1
2 changed files with 16 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ sqlldr %1 control=regi
sqlldr %1 control=poco
sqlldr %1 control=syco
sqlplus %1 @enable_constraints
sqlplus %1 @create_passwords

14
Data/Seed/syco.ctl Normal file
View File

@@ -0,0 +1,14 @@
LOAD DATA
INFILE *
INTO TABLE system_configuration
REPLACE
FIELDS TERMINATED BY '|'
(
parameter
,value
,description
)
BEGINDATA
PASSWORD_EXPIRY_LIMIT|30|Password expiry limit in days.
USER_ACCOUNT_LOCK|60|Number of days of inactivity before account is locked.
APEX_AUTHORIZATION_DEFAULT_MODE|PUBLIC|Default authorization for components