Worner, Frank:
> 
> Hi All - I wonder if anyone can shed light on the following error ??
> 
> # spacewalk-setup --external-oracle
> * Setting up SELinux..
> * Setting up Oracle environment.
> * Setting up database.
> ** Database: Setting up database connection for Oracle backend.
> Global Database Name or SID (requires tnsnames.ora)? ABCD
> Username? WXYZ
> Password?
> ** Database: Testing database connection.
> Tablespace 'SWALK_DATA' does not appear to exist.
  ^^^^^^^^^^
> Use of uninitialized value in string ne at 
> /usr/share/perl5/vendor_perl/Spacewalk/Setup.pm line 1528, <STDIN> line 3.
> Use of uninitialized value $_[2] in sprintf at 
> /usr/share/perl5/vendor_perl/Spacewalk/Setup.pm line 162, <STDIN> line 3.
> Use of uninitialized value in string ne at 
> /usr/share/perl5/vendor_perl/Spacewalk/Setup.pm line 1528, <STDIN> line 3.
> Use of uninitialized value $_[2] in sprintf at 
> /usr/share/perl5/vendor_perl/Spacewalk/Setup.pm line 162, <STDIN> line 3.
> Use of uninitialized value in string ne at 
> /usr/share/perl5/vendor_perl/Spacewalk/Setup.pm line 1528, <STDIN> line 3.
> Use of uninitialized value $_[2] in sprintf at 
> /usr/share/perl5/vendor_perl/Spacewalk/Setup.pm line 162, <STDIN> line 3.
> Tablespace errors: tablespace SWALK_DATA has STATUS set to  where ONLINE is 
> expected;tablespace SWALK_DATA has LOGGING set to  where LOGGING is 
> expected;tablespace SWALK_DATA has CONTENTS set to  where PERMANENT is 
> expected
> 
> We are trying to install SpaceWalk 2.8 on a Centos7 host, connecting to a 
> remote host running an Oracle 12C instance. We have confirmed that the table 
> SWALK_DATA does indeed exist, so are unsure why we get the error stating the 
> table doesn't exist. We are also unsure what the subsequent errors are 
> complaining about too, so any help or advice would be gratefully received !!

Tablespace != table. You need to create *tablespace* SWALK_DATA (a place
where Oracle stores tables).

> Many Thanks
> 
> Frank


Regards,

--
Michael Mráka
System Management Engineering, Red Hat

_______________________________________________
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to