Search avdeo.com
Categories
F.R.I.E.N.D.S
Important Links
Interview Questions
Oracle Sites
Subscription
Category Cloud
Database 10g Performance Tuning Fusion Middleware (FMW) General Interview Questions JavaScript Linux System Administration Oracle Application Express Oracle Application R12 Oracle Applications 11i Oracle Database 9i Oracle Database 10g Oracle Database 11g Oracle Middleware Oracle RAC ORA Errors timesten XSLT
F.R.I.E.N.D.S
Important Links
Interview Questions
Oracle Sites
Subscription
Recent Posts
- Inside Index block – Oracle Database 11g
- Oracle SQL Plan Management – Part 3
- Oracle SQL Plan Management – Part 2
- Oracle SQL Plan Management – Part 1
- Creating Standby database using Active Duplication – Oracle Database 11g
- Avoiding “no data found” : Tips
- An insight into Oracle Index rebuild
- Exchange Partition in Oracle
- Virual Index and Invisible Index
- Oracle Index rebuild online – 10g Vs 11g
- WARNING: inbound connection timed out (ORA-3136)
- Oracle Database 11g new feature – Automatic Memory Management
Archives
- December 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- November 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
Top Posts
- Reducing datafile size to recover free space - Oracle Database 10g
- Uploading excel sheet using Oracle Application Express (APEX)
- Oracle E-Business Suite R12 - Profiles
- OPATCH Utility (Oracle RDBMS Patching)
- Oracle Database 9i - Basic Architecture
- Oracle Password Encryption and Hashing
- Oracle Index rebuild online - 10g Vs 11g
- Handling Large Objects (LOB) - Oracle Database 10g
- Installing Oracle Data Integrator (ODI)
- Converting a Single Instance Database to RAC Manually - Oracle RAC 10g
We have installed Rel. 12 in a 2-node architecture. Database running on HP-UX, application tier(including concurrent manager) running on Red Hat Linux AS 4.0
In majority of the appilcation modules, we are getting FND_FILE tmp file creation error
We have APPLPTMP variable on the application tier set to match the entry in the UTL_FILE_DIR
APPLPTMP is points to an NFS mounted directory accessible to both db and application tiers and has RW privelege for the group (dba)
Are there any considerations in implementing this solution
Hi Hari,
You can check the following steps
1) The path for UTL_FILE_DIR, APPLPTMP and APPLTMP should be same. If you are using nfs in one variable and not in other, make sure you use nfs in either all variables or not to use it. I will advice to use nfs in all variables.
2) Check the directory permissions of the directory. I will advice to give 777 permissions, since those are the output files and log file, so no issues in giving full permissions.
3) Make sure you can create file with appmgr user at that location.
4) Make sure the disk has sufficient space.
Let me know if the issue still persists.
Regards,
Advait Deo
All the checks mentioned were already in place.
We have a 2-node architecture (database on a separate server and all other components on a second server)
Reason for the error: Database was started without sourcing applications profile.
Resolution: Database was started using Oracle supplied startup scripts on the database tier after sourcing the applications environment variables