We're implementing WLM on our AIX5 machines and I'm having a little trouble getting Oracle to cooperate with it.
The class structure is Oracle as a superclass, and subclasses for each database. The tns listener remains in Oracle.Default.
I'm not having any trouble getting the main Oracle processes into their appropriate subclasses.
Most of our traffic is through TNS however, which spawns off child processes that remain in Oracle.Default (regardless of inheritance settings).
Does anyone know of any tricks to get these Oracle connection processes to be reclassified into their appropriate subclass automatically? I can easily write a cron script to do the assignment, but I would prefer the WLM handle it automatically.
The class structure is Oracle as a superclass, and subclasses for each database. The tns listener remains in Oracle.Default.
I'm not having any trouble getting the main Oracle processes into their appropriate subclasses.
Most of our traffic is through TNS however, which spawns off child processes that remain in Oracle.Default (regardless of inheritance settings).
Does anyone know of any tricks to get these Oracle connection processes to be reclassified into their appropriate subclass automatically? I can easily write a cron script to do the assignment, but I would prefer the WLM handle it automatically.