Login  Register

Re: temporary files

Posted by ErmanArslansOracleBlog on Jul 17, 2020; 9:07am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/temporary-files-tp8513p8520.html

1) This is a configuration related thing. If it creates in /usr/tmp and then uses/reads it from there, you don't need to expect any errors.

2) "ENTITY = ALL"  means ->  Purge of concurrent requests, concurrent managers, request log files,                    
manager log files and report output files.
Mode : "AGE = Some Value" is for -> The number of days for which to save concurrent request history.

The only option which purges all tables is the option "ENTITY = ALL"

Well, it depends..Recommendations is to run it every day for purging X (maybe 30.. it depends on your case) days older data.
Using Entity ALL and Mode=Age together is a good option. For instance : ENTITY=ALL and Mode=Age and value is 30

Do not forget -> Concurrent request data will cause audit information to be lost.. The audit info which is used Signon Audit Concurrent Request Report.

Also see -> Concurrent Processing - Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) (Doc ID 104282.1)