Re: [Spacewalk-devel] spacewalk with oracle 11.2 has problems with the monitoring code

2011-08-24 Thread Michael Calmer
Hi, Am Mittwoch, 24. August 2011, 13:29:30 schrieb Miroslav Suchý: > On 08/24/2011 01:05 PM, Michael Calmer wrote: > > Some monitoring code expect special columns with id 1 which fail if id 1 > > column does not exist. > > > > E.g: > > java/code/src/com/redhat/rhn/domain/monitoring/satcluster/S

Re: [Spacewalk-devel] spacewalk with oracle 11.2 has problems with the monitoring code

2011-08-24 Thread Miroslav Suchý
On 08/24/2011 01:05 PM, Michael Calmer wrote: > Some monitoring code expect special columns with id 1 which fail if id 1 > column does not exist. > > E.g: > java/code/src/com/redhat/rhn/domain/monitoring/satcluster/SatClusterFactory.java > private static final PhysicalLocation PHYSICAL_LOCATI

[Spacewalk-devel] spacewalk with oracle 11.2 has problems with the monitoring code

2011-08-24 Thread Michael Calmer
Hi, JFYI: I found out, that oracle 11.2 Databases got a new "feature" which makes some trouble with spacewalk. This "feature" cause oracle sequences to not start with "1"; they start with "2". See http://stackoverflow.com/questions/4153807/oracle-sequence-starting- with-2-instead-of-1 Some mo