INSERT INTO lkv ( lkv_key, lku_key, lkv_encoded, lkv_decoded, lkv_language, lkv_country, lkv_variant, lkv_disabled, lkv_data_level, lkv_create, lkv_createby, lkv_update, lkv_updateby, lkv_note, lkv_rowver ) SELECT lkv_seq.NEXTVAL AS lkv_key, lku_key AS lku_key, ' codeValue ' || lkv_seq.NEXTVAL AS lkv_encoded, 'decodeValue' || lkv_seq.NEXTVAL AS lkv_decoded, lkv_language, lkv_country, lkv_variant, lkv_disabled, lkv_data_level, lkv_create, lkv_createby, lkv_update, lkv_updateby, NULL AS lkv_note, lkv_rowver FROM lkv WHERE lku_key = lku_key;
Oracle Identity Manager(OIM) is the Provisioning Solution from oracle. This page contains an index with references to all OIM related posts in the oracle identity manager Academy blog. The posts included herein are intended to provide oracle identity management customers and developers with technical information about best practices for implementing OIM based solutions.
SQL Query to Create Lookup Values
Subscribe to:
Post Comments (Atom)
-
Connection Related API's : OIM DB Connection/ Data Source connection OIMClient API / OIMConnection API OIM Platform API to getSer...
-
Error : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.springframewor...
-
In this post, we set the middle name as “MiddleName” if user does not provide middle name during user create operation. Below are high...
No comments:
Post a Comment