Error shown after running initDB.bat right after this line:
GRAN SELECT ON v_$session to EMP_ADMIN
"Ora-00942: table or view does not exist"
Setup:
Windows Server: 2019
Oracle DB: Oracle Database Enterprise Edition 19.0.0.0 - Production Version 19.3.0.0
Tecnomatix: 2206
It failed due to permissions, run the command instead with this user:
Enter user-name: sys as sysdba
Enter password: Note: Just running the failed command is enough:
GRANT SELECT ON V_$SESSION to EMP_ADMIN;
Notes