我有一個查詢: Select a from tbl_abc where id in (select id from tbl_xyz where mainid = 12)
當我執行這個查詢,它正在採取1-2秒來執行,但是當我使用相同的查詢存儲過程,下面的查詢花費5分鐘以上: If(Select a from tbl_abc where id in (select id from tbl_xyz
我的Documentum dm_method create dm_method object
set object_name = 'xxxxxxxxxxx',
set method_verb = 'xxx.yyy.Foo',
set method_type = 'java',
set launch_async = false,
set use_method_server = true,