Auteur/autrice : admin
-
Migration 11.2.0.4 vers 12.2.0.1 (en ligne de commande)
http://www.br8dba.com/tag/upgrade-oracle-database-manually-from-11-2-0-4-to-12-2-0-1/
-
Méthode de sauvegarde PostgreSQL – pgBackRest
https://pgstef.github.io/2018/01/04/introduction_to_pgbackrest.html https://fr.slideshare.net/slardiere/pgbackrest-pgdayfr http://laetitia-avrot.blogspot.com/2017/02/faire-une-sauvegarde-avec-pgbackrest.html http://laetitia-avrot.blogspot.com/2017/02/restaurer-avec-pgbackrest.html
-
Les aides financières proposées par Pôle emploi aux créateurs repreneurs d’entreprise
calcul de l’are https://droit-finances.commentcamarche.com/faq/3561-allocation-chomage-2019-calcul-de-l-indemnite-are-2019 calcul du salaire journalier de référence https://droit-finances.commentcamarche.com/contents/1532-chomage-calcul-du-salaire-journalier-de-reference Vous avez créé une entreprise et bénéficiez de l’Allocation de Retour à l’Emploi (ARE) (ARE) et création […]
-
Identifier un fichier trace d’une session
— ———————————————————————————– — File Name : https://oracle-base.com/dba/monitoring/identify_trace_file.sql — Author : Tim Hall — Description : Displays the name of the trace file associated with the current session. — Requirements : […]
-
Tracer une session Oracle
Avant la 10G : Activer la trace : SQL> EXEC DBMS_SYSTEM.set_sql_trace_in_session(sid=>123, serial#=>1234, sql_trace=>TRUE);Désactiver la trace : SQL> EXEC DBMS_SYSTEM.set_sql_trace_in_session(sid=>123, serial#=>1234, sql_trace=>FALSE);Après la 10G : Activer la trace : SQL> […]
-
Activer/désactiver le dataguard
merci : http://www.lami-dba.com/2018/03/desactiver-active-dataguard.html
-
Restaurer une base après avoir créé un point de restaure.
RMAN> shutdown immediateRMAN> startup mountRMAN> run2> {3> set until restore point <nomdupointderestaure>;4> restore database;5> recover database;6> } RMAN> alter database open resetlogs;database openedRMAN>
-
Dataguard – refresh a physical standby dataguard from primary avec RMAN
Steps to Refresh a Physical Standby Database with Changes Made to the Primary Database source : https://docs.oracle.com/en/database/oracle/oracle-database/18/spmss/refresh-a-physical-standby-db.html#GUID-828A4953-3F7E-4975-ADA4-5469D6794BB0 le site inclus les prérequis que l’on oublie souvent: Oracle […]