Please note below steps for this
activity. Make sure you understand the requirement and perform the steps.
Step 1:
Point EBSDS Data Sources from UAT to
DEV and restart EBSDS Data Sources
Home >Summary
of JDBC Data Sources >EBSDS
Select
Connection Pool and change the URL pointing to requested EBS Data Sources
Step 2:
SQL> select name from v$database;
NAME
---------
DEV
SQL>
EBS DEV Currently Pointing to WCI DEV
++++++++++++++++++++++++++++++++
SQL> select solutionendpoint from
AXF.AXF_CONFIGS;
SOLUTIONENDPOINT
--------------------------------------------------------------------------
6 rows selected.
Step 3:
Below command will point EBS DEV to
WCI UAT (update the WCI Hostname)
++++++++++++++++++++++++++++++++++++++++++++++
SQL> update AXF.AXF_CONFIGS set
solutionendpoint =
'http://agbd1rka001.corp.equifax.com:16000/axf-ws/AxfSolutionMediatorService';
6 rows updated.
SQL> commit;
Commit complete.
SQL> select solutionendpoint from
AXF.AXF_CONFIGS;
SOLUTIONENDPOINT
--------------------------------------------------------------------------
6 rows selected.
No comments:
Post a Comment