My Oracle Support Banner

After 12.2.8 Upgrade Apps.fnd_amp_requests_v Gives Different Result As Apps And Sys (Doc ID 2595547.1)

Last updated on JUNE 07, 2024

Applies to:

Oracle E-Business Suite Performance - Version 12.2 to 12.2 [Release 12.2]
Information in this document applies to any platform.

Goal

After upgrading from 12.2.5 to 12.2.8, the below query provides different results when executed as the APPS user than it does when executed as the SYS user.

Results when running as the APPS user:

---------------------------------------------

SQL> select request_id from apps.fnd_amp_requests_v where request_id= 999999999;
REQUEST_ID
----------
999999999


Results when running as the SYS user:

--------------------------------------------
SQL> select request_id from apps.fnd_amp_requests_v where request_id= [999999999];
REQUEST_ID
----------
999999999

999999999
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.