Oracle® Communications Unified Data Repository Cloud Native Installation and Upgrade Guide Release 1.0 F17617-01 |
|
![]() Previous |
![]() Next |
The default UDR DB name is udrdb. For using a different DB name for UDR, perform the following steps before proceeding to the helm installation of UDR.
Note:
The udrSchema.sql is available in the UDR Customer Documentation.Change the DB name to desired value in udrSchema.sql file in the below highlighted places.
mysql -h 127.0.0.1 -username -password <UDR DB_NAME TO BE USED> < udrSchema.sql
For example,
mysql -h 127.0.0.1 -username -password udrdb_demo < udrSchema.sql