首页 > 代码库 > How to Update SQL and benchmark with ADE

How to Update SQL and benchmark with ADE

1, Create an ADE view:
       Example: ade createview <view_name> -series FMWTEST_11.1.1.7.0_GENERIC –latest

                       ade createview <view_name> -label FMWTEST_11.1.1.7.0_GENERIC_141126.1203


2, Use an ADE view:

       Example: ade useview <view_name>


3, Refresh the label in your view:

       Example: ade refreshview –latest


4, Begin a new transaction

       Example: ade begintrans <transaction_name>


5, Check out the files which needs to be updated:

       Example: ade co –nc <file_name>


6, Update the files and replace them with FZ


7, Check in the sql or benchmark

       Example: ade ci –nc –all


8, Merge transaction
       Example: 1, ade beginmerge
                       2, ade mergetrans

                       3, end endmerge


9, Finished, no need to end transactions.

How to Update SQL and benchmark with ADE