小編給大家分享一下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è)形象加強企業(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è)資訊頻道,感謝各位的閱讀!
當(dāng)前文章:Compileinvalids的示例代碼-創(chuàng)新互聯(lián)
文章出自:http://www.rwnh.cn/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)容