小編給大家分享一下Compile invalids的示例代碼,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
cat compile_invalids. . ~/.profile sqlplus -s /nolog << EOSQL conn / as sysdba set pages 0 lines 200 feed off col object_name for a50 select 'Invalid Objects before compilation: '||chr(13) from dual; select owner,object_name,object_type from dba_objects where status='INVALID' order by 1,2; select 'Total Invalid objects before compilation: '||count(*) from dba_objects where status='INVALID'; @$ORACLE_HOME/rdbms/admin/utlrp.sql @$HOME/scripts/compile_invalids.sql select 'Invalid Objects after compilation: '||chr(13) from dual; select owner,object_name,object_type from dba_objects where status='INVALID' order by 1,2; select 'Total Invalid objects after compilation: '||count(*) from dba_objects where status='INVALID'; alter system flush shared_pool; exit EOSQL
看完了這篇文章,相信你對“Compile invalids的示例代碼”有了一定的了解,如果想了解更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道,感謝各位的閱讀!
當(dāng)前文章:Compileinvalids的示例代碼-創(chuàng)新互聯(lián)
文章出自:http://chinadenli.net/article32/cepepc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、營銷型網(wǎng)站建設(shè)、移動網(wǎng)站建設(shè)、動態(tài)網(wǎng)站、網(wǎng)站策劃、云服務(wù)器
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容