Oracle Cookbook

I’m trying to learn chef by developing a cookbook to install and configure
Oracle.

In Oracle configuration I’ve to do a part of the procedure as root user, and
the rest as oracle user.

So my doubt is if we bootstrap a node as root, will i be able to run a script
as oracle user?

Now I’m not able to execute a script as oracle user.

Hi Anju,

Have a look at the following cookbook for few tips, named echa-oracle.

Also on Chef community site.

http://community.opscode.com/cookbooks/echa-oracle

Br, Ari

On Thu, Feb 6, 2014 at 9:22 AM, Anju M R anjumr.06@gmail.com wrote:

I'm trying to learn chef by developing a cookbook to install and configure
Oracle.

In Oracle configuration I've to do a part of the procedure as root user,
and
the rest as oracle user.

So my doubt is if we bootstrap a node as root, will i be able to run a
script
as oracle user?

Now I'm not able to execute a script as oracle user.