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
Post a Comment