How to verify archive mode is enabled or not
Login to PostgreSQL database with super privilege
postgres=#
postgres=# show archive_mode;
archive_mode
--------------
off
(1 row)
postgres=#
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.
How to verify archive mode is enabled or not
Login to PostgreSQL database with super privilege
postgres=#
postgres=# show archive_mode;
archive_mode
--------------
off
(1 row)
postgres=#
I n Oracle, LOB means Large Object . You use a LOB column when the data is too large , unstructured , or not practical to store in normal...