SQWareRepository:oracle: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
Page créée avec « {{SQWareRepositoryPresSgbd|Oracle|Ora|ora| Exemple d'utilisations de l'outil: *Sauvegardes RMAN *Restaurations RMAN *Collecte d'indicateurs qui sont remontés sur le référentiel bdd… »
 
No edit summary
Line 1: Line 1:
{{SQWareRepositoryPresSgbd|Oracle|Ora|ora|
{{SQWareRepositoryPresSgbd|Oracle|d'un schéma|instances}}
Exemple d'utilisations de l'outil:
*Sauvegardes RMAN
*Restaurations RMAN
*Collecte d'indicateurs qui sont remontés sur le référentiel bdd [[SQWareRepository:oracle|SQWareRepository]]
*Purge des logs
*Collecte de rapports AWR qui sont remontés sur le référentiel bdd [[SQWareRepository:oracle|SQWareRepository]]
*....
}}

Revision as of 17:23, 17 July 2010

Presentation

It is the repository module, and stores rdbms indicators for all RDBMS.
It is a MySQL database.
Objects prefix by tsqw_% or isqw_% are generic.
Objects prefix by tsqw{{{4}}}_% or isqw{{{4}}}_% are specific for Oracle.
Installation guide for SQWareRepository for Oracle

Naming convention

All specific objects for Oracle are named with prefixes:

  • tsqw{{{4}}}_% : for tables
  • isqw{{{4}}}_% : for index
  • isqw{{{4}}}_%_u : for uniques
  • isqw{{{4}}}_%_pk : for primary key


Warning:
Do not change the standard tables of the tool. For your custom objects, use another name convention than dbSQWare.

This will facilitate version upgrades.