码迷,mamicode.com
首页 > 数据库 > 详细

How to Update SQL and benchmark with ADE

时间:2014-12-03 15:41:52      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:ade   view   merge   sql   benchmark   

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

标签:ade   view   merge   sql   benchmark   

原文地址:http://blog.csdn.net/seaee/article/details/41698001

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!