Sometimes you need to restart the Primavera. In this article, I will tell how to stop and start the Primavera. There are four simple steps; firstly we need to stop the Primavera, then shutdown the database, then start the database and lastly start Primavera. Let’s take a look how to perform these steps.
1st Step : Run the “stop_Primavera.sh” script, which is under the ‘/u01/app/eppm/scripts’ directory on my installation.
[oracle@#### scripts]$ pwd /u01/app/eppm/scripts [oracle@#### scripts]$ sh stop_Primavera.sh
Note : The directory of the scripts can be different on your systems. It depends on Primavera Home path that you choose while installing the Primavera.
2nd Step : Connect the database via sqlplus and shutdown the database.
[oracle@#### scripts]$ sqlplus / as sysdba SQL*Plus: Release 12.2.0.1.0 Production on Tue Mar 26 11:30:19 2019 Copyright (c) 1982, 2016, Oracle. All rights reserved. Connected to: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production SQL> shutdown immediate
3rd Step : After shutting down the database, open it again.
[oracle@#### scripts]$ sqlplus / as sysdba SQL*Plus: Release 12.2.0.1.0 Production on Tue Mar 26 11:59:01 2019 Copyright (c) 1982, 2016, Oracle. All rights reserved. Connected to an idle instance. SQL> startup
4th Step : The last step is running the ‘start_Primavera.sh’ script, which is under same directory with the ‘stop_Primavera.sh’.
[oracle@#### scripts]$ pwd /u01/app/eppm/scripts [oracle@#### scripts]$ sh start_Primavera.sh
Do you want to learn Oracle Database for Beginners, then read the following articles.
https://ittutorial.org/oracle-database-19c-tutorials-for-beginners/