API IBY_CC_SECURITY_PUB.SECURE_CARD_NUMBER does Full Index Scan
(Doc ID 731470.1)
Last updated on MARCH 04, 2019
Applies to:
Oracle Payments - Version 11.5.10.0 to 11.5.10.2 [Release 11.5]Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
When calling the API IBY_CC_SECURITY_PUB.SECURE_CARD_NUMBER( FND_API.G_TRUE, p_cc_number), the following SQL does a full index scan on IBY_SYS_SECURITY_SUBKEYS_N1:
SELECT SEC_SUBKEY_ID, SUBKEY_CIPHER_TEXT FROM IBY_SYS_SECURITY_SUBKEYS, IBY_SYS_SECURITY_OPTIONS
WHERE ( (USE_COUNT < SUBKEY_USE_MAXIMUM) ) ORDER BY SEC_SUBKEY_ID ASC
This affects the performance of importing orders.
STEPS
The issue can be reproduced at will with the following steps:
1. Call API IBY_CC_SECURITY_PUB.SECURE_CARD_NUMBER( FND_API.G_TRUE, p_cc_number).
Cause
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
Symptoms |
Cause |
Solution |
References |