Hi,

Just a few notes on this:

Avi Miller wrote:
> +         args[:database] = Puppet[:dbname] unless Puppet[:dbname].empty?

The dbname parameter follows the Oracle InstantClient Easy Naming 
convention, i.e.:

//host:[port][/service name]

So, an example would be:

//localhost/XE

(For an XE instance on the local server)

or

//oracle.company.com:1621/ORCL

For the ORCL instance listening on port 1621 on oracle.company.com.

I've also used the oracle_enhanced adapter 
(http://rubyforge.org/projects/oracle-enhanced/) as it has all the 
functionality required by storeconfigs.

Thanks,
Avi


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to