Automation of Oracle queries in chef recipe -


i want automate oracle queries configure database in oracle. can 1 me market place cookbook or sample code how run oracle query in chef recipe

command : alter system set remote_login_passwordfile=exclusive scope=spfile;

the way can think of include queries in .sql file , execute using chef's execute resource.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -