I am new with Oracle Database and I want to know some command relate with Oracle.
Does anyone help me with below questions:
1. Which command use to show undo_retention period?
2. Which command use to show undo tablespace name?
3. how to disable/enable undo Retention guarantee?
Thanks,
Open SQL*PLUS as
SYSDBAand useshow parametercommand as shown below.Now you have the name of the undo tablespace.
Use the following command to switch to undo retention
guarantee.To switch back to
noguarantee.Use following query to check whether your undo tablespace has retention guaranteed or not.
For more details: Managing Undo