小編給大家分享一下Compile invalids的示例代碼,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
成都創(chuàng)新互聯(lián)公司是一家集網(wǎng)站建設(shè),滿洲企業(yè)網(wǎng)站建設(shè),滿洲品牌網(wǎng)站建設(shè),網(wǎng)站定制,滿洲網(wǎng)站建設(shè)報(bào)價(jià),網(wǎng)絡(luò)營(yíng)銷,網(wǎng)絡(luò)優(yōu)化,滿洲網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競(jìng)爭(zhēng)力。可充分滿足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時(shí)我們時(shí)刻保持專業(yè)、時(shí)尚、前沿,時(shí)刻以成就客戶成長(zhǎng)自我,堅(jiān)持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(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
看完了這篇文章,相信你對(duì)“Compile invalids的示例代碼”有了一定的了解,如果想了解更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道,感謝各位的閱讀!
當(dāng)前文章:Compileinvalids的示例代碼-創(chuàng)新互聯(lián)
文章出自:http://m.newbst.com/article32/cepepc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供標(biāo)簽優(yōu)化、營(yíng)銷型網(wǎng)站建設(shè)、移動(dòng)網(wǎng)站建設(shè)、動(dòng)態(tài)網(wǎng)站、網(wǎng)站策劃、云服務(wù)器
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容