PLANTA project 39.5 Installation
General Information
Information
- This topic is a center for all detailed descriptions concerning the installation of PLANTA project. Links to the respective topics can be found in the "Overview of topics relevant for installation" section.
- Here, only an overview of the possible PLANTA project installation is provided including links to the respective detailed descriptions.
- All files required for the installation of the PLANTA software are available for download on the PLANTA Transfer Server.
Attention
- PLANTA expressly recommends that software updates be carried out by experienced administrators. Please read the system requirements before you begin to update PLANTA project.
- If you have any questions, please contact your PLANTA consultant.
Notes on numbering and names of PLANTA versions:
- Release Earth: All three components (client, server, and database) stem from the version range of 39.4.0.0 - 39.4.4.0.
- Release Venus: All three components (client, server, and database) stem from the version range of 39.5.0 - 39.5.x.
- Release Venus on Earth: The database is of version 39.4.4.0 (Earth), server and client, however, are of version 39.5.x (Venus)
Installation PLANTA project 39.5 (Venus)
Information
- A PLANTA project installation includes the installation of the three components: client, server, and database.
- The installation is carried out by PLANTA Installer.
- Upon first installation of the database, the user and all database objects (tables, procedures, etc.) are assigned to the table space that has been set as the default tablespace in the database.
New from DB 39.5.8
Information
- For Oracle databases, a schema trigger must be created before installation.
CREATE OR REPLACE TRIGGER ON_LOGON_PLANTA_<DB_USER>
AFTER LOGON ON SCHEMA WHEN ( USER = 'DB_USER')
BEGIN
execute immediate('alter session set nls_date_format="DD.MM.RRRR"');
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
Note
- <DB_USER> is to be replaced by the namen of the database user.
Installation PLANTA project with Database 39.4.4.0 and Server/Client 39.5.x (Venus on Earth)
Information
- Database 39.4.4.0 can be run with client and server 39.5 versions. Such an installation can only be done in two successive steps.
Procedure
- Step 1: The complete reinstallation of PLANTA project 39.4.4.0 (all three components). For this purpose, see Installation Guide PLANTA project 39.4
- Step 2: Server and Client update to 39.5.x.
Overview of Topics Relevant for Installation