Difference between revisions of "SQWareProduction:oracle:lib:sqwora GatherIndicators.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
Line 4: Line 4:
 
Functions explanation:
 
Functions explanation:
 
<pre>
 
<pre>
gfsqw_FormatHtmlMessages $gvsqw_TmpFile >>$gvsqw_TmpFile.mail
 
gfsqw_FormatHtmlMessages $gvsqw_TmpFile >> $gvsqw_TmpFile.mail
 
gfsqw_InsertIndicators "Alert"
 
 
gfsqw_InsertIndicators "archiving"
 
gfsqw_InsertIndicators "archiving"
 
gfsqw_InsertIndicators "database"
 
gfsqw_InsertIndicators "database"
gfsqw_InsertIndicators "FS"
 
 
lfsqw_Archivage =>  
 
lfsqw_Archivage =>  
 
lfsqw_GatherAlertLogFile =>  
 
lfsqw_GatherAlertLogFile =>  
Line 15: Line 11:
 
lfsqw_GatherFs =>  
 
lfsqw_GatherFs =>  
 
lfsqw_GatherOverloaded
 
lfsqw_GatherOverloaded
lfsqw_GenerateInsertAlert
 
 
lfsqw_GenerateInsertAlert =>  
 
lfsqw_GenerateInsertAlert =>  
lfsqw_GenerateInsertFs
 
 
lfsqw_GenerateInsertFs =>  
 
lfsqw_GenerateInsertFs =>  
lfsqw_GenerateListFsDbf
 
 
lfsqw_GenerateListFsDbf =>  
 
lfsqw_GenerateListFsDbf =>  
 
</pre>
 
</pre>

Revision as of 22:43, 12 November 2011

shell functions library $gvsqw_OraBin/../lib/sqwora_GatherIndicators.lib:
lib for sqwora_GatherIndicators.ksh
Functions explanation:

gfsqw_InsertIndicators "archiving"
gfsqw_InsertIndicators "database"
lfsqw_Archivage => 
lfsqw_GatherAlertLogFile => 
lfsqw_GatherDatabase => 
lfsqw_GatherFs => 
lfsqw_GatherOverloaded
lfsqw_GenerateInsertAlert => 
lfsqw_GenerateInsertFs => 
lfsqw_GenerateListFsDbf => 


Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_OraBin/../lib/sqwora_GatherIndicators.lib

by function with same name in $gvsqw_OraBin/../lib_cust/sqwora_GatherIndicators.lib for all your environnement
or by $HOME/sqwConfig/sqwora_GatherIndicators.lib specifically for this user .