Difference between revisions of "SQWareCentral:bin:sqwc SearchDatabase.ksh"
Expdbtools (talk | contribs) |
Expdbtools (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Script $gvsqw_RootexpdbCentral/bin/sqwc_SearchDatabase.ksh:<br> | Script $gvsqw_RootexpdbCentral/bin/sqwc_SearchDatabase.ksh:<br> | ||
+ | {{SQWareCentral_sqwc_SearchDatabase.ksh_presentation}} | ||
<br> | <br> | ||
− | + | Usage example: | |
− | + | cb <database/schema> | |
− | + | $gvsqw_RootexpdbCentral/bin/sqwc_SearchDatabase.ksh <database/schema> | |
− | $gvsqw_RootexpdbCentral/bin/sqwc_SearchDatabase.ksh < | ||
− | + | Based on the reference files generated automatically from the content repository db.<br> | |
− | + | [[SQWareRepository:general|More information on repository db.]]<br> | |
− | [[SQWareRepository:general| | + | Reference files can be found in $gvsqw_RootexpdbCentral/etc_cust/Ref_xyz.txt where xyz is RDBMS.<br> |
− | |||
<br> | <br> | ||
− | + | Help on refrence file generators:<br> | |
− | *[[SQWareCentral:oracle# | + | *[[SQWareCentral:oracle#sqwc_GenRefOracle.ksh|Ref_oracle.txt]] |
− | *[[SQWareCentral:sybase# | + | *[[SQWareCentral:sybase#sqwc_GenRefSybase.ksh|Ref_sybase.txt]] |
− | *[[SQWareCentral:mysql# | + | *[[SQWareCentral:mysql#sqwc_GenRefMysql.ksh|Ref_mysql.txt]] |
− | *[[SQWareCentral:mssql# | + | *[[SQWareCentral:mssql#sqwc_GenRefMssql.ksh|Ref_mssql.txt]] |
+ | *[[SQWareCentral:ingres#sqwc_GenRefIngres.ksh|Ref_ingres.txt]] | ||
<br> | <br> |
Latest revision as of 23:09, 19 December 2010
Script $gvsqw_RootexpdbCentral/bin/sqwc_SearchDatabase.ksh:
Search on the string passed as argument in the database reference file.
Accessible by the alias 'cb'.
Usage example:
cb <database/schema> $gvsqw_RootexpdbCentral/bin/sqwc_SearchDatabase.ksh <database/schema>
Based on the reference files generated automatically from the content repository db.
More information on repository db.
Reference files can be found in $gvsqw_RootexpdbCentral/etc_cust/Ref_xyz.txt where xyz is RDBMS.
Help on refrence file generators: