following command can be used to kill all the processes running by oracle user, replace oracle by any user of interest.
pkill -9 -u `id -u oracle`
This blog contains different things for Oracle DBA, APPS DBA and Middleware technologies. All these things should be tested first on test environments before applying in the Prod environments, please follow the standard Change control to apply all the PreProd and Prod changes. Also to make this blog more useful, please give your comments and share your experience. Thanks
following command can be used to kill all the processes running by oracle user, replace oracle by any user of interest. pkill -9 -u `id -u...
No comments:
Post a Comment