UPDATE_META_TABLE UPDATE_OPTION_LIST

Core Oracle Content Server Services 4-103

4.8.11 UPDATE_USER_META_TABLE

Service that updates the user information fields in the database. This service alters the database by adding, altering, and deleting columns. ■ By default, fields will only be added or changed, not deleted. To delete a user information field, it must be specifically mentioned in the optional parameter MetaFieldsToDelete. ■ This service is run when you add or delete user information fields in the User Admin applet and click the Update Database Design button. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Optional Service Parameters ■ MetaFieldsToDelete: Specifies a comma-delimited list of the database columns to delete. Example ■ IdcCommand command file format: IdcService=UPDATE_USER_META_TABLE ■ HDA format deletes two fields from the database: Properties LocalData IdcService=UPDATE_USER_META_TABLE MetaFieldsToDelete=xUserLocation,xDivision end

4.8.12 UPDATE_META_TABLE

Service that updates the metadata fields in the database. This service alters the database by adding, altering, and deleting columns in the DocMeta table to conform to the DocMetaDefinition table. By default, fields will only be added or changed, not deleted. To delete a metadata field, it must be specifically mentioned in the optional parameter MetaFieldsToDelete. This service is run when you add or delete metadata fields in the Configuration Manager applet and click the Update Database Design button. Optional Service Parameters ■ MetaFieldsToDelete: Specifies a comma-delimited list of the database columns to delete from the DocMeta table. Example ■ IdcCommand command file format: Synchronize the DocMeta table with the design in the DocMetaDefinition table IdcService=UPDATE_META_TABLE Caution: Data may be lost if a column is deleted. Use this service carefully. Caution: Data may be lost if a column is deleted. Use this service carefully. 4-104 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ HDA format deletes two fields from the database: Properties LocalData IdcService=UPDATE_META_TABLE MetaFieldsToDelete=xInteger,xMemo end

4.8.13 UPDATE_OPTION_LIST

Service that adds or updates an option list for a metadata field. Updates or adds an option list in the OptionLists database table. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dKey: The option list key. ■ OptionListString: The list of options, separated by the \n escape sequence. Example ■ IdcCommand command file format: Add the new options list LocationList and Add values Madrid, Tokyo, London, Washington IdcService=UPDATE_OPTION_LIST dKey=LocationList OptionListString=Madrid\nTokyo\nLondon\nWashington ■ HDA format adds the option list LocationList with the values Madrid, Tokyo, London, and Washington: Properties LocalData IdcService=UPDATE_OPTION_LIST dKey=LocationList OptionListString=Madrid\nTokyo\nLondon\nWashington end

4.9 Miscellaneous Services Core Oracle Content Server