-
1. Re: APEX 5.1.4 Patch Issue on non-CDB database (p26795231_514_Generic.zip)
TimHall Jan 17, 2018 8:40 PM (in response to TimHall)Update:
I did the following clean installations + upgrades and they all worked fine.
1) DB 12.1.0.2 multitentant. Installed APEX 5.1.3 and patched to APEX 5.1.4.
2) DB 12.1.0.2 non-CDB. Installed APEX 5.1.3 and patched to APEX 5.1.4.
3) DB 12.2.0.1 multitentant. Installed APEX 5.1.3 and patched to APEX 5.1.4.
4) DB 12.2.0.1 non-CDB. Installed APEX 5.1.3 and patched to APEX 5.1.4.
So I've not been able to recreate the issue on a clean install. No idea why the patch is failing on that other server. I'll try again now the server has a clean 5.1.3 installation on it.
Cheers
Tim...
-
2. Re: APEX 5.1.4 Patch Issue on non-CDB database (p26795231_514_Generic.zip)
user7259503 Jan 23, 2018 7:00 PM (in response to TimHall)Hi guys,
I have exactly the same error
The database versions:12.1.0.1.0 and 12.1.0.2.0
patch applied on apex versions 5.1.1 and 5.1.3.
I do Apex installation start from htmldb 1.5 never ever had problems with installation and patching. It is defiantly bug.
No another solution besides reinstall. I have multiple workspaces, users 20 applications. I need all exported and imported again.
it is at least test database. I don't want repeat this process for prod. maybe it is some rollback process can be done.
Thanks MB
-
3. Re: APEX 5.1.4 Patch Issue on non-CDB database (p26795231_514_Generic.zip)
user7259503 Jan 23, 2018 7:07 PM (in response to user7259503)sorry I didn't mention; the databases non-CDB.
-
4. Re: APEX 5.1.4 Patch Issue on non-CDB database (p26795231_514_Generic.zip)
user7259503 Jan 23, 2018 7:20 PM (in response to TimHall)Hi Guys,
I found solution in Metalink
Connect as sys user and execute the below command:
SQL> alter system set nls_length_semantics=byte scope=both
Run patch
change back nls_length_semantics
Thanks Mary