Thomas von Steiger wrote: ... % >Looks like you may be hitting an oracle bug. See: % > % >https://bugzilla.redhat.com/show_bug.cgi?id=453176 % > % >Looks like there may be a workaround as well.. % % Great! % % SQL> alter system set "_optimizer_cost_based_transformation"=off % scope=memory; % System altered. % SQL> commit; % Commit complete.
Just for sure... do you know that you changed this option in memory only? If you want make this change permanent (i.e. survive database restart) issue SQL> alter system set "_optimizer_cost_based_transformation"=off scope=spfile; -- Michael Mráka RHN Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
