Best Of
Re: 2026 1099MISC and 1099NEC Form update
Hi @user10448347,
Yes, PeopleSoft will be delivering new forms and instructions. There is not a target date set for this information as of yet. In the meantime, please review the information in KB878101 - EAP: IRS FIRE to IRIS - What PeopleSoft Customers Need to Know for 2026 Filings.
If this answer resolves your question, please choose the "YES" for the question at the bottom of this post, "Did this answer the question?" This will enable other Community Users to quickly identify the solution suggested and see that this post has been successfully answered.
Thank you,
Gail
Re: Updating of KVM host on OL9 not working trough GUI
Hi
As of today, April 21, the issue still persists.
Re: No records in v$recovery_file_dest vs. existing 0 value records
Hello Salazkin Ann,
On the node of -
NAME TYPE VALUE
db_recovery_file_dest string
Note that the above parameter dos not have a default value. So essentially the FRA location remains undefined. Where are your online redo logs and control files currently being stored?
... the database returns NO RECORDS for v$flash_recovery_area_usage as well and in a case of 0 values ...
This is due to the earlier aspect of the FRA being currently undefined. So the dynamic view 'v$flash_recovery_area_usage' is unable to get the usage info from the recovery area. Note that the parameter 'db_recovery_file_dest' can be modified through the "alter system …" command.
db_recovery_file_dest_size big integer 0
This has put a "hard" limit (of 0) on the FRA files to be used by your DB. Do adjust this value through the "alter system …" command as well. Identify all the files under this location to compute the total space size needs and factor in additional ate least 10% more (for block/header) needs.
Do get the parameters set appropriately for your environment and then check it out.
Cheers — Suresh
Re: Suppressing the HOLD on SBC
You can try this HMR below:
sip-manipulation
name ModSDP
descriptionheader-rule
name Modinactive
header-name Content-Type
action manipulate
comparison-type case-sensitive
match-valuemsg-type any
new-valuemethodselement-rule
name ModMediaAtt
parameter-name application/sdp
type mime
action find-replace-all
match-val-type any
comparison-type pattern-rule
match-value inactive
new-value sendrecv
Rachid
Re: Excel Upload for Voucher error: After tools upgrade 8.62
Finally I had no issue with my IB setup, it was the user that gave me a bad file to test with, it had the "&" in one of the fields and that caused the XML not to load, no all is OK, thank you Mandala for sharing the VB code!, it made the the spreadsheet upload work, I was able to voucher build the invoice sourced from Excel.
Re: Is Patch 38723830 really the replacement for 34672698
The fix contained in Patch 34672698 is also contained in replacement Patch 38723830.
If you're seeing "UtilSession failed: Interim patch 38723830 requires prerequisite patch(es) [36582781] which are not present in the Oracle Home.", then you need to download the correct build of Patch 38723830 to match up with you applied DBRU.
Patch 38723830 version 19.31.0.0.0 DBRU
p38723830_1931000DBRU_Linux-x86-64.zip

