Expression构建DataTable to Entity 映射委托 1 namespace Echofool.Utility.Common { 2 using System; 3 using System.Collections.Generic; 4 using System.Data; 5 using System.Linq.Expressions; 6 using System.Reflection; 7 using System.Reflection.Emit; 8 9 publ
Oracle EBS DBA常用SQL - 安装/补丁 检查应用补丁有没有安装:select bug_number,last_update_date from ad_bugs where bug_number='&bug_num'; 检查安装了哪些语言:select nls_language,language_code,installed_flag from fnd_languages where installed_flag in ('I','B'); 检查应用有没有安装:SELECT SUB