Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-03-26 Thread Jan Pazdziora
On Tue, Mar 03, 2009 at 08:59:19PM -0600, Michael Stahnke wrote: > > > > I've added the "create user spacewalk" SQL to > > > >        https://fedorahosted.org/spacewalk/wiki/OracleXeSetup > > Awesome. > > and I'm actually considering removing the part about > > http://127.0.0.1:9000/apex from tha

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-03-03 Thread Michael Stahnke
> > We could do something like oracle-xe-utils or spacewalk-oracle-xe > (package) to hold any helper scripts. But we should aim at removing > even the last embedded db bits away from spacewalk-setup, not add new > ones. I agree this shouldn't be the default. Maybe a contrib script in %doc or somet

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-24 Thread Jan Pazdziora
On Tue, Feb 24, 2009 at 11:48:36AM -0800, Mike McCune wrote: su - oracle -c 'sqlplus / as sysdba' <>>> create user spacewalk identified by spacewalk default tablespace users; grant dba to spacewalk; alter system set processes = 400 scope=spfile; alter system set "_optimizer

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-24 Thread Mike McCune
Jan Pazdziora wrote: On Wed, Feb 18, 2009 at 11:30:30AM -0800, Mike McCune wrote: % And the creation of the spacewalk user / permissions? su - oracle -c 'sqlplus / as sysdba'

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-19 Thread Jan Pazdziora
On Wed, Feb 18, 2009 at 11:30:30AM -0800, Mike McCune wrote: >> >> % And the creation of the spacewalk user / permissions? >> >> su - oracle -c 'sqlplus / as sysdba' <> create user spacewalk identified by spacewalk default tablespace users; >> grant dba to spacewalk; >> alter system set processes =

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-18 Thread Mike McCune
Michael Mraka wrote: Devan Goodwin wrote: % -BEGIN PGP SIGNED MESSAGE- % Hash: SHA1 % % Has anyone figured out a way to automate the steps in the install guide % for: % % /etc/init.d/oracle-xe configure /etc/init.d/oracle-xe configure

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-18 Thread Devan Goodwin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Consider my day made. :) Thanks Michael. Devan On Wed, 18 Feb 2009 17:13:13 +0100 Michael Mraka wrote: > Devan Goodwin wrote: > % -BEGIN PGP SIGNED MESSAGE- > % Hash: SHA1 > % > % Has anyone figured out a way to automate the steps in the i

Re: [Spacewalk-devel] Automating Oracle-xe Setup

2009-02-18 Thread Michael Mraka
Devan Goodwin wrote: % -BEGIN PGP SIGNED MESSAGE- % Hash: SHA1 % % Has anyone figured out a way to automate the steps in the install guide % for: % % /etc/init.d/oracle-xe configure /etc/init.d/oracle-xe configure

[Spacewalk-devel] Automating Oracle-xe Setup

2009-02-18 Thread Devan Goodwin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has anyone figured out a way to automate the steps in the install guide for: /etc/init.d/oracle-xe configure And the creation of the spacewalk user / permissions? Have a cobbler setup here to create guests for testing but it'd save me a lot of h