I'm new to oracle DB and chef. I had created a environment of Solaris OS and installed Oracle 11G DB in that environment using vagrantfile. Now i need to create a database and create tables in that database using chef.
Kindly guide me to proceed.
I'm new to oracle DB and chef. I had created a environment of Solaris OS and installed Oracle 11G DB in that environment using vagrantfile. Now i need to create a database and create tables in that database using chef.
Kindly guide me to proceed.
The answer whenever you ask "How do I do X with Chef?" the answer is "How would you do X without Chef? Then do that in recipe code.". Still applies here.