Re: EBS 12.2 login page not showing ,after running autoconfig on DB + App tier

Posted by ashish_oracleguy on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/EBS-12-2-login-page-not-showing-after-running-autoconfig-on-DB-App-tier-tp2977p3048.html

Hello Erman,

Thanks for your feedback.

Here is my analysis, as you mentioned about the "the seeded tables.  "

In my database , when i run this query and get the below output

SQL> select * from dba_editions;

EDITION_NAME PARENT_EDITION_NAME                    USA
------------------------------ ------------------------------ ---
ORA$BASE                                                                 YES

whereas when i run this query and get this output.

SQL> select distinct zd_edition_name from fnd_profile_option_values;

ZD_EDITION_NAME
------------------------------
V_20160624_1030


This tells me that, my AD_ZD tech stack info is NOT in sync with DB Editions.

As in my other systems where adop works, the output of the above query matches.

---

So now the question is how do I handle this NOT in sync situation.

Thanks