错误详情
[applmgr@erp ZHS]$ pwd
/u01/ebs/app/prodappl/cux/11.5.0/forms/ZHS
[applmgr@erp ZHS]$ f60gen module=POSEOP.fmb userid=apps/apps output_file=POSEOP.fmx
Forms 6.0 (Form Compiler) Version 6.0.8.28.0 (Production)
Forms 6.0 (Form Compiler): Release - Production
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
PL/SQL Version 8.0.6.3.0 (Production)
Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production
Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)
Oracle Multimedia Version 6.0.8.25.0 (Production)
Oracle Tools Integration Version 6.0.8.17.0 (Production)
Oracle Tools Common Area Version 6.0.5.32.0
Oracle CORE Version 4.0.6.0.0 - Production
FRM-18108: Failed to load the following objects. --- 报错信息
Source Module:POXSCSIC
Source Object: SUGGESTED_VENDOR_PRODUCT_CODE
Compiling function GET_PO_ORIGINAL_RATE_TYPE...
No compilation errors.
Compilation errors have occurred.
Form not created
复制
原因
当前文件是PO模块下的from,并不是客制化下的from。因为from编译需要运行特定的包,所以用户传输错误路径进行编辑,自然无法通过编译。
# 用户上传路径
/u01/ebs/app/prodappl/cux/11.5.0/forms/ZHS
# 正确路径
/u01/ebs/app/prodappl/po/11.5.0/forms/ZHS
复制
正确操作
上传正确路径,再次进行编译即可
[applmgr@erp ZHS]$ pwd
/u01/ebs/app/prodappl/po/11.5.0/forms/ZHS
[applmgr@erp ZHS]$ f60gen module=POSEOP.fmb userid=apps/apps output_file=POSEOP.fmx
复制
识别FROM
- Oracle from针对不同模块的开发其命名方式不一。当前文档中FMB的名称为“POSEOP.fmb”,粗略来看是PO模块下的开发。所以需要在服务器下找到PO对应的路径进行传输。
- 同时Oracle EBS 存在定制化开发,往往定制化开发有专有前缀名,一般以公司名称的首字母大写进行命名。
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
评论
相关阅读
【专家有话说第五期】在不同年龄段,DBA应该怎样规划自己的职业发展?
墨天轮编辑部
1270次阅读
2025-03-13 11:40:53
Oracle RAC ASM 磁盘组满了,无法扩容怎么在线处理?
Lucifer三思而后行
766次阅读
2025-03-17 11:33:53
Oracle+Deepseek+Dify 实现数据库数据实时分析
bicewow
682次阅读
2025-03-06 09:41:49
【ORACLE】ORACLE19C在19.13版本前的一个严重BUG-24761824
DarkAthena
564次阅读
2025-03-04 14:33:31
Oracle避坑指南|同名表导出难题:如何精准排除指定用户下的表?
szrsu
512次阅读
2025-03-05 00:42:34
2月“墨力原创作者计划”获奖名单公布
墨天轮编辑部
452次阅读
2025-03-13 14:38:19
Ogg23ai高手必看-MySQL Innodb Cluster跟oracle的亲密接触
曹海峰
446次阅读
2025-03-04 21:56:13
【ORACLE】char类型和sql优化器发生的“错误”反应
DarkAthena
404次阅读
2025-03-04 23:05:01
什么,oracle 主机用户被删了?原来是虚惊一场!
Lucifer三思而后行
401次阅读
2025-03-03 21:12:09
Oracle 如何修改 db_unique_name?强迫症福音!
Lucifer三思而后行
340次阅读
2025-03-12 21:27:56
TA的专栏
Oracle Database
收录2篇内容
Oracle Linux Install
收录1篇内容
目录