Best Of
Re: TPCC is running, then create capture and add_outbound, my LCR client start, alert.log show MVDD!
Hi,
When TPCC is down and application SQL not running, then the Tables part of xstream replication are getting prepared with instantiation.
While TPCC is up and application SQL is running then Tables part of xstream replication are NOT getting prepared with instantiation. This could be due the lock on the tables due to active application operations.
Check the object id to confirm that they are part of the xstream outbound and database application session was holding lock on it.
So, suggestion would be to create Xstream outbound during the downtime.
Thanks,
Lalitha
Re: Collectors Configuration Questiom
Hi David,
I hope you are doing well
Can you make her a backup collector to the collector that took her place. And a backup to any collector that has work items assigned? This should allow here to see the data in the UWQ and work what she wants.
Hope that helps,
John
Re: Is it possible to use <af:query> <af:queryCriterion></af:queryCriterion></af:query> in JDeveloper12?
Hi,
No, under these constraints, there is no safe declarative only solution. Only programmatic alternatives are recommended and supported
Regards,
Ruxandra
Re: Is it possible to use <af:query> <af:queryCriterion></af:queryCriterion></af:query> in JDeveloper12?
Hi,
- af:queryCriterion tag is a declarative construct for query panel filtering. It does not directly support the rendered attribute. The behavior is undefined for its use on af:queryCriterion, especially inside af:query.
This is a reason for blank pages — the component is not expecting a conditional rendering attribute in this context, leading to rendering errors that may not produce stack traces. - partialTriggers is intended for ADF Faces UI components, not for queryCriterion. Updating query criteria dynamically based on other criteria's value is not natively supported in this way.
Regards,
Ruxandra
Re: My coordinates are sitting in the wrong world regions
GPS coordinates being mapped to the wrong world region is a classic spatial data issue and can be caused by several factors, most commonly involving data format errors, coordinate system mismatches, or data entry issues.below is a detailed explanation of the same .
Common Causes:
- Latitude/Longitude Swapping
Latitude (Y) and Longitude (X) are often accidentally swapped.
Example: Correct for San Francisco is (-122.4194, 37.7749) (longitude, latitude in X,Y). If swapped, you’d get (37.7749, -122.4194), which points to the Middle East. - Incorrect Spatial Reference System Identifier (SRID)
If the SRID (coordinate system) doesn’t match the data, Oracle (or any GIS) will misplace the features.
Common GPS: SRID 4326 (WGS 84). Using a local projection or SRID without transforming the data will give wrong locations. - Degree vs Radian Confusion
Some functions/tools expect coordinates in degrees (what GPS provides), others expect radians. - Incorrect Sign
Longitude: West is negative, East is positive.
Latitude: South is negative, North is positive.
If the sign is wrong, you could be on the wrong hemisphere. - Data Entry or Export Issues
Export/import tools might reformat or reorder columns, or drop negative signs (e.g., with Excel or CSV processing).
Thanks
Swati A
Re: Work Order Status not in Flow error while revising Sales Order Header
Hi @User_UKCQA ,
This issue would really be better handled under an SR - we can look at your full logs, perform a Zoom conference if needed, etc. These actions are not feasible via the Community.
However, you can go through below documents to make sure you have the correct setup in place.
E1: 31: Work Order (P48013) Interface with Sales Orders (P4210) Line Type W (Doc ID 626019.1)
E1: 31: Sales Order & Work Order Status Change Process (Doc ID 651056.1)
Regards,
Ankur Patel
Re: How to Make Supplier code Inactive in JDE , We tried to change the Search Type From V to "VO" but It
Hi @User_IEAPA,
Thank you for the post.
Currently there is no functionality available to prevent users from creating PR/PO or Voucher or Payment for a inactive supplier. For this an enhancement request is already raised with Oracle. Please refer below KM document.
E1: 43: Supplier Inactive Option on the Supplier Master Record (F0401) and Functionality in Purchase Order Entry (P4310) to Prevent Creation of Purchase Orders (Doc ID 2877727.1)
Regards,
Ankur Patel
Re: When can we expect a patch for Ireland on the Auto-Enrolment Retirement Savings Scheme
Hi , is there any Update on Pension Auto Enrolment for Ireland 2026 January , Is there any date for Patch availability ?
Re: SAML integration with Siebel IP24.10
I believe there is a misunderstanding, SAML is a protocol and can be used to implement SSO with Siebel.
Please review once more the document where it says:
Siebel expects SSO authentication to be performed before the request reaches Siebel and looks at the HTTP request header injection for the subject. The Identity Provider (IdP) vendor must review this functional requirement.
What Siebel doesn't have a way to valid SAML token because such feature doesn't exist within Siebel.
This is the reason that the validation is done by the Identity Provider (IdP).
For SAML deployments, note that Siebel does not currently have a SAML validator or Assertion Consumer Service built into the product.
Thanks,
Michael

