when using ps-ef
i found lots of process
oracle%ORACLE_SID% (LOCAL=NO)
i know it is dedicated server,
but after i shutdown database, stop listener, it is still there.
why? how to stop them?
kill them one by one? any better idea?
Printable View
when using ps-ef
i found lots of process
oracle%ORACLE_SID% (LOCAL=NO)
i know it is dedicated server,
but after i shutdown database, stop listener, it is still there.
why? how to stop them?
kill them one by one? any better idea?
Yes you could do the kill. Or check your listener log and see from where/which application is calling it. You could stop that application and stop that application...
Sam