Tables Are Not Being Created During the Upgrade (BRM 12PS4 To BRM 15PS1)
(Doc ID 3063949.1)
Last updated on DECEMBER 19, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 15.0.1.0.0 and laterInformation in this document applies to any platform.
Goal
During the BRM 12PS4 to BRM 15PS1 upgrade, tables are not being created.
The upgrade from BRM 12PS4 to BRM 15PS1 was accomplished using the following procedures:
1. Configure the variables listed below in .bashrc:
Both the DEV and SYS instances have the identical configuration.
DEV ----> uses INSTALL_TYPE = Complete for silent installation.
For silent installation, specify INSTALL_TYPE = Custom in SYS.
They are able to look at 175 tables in the DEV instance, however the SYS instance does not have 175 audit tables.
The following query is being used by them:
Select * from dd_objects_t where audit_flag = 1 order by name.
Questions:
- Whether the pin_upgrade_15PS1.pl file is creating the missing tables. What procedures are involved in creating the missing tables?
- Does upgrading from 12PS4 to 15PS1 require the creation of tables?
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 |