C$ALL_CONFIG IS NOT THE SAME FROM A FRESH INSTALL AND AN UPGRADE
(Doc ID 1173283.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Lite - Version 10.3.0.3.0 and laterInformation in this document applies to any platform.
Symptoms
After to have upgrade the mobileadmin repository from 10.2.0.2.1 to
10.3.0.3.0, the c$all_config is not the same than a Fresh 10.3.0.3.0
installation
Mobileadmin.c$all_config from a FRESH 10.3.0.3.0:
SQL> select * from c$all_config order by 1;
PARAM | VALUE
---------------+-------------------
DB_REG_ID | AAAWXPAAFAAABUzAAA
MGP_IP | NULL
MGP_RUN | TRUE
MGP_SUSPEND | FALSE
PREV_MGP_CYCLE | 5059
TID | <TID>
VERSION | 10.3.0.3.0
WEB-TO-GO | 10.3.0.3.0
8 row(s) returned
Mobileadmin.c$all_config from upgrade repository from 10.2.0.2.1 to
10.3.0.3.0
SQL> select * from c$all_config order by 1;
PARAM | VALUE
--------------------+--------------------
DB_REG_ID | AAATvwAAFAAAAKeAAA
MGP_IP | <IP ADD>
MGP_MOBILESERVER_ID | -1
MGP_RUN | TRUE
MGP_SUSPEND | FALSE
PREV_MGP_CYCLE | 7093
TID | <TID>
VERSION | 10.3.0.3.0
WEB-TO-GO | 10.3.0.3.0
9 row(s) returned
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |