您的位置:首页 > 数据库

How to Update SQL and benchmark with ADE

2014-12-03 15:18 706 查看
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, ade endmerge

9, Finished, no need to end transactions.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ADE VIEW merge sql benchmark