DBA_HIST_PARAMETER displays historical information about the initialization parameters that were in effect for the instance. This view contains snapshots of V$SYSTEM_PARAMETER.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Unique snapshot ID | 
| 
 | 
 | 
 | Database ID for the snapshot | 
| 
 | 
 | 
 | Instance number for the snapshot | 
| 
 | 
 | 
 | Parameter hash | 
| 
 | 
 | 
 | Name of the parameter | 
| 
 | 
 | Parameter value for the session (if modified within the session); otherwise, the instance-wide parameter value | |
| 
 | 
 | Indicates whether the parameter is set to the default value ( | |
| 
 | 
 | Indicates whether the parameter has been modified after instance startup: 
 | |
| 
 | 
 | The database ID of the PDB for the sampled session | |
| 
 | 
 | The ID of the container that  
 | 
See Also: