Best Of
Re: Advisor Webcast - PeopleSoft 1099 Update for 2021 Get your Copy B’s out on time! on 30th Nov 2021
The PDF for Advisor Webcast - PeopleSoft 1099 Update for 2021 Get your Copy B’s out on time!, can be found in Doc ID 2813986.2 - Advisor Webcast Recording: PeopleSoft -PeopleSoft 1099 Update for 2021 Get your Copy B’s out on time! on 30 November, 2021 [video]
To access the PDF in Doc ID 2813986.2, click on the 'here' link seen in line 'For the PDF of the presentation used in this webcast click here.'
Re: PUM 40 UPD33250624_01_DMS FAILS on MS SQL DB SQL TO_DATE is not a recognized built-in function name.
Hello David,
Thank you for sharing the workaround you have found.
As stated in your thread the Bug 33523206 has been targeted for the HCM 9.2 PI 41, however, the workaround can be applied until the official fix.
The HCM 9.2 PI 41 is scheduled for release on January 21, 2022.
Re: ORA-01017 - Linux - Connecting using slash (sqlplus / as sysdba)
I have faced the same issue after clone the Oracle Home. After did the search in google long time got to know needs to modify the "config.c" ($ORACLE_HOME/rdbms/lib) file with group name. Then run the relink all . It will work.
.Ldba_string: .string "oinstall"
.Loper_string: .string "oinstall"
.Lasm_string: .string ""
.Lbkp_string: .string "oinstall"
.Ldgd_string: .string "oinstall"
.Lkmt_string: .string "oinstall"
.section .rodata
.align 8
.globl ss_dba_grp
ss_dba_grp:
.quad .Ldba_string
.quad .Loper_string
.quad .Lasm_string
.quad .Lbkp_string
.quad .Ldgd_string
.quad .Lkmt_string
.type ss_dba_grp,@object
.size ss_dba_grp,.-ss_dba_grp
.section .note.GNU-stack, ""
.end
/*
* Assembler will not parse a file past the .end directive
*/
#endif
#define SS_DBA_GRP "oinstall"
#define SS_OPER_GRP "oinstall"
#define SS_ASM_GRP ""
#define SS_BKP_GRP "oinstall"
#define SS_DGD_GRP "oinstall"
#define SS_KMT_GRP "oinstall"
Thanks
Srinivas