0

I accidentally delete /tmp in Weblogic 12c, does it affect the application performance or functionality?

Jon Heller
  • 34,999
  • 6
  • 74
  • 132

1 Answers1

0

If you are referring to the server tmp directories (ie. $DOMAIN_HOME/servers/SERVERNAME/tmp) then yes, you could run into errors, but these should be solved by restarting that WebLogic instance.

So if possible, restart at an oppertune moment.

b0tting
  • 577
  • 2
  • 7