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)
End of Premier Support and Extended Support for BRM 7.5
Dear BRM 7.5 Customers,
Please be advised that Premier Support for Oracle Communications Billing and Revenue Management (BRM) version 7.5 has ended in November 2020 and Extended support was also ended in Nov 2021. Only the existing fixes of BRM 7.5 made before November 2020 will be available to customers who are on sustaining support. If any SR reported against BRM7.5 is identified as a new defect, it will be targeted for a code fix in the latest BRM release version 12.0.0.x.0.
We strongly recommend you consider upgrading to the latest BRM release version (Example: BRM 12.0.0.4.0) at the earliest.
To learn more about the BRM 12.0 release and its latest Patch Sets, refer to the following online documentation:
https://docs.oracle.com/cd/E51000_01/index.htm
BRM can now be configured to run as a cloud-native application in a containerized and orchestrated deployment architecture.
BRM Cloud Native architecture is supported from version 12.0 Patch Set 3 onward, learn more about BRM Cloud Native deployment and architecture at:
Also, refer to the following Oracle Lifetime Support Policy document to learn more about Oracle support policy:
http://www.oracle.com/us/support/library/lifetime-support-applications-069216.pdf
