忙裏偷閑

很多事情很多心情寫了也就記下了; 不寫,以後可能就忘了.
個人資料
正文

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)
評論
目前還沒有任何評論
登錄後才可評論.