The documentation from version 39.5.17 of PLANTA project can be found in the new PLANTA Online Help.

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.

See also: Post Installation Steps

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

See also: Post Installation Steps

Overview of Topics Relevant for Installation

Group Topic Content
Before installation/update SystemRequirements Soft and hardware requirements for PLANTA project
Installation InstallationPLANTAProject395 Current topic
  InstallationByAutomaticInstaller Procedure for the installation of all three PLANTA components (clients, server, and database with PLANTA Installer. A complete reinstallation with PLANTA installer is possible from DB 39.5.7.
After installation PostInstallationSteps Necessary steps after installation

         PLANTA project









 
  • Suche in Topic-Namen

  • Suche in Topic-Inhalten
This site is powered by the TWiki collaboration platform Powered by Perl