Best Of
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
The 1099 Update for 2021 is now posted for release 9.2!
1099 Update for 2021, release 9.2, is now posted under PRP Patch 33421289 - 1099 UPDATE FOR 2021
For further details, please reference Doc ID 2812159.1 - EAP WTHD21: 1099 Reporting IRS Changes for the Year 2021 (PeopleSoft Enterprise Payables)