Connecting to Database in Shell Scripts on Cloud Native Implementation of BRM 12PS8
(Doc ID 3066995.1)
Last updated on JANUARY 13, 2025
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.8.0 and laterInformation in this document applies to any platform.
Goal
One is trying to migrate Oracle Communications Billing and Revenue Management (BRM) 7.5 shell scripts which were using sqlplus for connecting to the BRM database (and generating reports using some query) to cloud native implementation of BRM 12.0.0.8.0.
For example: sqlplus ${BRM_DB_USER}/${BRM_DB_PASSWORD}@${BRM_SID}
What is the correct approach for such scenario?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |