Login  Register

Re: ORA-20100: Error: FND_FILE failure

Posted by ErmanArslansOracleBlog on Sep 25, 2017; 9:00am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/ORA-20100-Error-FND-FILE-failure-tp3525p3585.html

Create a directory for develmen
for appltmp - /usr/tmp/appldevelmentmp
give all the required permissions for the db and apps OS users for writing+reading this directory.
Add this directory path to utl_file_dir , shutdown Apps tier services and restart the database.
Lastly, change the APPLTMP parameter value of the Application tier (properly, by editing the context file and running autoconfig) and start the Apps tier services.
Retest.