Start a Conversation

Unsolved

This post is more than 5 years old

1834

April 29th, 2012 16:00

lenteur au niveau d'un sauvegarde d'une base Oracle niveau 1

j'ai une sauvegarde d'une base de données Oracle via Networker 7.5. la durée de la sauvaegarde Incrimental ( niveau 1 ) est 8heures.

le script de la sauvegarde est :

---------------

BKUP_DB:"true"; BKUP_FORMAT:"%d_%s_%T"; BKUP_LEVEL:"1"; BKUP_TAG:"TAG_DB_L_1_PROD"; BKUP_TYPE:"INCREMENTAL"; CAT_INSTANCE:"RMANDB"; CAT_USER:"userrm"; DB_INSTANCE:" PROD"; DB_USER:"nwkr"; INCLUDEARCH:"true"; INCLUDECF:"true"; NUM_CHANNELS:"1"; ORACLE_HOME:"/home/oracle/app/oracle/Prod"; name:"RMAN"; type:"NSR Oracle RMAN";

RMAN_SCRIPT:"RUN {

ALLOCATE CHANNEL CH1 TYPE 'SBT_TAPE'\;

BACKUP

INCREMENTAL  LEVEL 1 CUMULATIVE

FORMAT '%d_%s_%T'

TAG 'TAG_DB_L_1_PROD'

DATABASE

INCLUDE CURRENT CONTROLFILE

\;

BACKUP tag 'TAG_ARCH_L_1_PROD' archivelog all delete all input

\;

RELEASE CHANNEL CH1\;

}"; RMAN_SCRIPT_TEMPLATE:"true"; name:"RMAN Script"; type:"NSR Oracle RMAN Script";

-------------------------

c'est urgent merci pour votre aide.


544 Posts

April 29th, 2012 18:00

Hi MaatigAli,

Sorry i didnt understand what is the issue exactly, your incremental backups is taking 8 hours , so is it failing or not ? or what is the issue itself , please clarify more the problem, and please post in English so that everyone here can help you.

Thanks,

Ahmed Bahaa

1.7K Posts

April 29th, 2012 21:00

(English)

Hello Maatig Ali,

Have you checked the output of the logs?

Have you checked NMO logs?

What is the size of the Oracle DB and the rate of changes?

How long does it take to perform a full backup?

Thank you.

Carlos.

1.7K Posts

April 29th, 2012 21:00

Hello MaatigAli,

Avez-vous vérifié la sortie du journal?

Avez-vous vérifié les journaux NMO?

Quelle est la taille de la base de données Oracle et le taux de changements?

Combien de temps faut-il pour effectuer une sauvegarde complète?

Merci.

Carlos.

736 Posts

April 29th, 2012 23:00

Bonjour Matig,

Pour vos questions urgents, je vous conseilles d'utiliser le fonction 'Chat' avec laquelle vous pourrez avoir un Ingenieur de Support disponible toute de suite.  Pour votre probleme Oracle, est-ce que c'est seulement la sauvegarde Incrementale qui pose probleme ou toutes les sauvegardes?   Vous devriez implementer du deboggage dans votre script RMAN, et garder un oeuil sur le log de deguggage pour essayer de voir s'il y a une operation particulier qui prend trop de temps.  Alternativement, vous pourrez faire des tests sur les differents elements du processus (lecteur de disque, ecrire sur bande, reseau etc. ) pour essayer de voir lequelle est lent.

En Anglais:

For your urgent queries, I would recomment using the 'Chat' function will will put you through to support engineerin straight away.  For your Oracle issue, is it just the incemental which is slow or all of backups of this Oracle database?  You could increase the debug level and direct the output to a debug log and monitor that log to try to identify if there is one operation taking too long.  Alternatively, you could do some tests on the different elements in the process (read from disk, write to tape, network etc) to try to identify which one is slow.

-Bobby

8 Posts

April 30th, 2012 04:00

merci tous,

Avez-vous vérifié la sortie du journal?

aucun message d'erreur.

Avez-vous vérifié les journaux NMO?

aucun message d'erreur.


Quelle est la taille de la base de données Oracle et le taux de changements?

la taille de changement est de 10Go par jours.


Combien de temps faut-il pour effectuer une sauvegarde complète?

la durée de la sauvegarde complète est de 11 H

1.7K Posts

April 30th, 2012 05:00

(Français):

Salut,

Comme Bobby dit, je voudrais vérifier les points suivants:

- Implementer du deboggage dans votre script RMAN, et garder un oeuil sur le log de deguggage pour essayer de voir s'il y a une operation particulier qui prend trop de temps.

- Vous pourrez faire des tests sur les differents elements du processus (lecteur de disque, ecrire sur bande, reseau etc. ) pour essayer de voir lequelle est lent.

Vérifiez également le journal pour savoir si le niveau est à l'honneur ou s'il n'y a aucun problème avec les niveaux de sauvegarde, mais cela ressemble à la question pourrait résider sur le temps de lire à partir du disque mais encore une fois, vous aurez besoin de vérifier les journaux pour savoir si c'est la vitesse d'écriture, qui est lent, la lecture à partir du disque, etc.

English:

Hi,

As bobby said, you should check the following:

- Increase the debug level and direct the output to a debug log and monitor that log to try to identify if there is one operation taking too long. 

- You could do some tests on the different elements in the process (read from disk, write to tape, network etc) to try to identify which one is slow.

Also check the log to find out if the level is being honoured or if there is any issue with the backup levels, however this looks like the issue could reside on the time for reading from the disk but again, you will need to check the logs to find out if it's the writing speed, which is slow, the reading from disk, etc.

Thank you.

Carlos

8 Posts

April 30th, 2012 07:00

I tested the backup disk. the duration is 6 hours.

is there a Networker parameters to optimize the reading changed data?



8 Posts

May 3rd, 2012 02:00

Comment utiliser RMAN Block Change Tracking (BCT) for Oracle dans le script de sauvegarder ?

736 Posts

May 3rd, 2012 03:00

Le changement est a faire dans Oracle. Il n'y a rien a changer dans RMAN selon ce document:

http://docs.oracle.com/cd/B19306_01/backup.102/b14192/bkup004.htm

This needs to be enabled in Oracle, but there is no change in RMAN according to this document:

"Using change tracking in no way changes the commands used to perform incremental backups, and the change tracking files themselves generally require little maintenance after initial configuration."

-Bobby

No Events found!

Top