How to fix ORA-22813
Hi!
A customer has come across this in one project, that is quite big. I don't quite understand this 30K limitation I am suddenly reading about for queries (some sort of queries?). Can't we trust that a system we have running for lot's of customers is stable, because any sql could run into a limitation if a database suddenly has too many objects of one kind or another? How can we secure against this?
But most important: Is there no way to set some parameter in Oracle to increase this limit (I found "ALTER SYSTEM SET EVENT = '44410 trace name context forever' scope=spfile;", but that works only for queries with xmlagg, I think?)? We can't suddenly fix the sql itself, this is a part of a large system, we would have to make an update of our program and send it out. But the customer is stuck NOW.