首页 > 其他分享 >EBS:AR 创建会计科目请求效率低的解决步骤

EBS:AR 创建会计科目请求效率低的解决步骤

时间:2024-08-26 15:20:53浏览次数:7  
标签:STATS Please XLA Concurrent AR EBS following 会计科目

来自于Metalink 的解答:     Please ensure the following has been done.

Please follow Doc ID 791049.1 : R12 SLA/FAH: How to Improve Performance in @ Subledger Accounting & Financials Accounting Hub and verify whether customer is you are on latest patches, and optimal setting on Parameters . 

Ensure you have done all of the following:


1. 
a] You must run "Gather Schema Statistics" for AR and XLA (I will verify the logs and outputs of these reports) 
b] Please check profile option "SLA: Diagnostics Enabled" should be set to No at all trhe levels including the User Level 
c] System Administrator -> Requests -> Run. Submit the concurrent request "Purge Concurrent Request and/or Manager Data" specifying with 'Count' mode using the following parameter:

Entity=All
Mode=Count
Mode Value=5000
Report =Yes
Purge other =Yes

d] From Responsibility: 'System Adminstrator'.
Concurrent:Program > Define.
Query for program with short name XLAACCPB.
If there is no value in Options, try adding '-Xmx2048M' in the Options field and save the record.
Retest the issue.

e] 
As System Administrator: Navigate to Concurrent->Program->Define
Query up the report with short name XLAACCPB
Add a parameter named ScalableFlag:
Value Set: yes_no
Default Value: Yes
Select check boxes Enable and Required
Do not select the check box Displayed, or users could turn this off at runtime.
Token needs to be ScalableFlag (this is a case sensitive value).

2.
The latest SLA/FAH Performance patches as of date as documented in DOC ID 791049.1should be applied including the Patch 13543605 .

3.
SQL> truncate table xla.XLA_DIAG_SOURCES
SQL> truncate table xla.XLA_DIAG_EVENTS
SQL> exec DBMS_STATS.DELETE_TABLE_STATS ('AR', 'AR_XLA_LINES_EXTRACT');
SQL> exec DBMS_STATS.DELETE_TABLE_STATS ('XLA', 'XLA_EVENTS_GT');

4.Ensure The following profile options are set to atleast these values
Concurrent: OPP Processing Timeout =80000 
Concurrent: OPP Response Timeout=8000

5.
Please retest the issue after all teh above steps and advice results.   来源:AR 创建会计科目请求效率低的解决步骤_ITPUB博客   

标签:STATS,Please,XLA,Concurrent,AR,EBS,following,会计科目
From: https://www.cnblogs.com/samrv/p/18381051

相关文章

  • es6 解构用法:对 object 和 array 解构
    参考文档:https://book.douban.com/subject/26864806/(英文版+中文版) 解构目的:为了使代码更简单、简洁解构对象:object和array【注意】针对对象和数组,使用语法不同。一定要注意同样的符号出现在=左边和右边是不同的含义!!解构时必须初始化(let,var,const),否则会报语法错误......
  • Part4-DOM学习笔记-获取元素属性及节点操作
    6.获取元素属性6.1获取元素属性获取元素的属性有两种方式:element.属性:获取内置属性值,元素本身自带的属性不能获取自定义属性代码示例如console.log(div.id)element.getAttribute(‘属性’):可以获取内置属性值可以获取自定义属性代码示例如下:console.......
  • UE4 CharacterMovementComponent
    之前在学习网络通信时,经常需要对客户端上的行为进行预测,来降低延迟带来的比较差的体验。而UE4为角色移动提供了CharacterMovementComponent这个组件,其在移动时可以发现已经实现了客户端预测。现在可以通过对CharacterMovementComponent进行扩展,实现我们自定义的运动模式,并且还能......
  • echarts 地图 显示某一个省的地图,点击可进入市 点击空白可返回上级 - 内蒙古demo
    我这里echarts用的4.5.0官网https://echarts.apache.org/v4/examples/zh/index.html#chart-type-map获取地图json数据工具https://datav.aliyun.com/portal/school/atlas/area_selector<!DOCTYPEhtml><!--获取地图地址--><!--https://datav.aliyun.com/portal/school......
  • 【Pycharm2024.1.2安装使用教程】24年教程,小白轻松上手!(附安装包永久机火码+工具)
      今天给大家免费分享一个Pycharm2024.1.2版的安装使用教程,全文通过文字+图片的方式讲解,手把手教你如何安装使用Pycharm,只需要几分钟即可搞定!看之前先看这,所有机火码的机火是谐音(你们知道的谐音!)一、下载安装pycharm(支持mac、window、linux)1、建议直接在官网下载......
  • [ARC182C] Sum of Number of Divisors of Product 题解
    题目链接点击打开链接题目解法我怎么不会分治/fn首先把\(x\)分解成\(\prodp_i^{x_i}(0\lei\le5)\)的形式,正因数个数为\(\prod(x_i+1)\)有一个很牛的想法是:合并两个\(x_i\)序列(假设一个叫\(x_0,...,x_5\),另一个叫\(y_0,...,y_5\))先不考虑后面的\(+1\)(可以最后......
  • SparkSQL日期时间模式详解
    datatime使用场景CSV/JSON数据源使用模式字符串来解析和格式化日期时间内容。日期时间函数用于转换StringType类型到DateType或TimestampType类型,反之亦然。例如,unix_timestamp,date_format,to_unix_timestamp,from_unixtime,to_date,to_timestamp,from_utc_timestam......
  • SparkSQL数值模式详解
    简介函数如to_number和to_char确实支持在字符串类型和十进制(数值)类型之间进行转换。这些函数接受格式字符串作为参数,这些格式字符串指示了如何在这两种类型之间映射。to_number:这个函数通常用于将字符串转换成数值类型。你需要提供一个格式字符串来指定如何解释字符串......
  • 网站提示413 Payload Too Large:请求实体过大怎么办
    当遇到“413PayloadTooLarge”错误时,这意味着客户端发送的请求实体(通常是请求体)超过了服务器允许的最大大小。这种错误通常出现在上传文件或发送大量数据时。解决方案减小请求体大小检查请求体中的数据量是否过大。如果是文件上传,考虑减小文件大小或压缩文件。增加......
  • Elasticsearch常用的IK分析器原理
    IKAnalyzer是一个开源的,基于java语言开发的轻量级的中文分词工具包。从2006年12月推出1.0版开始,IKAnalyzer已经推出了4个大版本。最初,它是以开源项目Luence为应用主体的,结合词典分词和文法分析算法的中文分词组件。从3.0版本开始,IK发展为面向Java的公用分词组件,独立于Luce......