SQWareProduction:oracle:lib:sqwora SchemaRefresh.lib: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Functions explanation:
Functions explanation:
<pre>
<pre>
gfsqw_FormatHtmlMessages $gvsqw_TmpFile >>$gvsqw_TmpFile.mail
gfsqw_BeginningCom
gfsqw_FormatHtmlMessages $gvsqw_TmpFile  >> $gvsqw_TmpFile.mail
gfsqw_FormatHtmlMessages $gvsqw_TmpFile |tee -a $gvsqw_TmpFile.mail
lfsqw_Export =>  
lfsqw_Export =>  
lfsqw_GenerateCommands
lfsqw_GenerateCommands
lfsqw_GenerateCommands =>  
lfsqw_GenerateCommands =>  
lfsqw_Import
lfsqw_Import =>  
lfsqw_Import =>  
lfsqw_InitParfile
lfsqw_InitParfile
lfsqw_InitParfile =>  
lfsqw_InitParfile =>  
lfsqw_RemoveExport
lfsqw_RemoveExport =>  
lfsqw_RemoveExport =>  
</pre>
</pre>

Latest revision as of 19:21, 24 January 2023

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

gfsqw_BeginningCom
lfsqw_Export => 
lfsqw_GenerateCommands
lfsqw_GenerateCommands => 
lfsqw_Import => 
lfsqw_InitParfile
lfsqw_InitParfile => 
lfsqw_RemoveExport
lfsqw_RemoveExport => 


Note:
You can overload functions contained in $gvsqw_OraBin/../lib/sqwora_SchemaRefresh.lib

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