Hi,
on 11.2.0.4
Where can I find the definition of SYS.DAM_CONFIG_PARAM$ table?
Other than running desc.
Specially what are the meaning of the vlaues in PARAM_ID column?
I like to understand the result of the:
select param_id,audit_trail_type#,decode(AUDIT_TRAIL_TYPE#,1,'DB',2,'FGA',4,'OS',8,'XML') "Trail Type" from SYS.DAM_CONFIG_PARAM$ where param_id=21;

from Doc ID 1355142.1
Thanks.