Best Of
Re: U.S. Consolidated tax table updates for NA Payroll 25-D
Because Tax Update 25-D is a PRP, there is no separate PRP containing the table changes.
Re: setting parallel degree limit for each query
Hello Jak,
You should use Database Resource Manager. Since you are on Oracle 19c, you can utilize the PARALLEL_DEGREE_LIMIT_P1 directive within a resource plan.
This approach is effective because the RM limit overrides SQL hints when the limit is stricter. Because you have parallel_force_local = TRUE, this limit of 8 will apply specifically to the local parallel processes on Instance 1 where the service is running.
Cheers
Arsalan
Re: Egress sip-port
Hello Antonio.
The problem is a bit wider than I thought in the beginning: support team said, that one of possible reasons of UDP fragments drop is the driver incompatibility. I have just revealed, that Oracle removed support of Intel i350 NIC from SCZ10.0 (customer uses this model)! Also we found out that SBC accepts 3 UDP fragments at maximum (2 fragments + offset), so the total size of 200OK response must be not more than 4500 Bytes.
Regards. Daureen
Advisor Webcast: PeopleSoft HCM Benefits SECURE 2.0 Act - Section 603 - Oracle Advisor Webcast
Advisor Webcast Title: PeopleSoft HCM Benefits SECURE 2.0 Act - Section 603 - Oracle Advisor Webcast
Description
Section 603 of the SECURE 2.0 Act requires that catch-up contributions for certain higher-earning employees be treated as Roth.
This session walks through how to configure, test, and deploy Section 603 changes in PeopleSoft.
Topics Include
- Understand Section 603 compliance requirements and what they mean in PeopleSoft.
- Know which PeopleSoft components, updates, and configurations are involved.
- Learn common catch-up contributions test examples.
- Q & A
Schedule
- Wednesday, December 17, 2025 08:00 AM (US Pacific Time)
- Wednesday, December 17, 2025 11:00 AM (US Eastern Time)
- Wednesday, December 17, 2025 05:00 PM (Central European Time)
- Wednesday, December 17, 2025 09:30 PM (India Standard Time)
Duration: 1 hour
Webcast Details
Register for the webcast: KB815978" rel="nofollow noopener ugc">DOC ID: KB815978
A recording of the session and a PDF of the presentation will be posted on KB815978" rel="nofollow noopener ugc">DOC ID : KB815978
about 48 hours after the live session.
Re: Is there a way to to find out which tables and columns are linked to certain sequences
Brute force (dropping, renaming, invalidating, etc.) solution means apps will stop functioning for some time which, in most cases, isn't an option. If so, you could enable:
AUDIT ALL ON your_sequence;
which will audit any statement that accesses sequence using the pseudocolumns CURRVAL or NEXTVAL. You can keep sequence audit enabled for some adequate period of time to collect enough data. But, in general, audit, brute force, etc. are reactive solutions. Correct solution is data modelling and code management system to get answers to this and many other object dependency questions.
SY.
Re: Is there a way to to find out which tables and columns are linked to certain sequences
Hello,
we have to keep in mind that dependencies can be used for example to detect that a sequence is used in a procedure or in a trigger (in my opinion this is easier than invalidating a sequence and then identifying other invalidated objects), I wrote this in my first reply, but original question was about "table.column", so also the case of DEFAULT VALUEs…
And unfortunately it seems that default values in dba_tab_columns are just seen as "text" (what's more, stored in a LONG) and there is no dependency… So even if a sequence myseq was dropped, if a column has default value "myseq.nextval", the issue would be seen only when trying to use it (inserting a row without value for the given column).
This is where my second reply, although using a "brute force" query, can help (thanks to the fact that we don't expect thousands of rows in result set). BTW, would there be really many rows, I would spool the output and then edit the spool file, searching "my some 20 sequences".
Best regards,
Bruno
Re: Advisor Webcast: PeopleSoft 1099 Update for 2025-Get your Copy B’s out on time! on November 19, 2025
With reference to the presentation document "PeopleSoft_1099_Update_for_2025_-_Get_your_Copy_B’s_out_on_time_on_Nov_19_2025" the following screenshot says to verify bugs are applied
On checking the PS_MAINTENANCE_LOG for the above listed bugs (UPDATE_ID) 2 bugs 37379656,37388209 are missing (not applied). These are from PUM image 53. We have PUM Image 54, so when I try to create change package for these 2 bugs, I get the below message
Also note:
Please clarify. There seems to be lot of confusion about what bugs are expected to be applied.
Thank you,
Francis
Yes/No Text Display Intentionally Removed from Slider in Exceptions section of Wallet Entries?
We are in the process of upgrading to Image 54 with PeopleTools 8.62 and noticed the slider in the Exceptions section of Wallet Entries no longer displays Yes or No text like it did previously, see attached for comparison. It now either fills with color and has a small green checkmark when slid to the right, or remains colorless when slid to the left. Can you confirm this is how it was delivered in Image 54 with PeopleTools 8.62? Thank you!
XML import "Nullable object must have a value"
Just letting people know of a solution to a recent problem.
If you get an error importing an xml file, and the log file includes "Nullable object must have a value" and a reference to "calendar", then the error is likely because you have not set a default calendar. The log file does not really provide any specific information to suggest this.
To resolve go to calendars and check one of the global calendars to use as default, prior to importing.
In my case this came about because I updated P6 version just prior to importing xml, and in this recently updated state no calendar is set as default.
It also means that one calendar you are trying to import is not already in your P6 DB, and the import process will assign the default calendar to the relevent tasks.
This occurs in v23.12 and v24.12
ODA release version 19.29 is available
Hi All,
19.29 is available. Please refer to the documentation
Highlights:
- Changes in the patching procedure for Oracle Database Appliance
- Support for Oracle Database 26ai and 19c databases on Oracle Database Appliance DB systems
- Desupport of odacli update-agent and update-server commands on Oracle Database Appliance
- Security-Enhanced Linux (SELinux) is enabled in permissive mode during provisioning and patching of Oracle Database Appliance
- Increased flexibility in configuration of CPU cores and memory on DB Systems
- Improved storage operations on Oracle Database Appliance
- Deprecation of STIG on Oracle Database Appliance
- Desupport of odacli update-agent and update-server commands on Oracle Database Appliance
For the complete list refer to the Release Notes
Br,
krisz





