Files
mip/Data/Test/apau.ctl
hardya 6c4617b1c3 Bulk Load: Latest version of POSTCODES.csv.
Data/Seed and Data/Test: Correction to apau.ctl to remove duplicates.

Modules/compile.sql: Correction to 'report' query.

Schema/ext...: Check whether external tables have been defined before attempting to drop them.

Schema/v_...: Force creation of views that rely on PL/SQL code. Explicitly name the column returned by V_QUOTE_DETAILS.vw so that the comments can be applied.



git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3452 248e525c-4dfb-0310-94bc-949c084e9493
2008-02-04 10:49:50 +00:00

41 lines
623 B
Plaintext

LOAD DATA
INFILE *
INTO TABLE apex_authorization
REPLACE
FIELDS TERMINATED BY '|'
(
rt_code
,component_name
,component_type
,privilege
)
BEGINDATA
SUPPADMIN|adminmenu|C|A
MIPADMIN|adminmenu|C|A
MIPADMIN|icadmin|C|A
MIPADMIN|sysadmin|C|A
MIPADMIN|5|P|A
MIPADMIN|7|P|A
MIPADMIN|8|P|A
MIPADMIN|9|P|A
MIPADMIN|10|P|A
MIPADMIN|11|P|A
MIPADMIN|12|P|A
MIPADMIN|13|P|A
MIPADMIN|14|P|A
MIPADMIN|15|P|A
MIPADMIN|18|P|A
MIPADMIN|19|P|A
MIPADMIN|30|P|A
MIPADMIN|31|P|A
MIPADMIN|32|P|A
MIPADMIN|42|P|A
AGENT|11|P|A
AGENT|32|P|A
ICU|icadmin|C|A
ICU|32|P|A
ICU|42|P|A
CS|11|P|A
CS|32|P|R
CS|32|P|A