Pages

Search This Blog

Friday, January 22, 2010

Migrating Oracle Form Personalization

In Oracle Apps DB server, do the followings to migrate Oracle Form Personalization between different instances,

Oracle Apps Ver: 11i

Step 1>Run the following command for downloading all the personalization for a perticular form,

$FND_TOP/bin/FNDLOAD "db_userid"/"db_pwd" 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct "filename.ldt" FND_FORM_CUSTOM_RULES form_name="FND_FORM_CUSTOM_RULES.FORM_NAME"

Step 2>Run the following command for uploading all the personalization for the form,

$FND_TOP/bin/FNDLOAD "db_userid"/"db_pwd" 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct "file_name.ldt"

2 comments:

  1. Nice post. There is a more efficient way to promote Oracle EBS objects using recently released GUI for FNDLOAD, XDOLOADER, DB objects. The tool as efficient as intuitive and it is very efficient. http://migrationlogik.com

    ReplyDelete
  2. While upgrading Oracle Forms it would be a prudent move on any technology organization to not only upgrade but also modernize the existing forms application by re-factoring the existing code base to align to Oracle’s current standard of application design and architectural best practises. Oracle forms migration

    ReplyDelete

Followers

Contributors