Monday, August 29, 2022

How to check terraform version using command line

 

Check terraform version using command line :



PS C:\test_terraform> terraform  version

Terraform v1.2.8

on windows_amd64

+ provider registry.terraform.io/hashicorp/aws v4.22.0

PS C:\test_terraform>

PS C:\test_terraform>

Sunday, June 12, 2022

Download Sample database for oracle

 


Here is the link to download sample database for oracle :



https://www.oracle.com/in/database/technologies/appdev/datamodeler-samples.html




https://www.oracle.com/database/technologies/spatial-graph-here-data-downloads.html





Gather stats in Oracle - most commonly used DBMS_STATS.GATHER_TABLE_STATS parameters

Below is a comprehensive explanation of the most commonly used DBMS_STATS.GATHER_TABLE_STATS parameters and when you should use them. Synta...