How to Update "Site Name" Profile Option in Oracle EBS from Backend (SQL) — Quick and Easy
In Oracle E-Business Suite (EBS), the profile option called "Site Name" helps identify the environment (e.g., Development, UAT, Production).
Sometimes after a clone or environment refresh, you may want to change this value to reflect the new environment (like from Production to TEST) directly from the backend.
Here’s a simple step-by-step guide to update the Site Name profile via SQL.
Step 1: Check Current "Site Name" Value
Connect to the database as APPS user and run:
Output:
This shows the current value of "Site Name".
Step 2: Update the "Site Name" to Your New Value
For example, to set the site name as:
Run:
This updates the value in the backend.
Step 3: Verify the Update
Check if the value has been updated correctly:
Output:
Step 4: Commit the Change
Finally, commit the change to make it permanent:
Post a Comment
Post a Comment