小編給大家分享一下Compile invalids的示例代碼,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
成都創(chuàng)新互聯(lián)公司是一家集網(wǎng)站建設(shè),滿洲企業(yè)網(wǎng)站建設(shè),滿洲品牌網(wǎng)站建設(shè),網(wǎng)站定制,滿洲網(wǎng)站建設(shè)報價,網(wǎng)絡(luò)營銷,網(wǎng)絡(luò)優(yōu)化,滿洲網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競爭力。可充分滿足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時我們時刻保持專業(yè)、時尚、前沿,時刻以成就客戶成長自我,堅持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實用型網(wǎng)站。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è)資訊頻道,感謝各位的閱讀!