Search This Blog

Thursday, 7 July 2022

Oracle Weblogic handson labs 


Following link is very useful to practice the Oracle Weblgoic basics, it will give you a lab where you can do hanson practice and learn and clear your concepts, enjoy :)




https://luna.oracle.com/lab/77b25364-204a-4ed0-9dc8-6e993fe1e659



No comments:

command to kill all the processes running by a specific user

  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...