Oracle oaf export personalization
In this post , We will discuss how we export OAF personalization from the Instance and then import in the target instance. Oracle oaf export Personalizations has two ways either we can done through export personalization scripts or we can also done through with the Oracle application standard feature. Here below I am will share both these two Oracle oaf export personalization ways in details
2 ways of Oracle oaf export personalization
From Oracle application:-
Step1 : - I am sharing below profile , you have to set valid server path of you instance from where you want to copy the Personalizations.
'FND: Personalization Document Root Path'
As an example I set path /usr/tmp
Step2:- Go to Functional Administrator.
Step3- Go to Personalization Tab
Then Go to Personalization Repository.
Step 4:- Then enter the Document path/ page path for which you want to download all your Personalizations as below.
Select pages and click on Export to File System button.
This will save the Personalization registration in a file and will put this file under path '/usr/tmp'
'FND: Personalization Document Root Path'
As an example I set path /usr/tmp
You have to copy this file in your desktop.
You have to copy this file in your desktop.
Step 8:- After Copy the file in you desktop. Then you have move this file to your target system server path.
From Export Personalization Script:-
Run the below command in the Instance where you want to Export your personalization.
java oracle.jrad.tools.xml.exporter.XMLExporter <personalization document from step #2> \-username "<username>" -password "<password>" \-dbconnection "(description=(address_list=(address=(protocol=tcp)(host=<host>)(port=<port)))(connect_data=(sid=<sid>)))" \-rootdir "<output directory>"
0 comments:
Post a Comment