7 Posts
0
703
February 25th, 2021 07:00
how to trigger the archive log backup of networker from client???
I have writer a script to monitor the archive log usage space on oracle,
when i detect the archive log space is low,
i want trigger the archive log backup job of networker.
how can i do?
No Events found!
bingo.1
2.4K Posts
1
February 25th, 2021 09:00
Dear Sis,
what NW does is nothing else but to remotely execute the appropriate backup command on the NW client, in this case the appropriate RMAN command/script.
NW has been designed to start backups on a scheduled base, not on a specific criteria. These backups should run so often (in smaller than daily intervals) that the disk space will never be filled.
You can configure a 'probe-based backup' to execute a backup but in general this is nothing else what I already suggested. There is no way to configure this from the NW Admin GUI.
bingo.1
2.4K Posts
0
February 25th, 2021 08:00
I am not sure whether I understand this correctly but it seems to be easy:
On the Oracle client, just make sure that if your script detects the trigger level, it runs the appropriate RMAN command.
roy.lin
7 Posts
0
February 25th, 2021 08:00
Dear Bro
I need the backup log on networker console.
Have another method?