SYSDATE is showing different time between PDB and CDB$ROOT also reported ERROR as ORA-00600: [kql_tab_diana:new dep] during UPGRADE
(Doc ID 2798969.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.7.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
SELECT SYSDATE FROM DUAL;
Query is showing different output between PDB and CDB$ROOT
CDB$ROOT
select sysdate from dual;
SYSDATE
-------------------
06.08.2021 12:45:40
PDB
alter session set container=PDB1;
Session altered.
select sysdate from dual;
SYSDATE
-------------------
14.01.2021 10:00:00
Changes
Value of parameter fixed_date changed at pdb level
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 |
Changes |
Cause |
Solution |