To container or not to container?

"Containerizing" an Oracle instance obviously adds a level of complexity to any environment.

If you have, say, a 9i instance in a Solaris 10 global zone and Oracle is the only thing running on a system, what is the motivation to employ resource management?

It seems that forcing kernel parameters in the system file is still a viable avenue. And if you need to do something on-line, then prctl is your tool.

Neither SUN nor Oracle have definitive answers on the matter, or at least none that I've found.

[530 byte] By [meat_wad] at [2007-11-26 7:18:11]
# 1

There are no basic do's and don't when it comes to using containers, the most obvious ones can be found on the Solaris website. Its really a matter of choice and preference, especially since there is not that much difference between your global and non-global (container) zone.

When it comes to resource control you can quite easily do that in the global zone. Whatever the specific advantages can be for using containers really depends on your specific situation.

LionO at 2007-7-6 18:56:46 > top of Java-index,Solaris Operating System,Solaris 10 Features...