Login as privileged user to database
Query :
SELECT pg_postmaster_start_time();
output :
demo1=> SELECT pg_postmaster_start_time();
pg_postmaster_start_time
-------------------------------
2023-10-19 08:46:45.432054+00
(1 row)
demo1=>
Dream Always Dream , if you don't work on it : Real-world Oracle DBA troubleshooting guides for RAC, Data Guard, RMAN, performance tuning, upgrades, backups, and cloud migration. Tested in production environments.
Login as privileged user to database
Query :
SELECT pg_postmaster_start_time();
output :
demo1=> SELECT pg_postmaster_start_time();
pg_postmaster_start_time
-------------------------------
2023-10-19 08:46:45.432054+00
(1 row)
demo1=>
What is Oracle BaseDB (Oracle Base Database Service)? Oracle BaseDB is the common shorthand used for Oracle Base Database Service , a man...