Difference between revisions of "General:FAQ NewInstance"

From Wiki_dbSQWare
Jump to: navigation, search
m (Generalties)
m (Les SGBD)
Line 19: Line 19:
 
You'll see that these steps can be handled one by one or in batches!
 
You'll see that these steps can be handled one by one or in batches!
  
==Les SGBD==
+
==DBMS==
Même si le principe est toujours le même, certains SGBD peuvent avoir une ou deux spécificités, c'est pour cela que nous les traiterons un par un ...<br/>
+
Even if the principle is always the same, some DBMSs may have one or two specific features, which is why we'll cover them one by one...<br/>
Si votre SGBD n'existe pas dans ce wiki, regardez ce que l'on fait pour MySQL et/ou PostgreSQL et adaptez les "racines", il y a de grandes chances que cela suffise.<br/>
+
If your DBMS doesn't exist in this wiki, see what we do for MySQL and/or PostgreSQL and adapt the "roots"; there's a good chance that will be enough.<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceOracleOn|FAQ : Intégration d'une nouvelle instance Oracle]]<br/>
+
[[FAQ:NewInstanceOracle|FAQ : Integrating a new Oracle instance]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMySQL|FAQ : Intégration d'une nouvelle instance MySQL/MariaDB]]<br/>
+
[[FAQ:NewInstanceMySQL|FAQ : Integrating a new MySQL/MariaDB instance ]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstancePostgreSQL|FAQ : Intégration d'une nouvelle instance PostgreSQL]]<br/>
+
[[FAQ:NewInstancePostgreSQL|FAQ : Integrating a new PostgreSQL instance ]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMsSql| FAQ : Intégration d'une nouvelle instance Sql-Serveur Windows]]<br/>
+
[[FAQ:NewInstanceMsSql_Windows| FAQ : Integrating a new Microsoft SQL instance on Windows]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMsSql_Linux| FAQ : Intégration d'une nouvelle instance Sql-Serveur Linux]]<br/>
+
[[FAQ:NewInstanceMsSql_Linux| Integrating a new Microsoft SQL instance on Linux]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceSybase|FAQ : Intégration d'une nouvelle instance Sybase]]<br/>
+
[[FAQ:NewInstanceSybase|FAQ : Integrating a new Sybase instance ]]<br/>
 
<br/>
 
<br/>
[[Général:FAQ_NouvelleInstanceMongoDB|FAQ : Intégration d'une nouvelle instance MongoDB]]<br/>
+
[[FAQ:NewInstanceMongoDB|FAQ : Integrating a new MongoDB instance ]]<br/>
 
<br/>
 
<br/>

Revision as of 14:26, 9 April 2025

Work In Progress

Generalties


Nuvola apps important.png
Warning:
Before anything, don't go further if you don't have read the first section "dbSQWare Concepts " !.

Limits of this section

This section doesn't claim to cover every possible scenario for configuring dbSQWare.
Before saying "it doesn't work," read the error message carefully and consider what you need at the core level for the scripts to work. For example, if you can't run SQLPlus from the command line to connect to your Oracle instance, there's no reason scripts should be able to do it (there's no magic involved)!

This chapter only covers adding a new instance to a working base (for installing the central base, and for other settings, refer to the appropriate sections).

General MODOP for integrating a new instance

The principle is always more or less the same...

  • Verification of prerequisites
  • Setting up the environment
  • Manual testing
  • Starting the instance

You'll see that these steps can be handled one by one or in batches!

DBMS

Even if the principle is always the same, some DBMSs may have one or two specific features, which is why we'll cover them one by one...
If your DBMS doesn't exist in this wiki, see what we do for MySQL and/or PostgreSQL and adapt the "roots"; there's a good chance that will be enough.

FAQ : Integrating a new Oracle instance

FAQ : Integrating a new MySQL/MariaDB instance

FAQ : Integrating a new PostgreSQL instance

FAQ : Integrating a new Microsoft SQL instance on Windows

Integrating a new Microsoft SQL instance on Linux

FAQ : Integrating a new Sybase instance

FAQ : Integrating a new MongoDB instance