I'm trying to install the RDB from a Windows 10 machine with WinCC OA 16 installed to a Linux machine with Oracle 19 installed.
Connection and first steps of win_install.bat are working properly. However, at certain point, it fails. The detectable errors it gives to me are the next:
Code: Select all
Running script RDB_ARCSITE.SQL
==============================
Inserting Data Into Table ARC_SITE and Defining File-Path CDB5@CDB5
Anlage dynamisch ALERT: -1
Anlage dynamisch EVENT: -1
Error for: lAlertScreenView
Error for: lAlertAddValuesPivot
Error for: lAlertScreenPivotView
Running script RDB_AppUser.sql
==============================
Creating synonyms for the Application-User
==========================================
Granting object rights to role R_APP_PVSSRDB
============================================
grant select on ALERTHISTORYDBLINK to R_APP_PVSSRDB
*
ERROR at line 1:
ORA-00942: table or view does not exist
grant select on VALERTSCREEN to R_APP_PVSSRDB
*
ERROR at line 1:
ORA-00942: table or view does not exist
grant select on VALERTSCREENPIVOT to R_APP_PVSSRDB
*
ERROR at line 1:
ORA-00942: table or view does not exist
grant select on ALERTADDVALUESPIVOT to R_APP_PVSSRDB
*
ERROR at line 1:
ORA-00942: table or view does not exist
Code: Select all
Checking Setup
==============
setup - main config entries: OK
setup - creating group and archive + switching: FAILED! 4/0
setup - created sites per instance: OK
setup - active monitor jobs: OK
setup - packages and package bodies: OK
setup - sequences: OK
setup - history groups: FAILED! 2/0
setup - dynamic history tables per group: FAILED! 2/0
setup - standard lastval tables per group: FAILED 2/0
setup - standard tables: OK
setup - enabled standard triggers: OK
setup - user defined types: OK
setup - views per group: FAILED! 5/0
setup - user or OS authentication for backup and recovery: OK
setup - time zone exists: OK
setup - valid time zone: FAILED! 0/-60000000000000
setup - connection to extern source: OK
setup - standard CS tables: OK
setup - CS packages and functions: OK
setup - CS monitoring views: OK
setup - log entries 'I'nformation: FAILED! 12-16/5-16
setup - log entries 'W'arnings: OK
setup - log entries 'E'rrors: FAILED! 0/2
Disconnected from Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Thanks!