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 <<ORA
9000
1521
spacewalk
spacewalk
y
ORA

% 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

the above is great, will definitely help a lot of people.

--
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