Concurrent Requests Fail with FDPSTP failed

fact: Oracle Application Object Library 11.5

symptom: cause: fdpstp failed due to ora-20100: file o0000005.tmp creation
for fnd_file failed

symptom: ORA-6512 at apps.fnd file line 419

symptom: Concurrent requests fail

symptom: Oracle error: 20100 in fdpstp

change: Fresh install of Applications 11.5

cause: The concurrent program was unable to write to the specified
temporary file because the virtual path assigned to the APPLPTMP environment
variable is not referenced in the UTL_FILE_DIR.



fix:

APPLPTMP is a special directory used only for PLSQL temporary files. When a
concurrent program uses the FND_FILE package, the concurrent manager uses
APPLPTMP as the directory to which it writes temporary files. FND_FILE uses the
UTL_FILE package, which can only write to directories specified in init.ora.
Thus, APPLPTMP must be one of the directories listed in init.ora in order for
FND_FILE to work.

Ensure that the virtual path assigned to the APPLPTMP environment variable is
valid, writable, and is referenced at the beginning of the UTL_FILE_DIR
database parameter.

Example:
In the initSID.ora
utl_file_dir = /usr/tmp, /u01/sql/tmp, /u02/sql/tmp
In the SID.env,
APPLPTMP = /usr/tmp
(or any of the directories listed above that applmgr has
read/write permissions to).

Make sure that the value for APPLPTMP comes first in this listing for
UTL_FILE_DIR, as this is the key to this solution.

转载于:https://www.cnblogs.com/ebs-blog/archive/2007/06/05/2167399.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值