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' <<EOS
create user spacewalk identified by spacewalk default tablespace users;
grant dba to spacewalk;
alter system set processes = 400 scope=spfile;
alter system set "_optimizer_filter_pred_pullup"=false scope=spfile; alter system set "_optimizer_cost_based_transformation"=off scope=spfile; EOS
we should consider adding the user creation steps to spacewalk-setup

Do you mean spacewalk-setup the package, or spacewalk-setup the file
in /usr/bin?


The file in /usr/bin :)

Mike
--
Mike McCune
mmccune AT redhat.com
Engineering               | Portland, OR
RHN Satellite             | 650.567.9039x79248

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to