忙里偷闲

很多事情很多心情写了也就记下了; 不写,以后可能就忘了.
个人资料
正文

Command to set default org id

(2009-08-04 05:07:11) 下一个

Within SQL developer or other database tools, if you run the query on many of EBS tables or views, you may not get any result. In this case, you need to run the below command to set the default organization_id first before running the query.

execute dbms_application_info.set_client_info(112);

where 112 is the org_id.

If you need to extract the information within all organization, you need to query on XXXX_all tables.  

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.