col PROPERTY_NAME format a20 col PROPERTY_VALUE format a20 col DESCRIPTION format a40 col LOCAL_UNDO_ENABLED format a20 select * from database_properties where property_name like '%UNDO%'; PROPERTY_NAME PROPERTY_VALUE DESCRIPTION -------------------- -------------------- ---------------------------------------- LOCAL_UNDO_ENABLED TRUE true if local undo is enabled
Minimalistic Oracle contains a collection of practical examples from my encounters with Oracle technologies. When relevant, I also write about other technologies, like Linux or PostgreSQL. Many of the posts starts with "how to" since they derive directly from my own personal experience. My goal is to provide simple examples, so that they can be easily adapted to other situations.
Wednesday, January 4, 2023
Check if your CDB is set up for local undo
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment