select me..."/>
溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

oracle關(guān)閉狀態(tài)刪除活動(dòng)日志報(bào)錯(cuò)怎么辦

發(fā)布時(shí)間:2021-11-09 13:51:26 來源:億速云 閱讀:126 作者:小新 欄目:關(guān)系型數(shù)據(jù)庫

這篇文章給大家分享的是有關(guān)oracle關(guān)閉狀態(tài)刪除活動(dòng)日志報(bào)錯(cuò)怎么辦的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。

SQL> select member from v$logfile;

MEMBER

--------------------------------------------------------------------------------

/tsmclient/oracle/app/oradata/autodb/redo01a.log

/tsmclient/oracle/app/oradata/autodb/redo01b.log

/tsmclient/oracle/app/oradata/autodb/redo02a.log

/tsmclient/oracle/app/oradata/autodb/redo02b.log

/tsmclient/oracle/app/oradata/autodb/redo03a.log

/tsmclient/oracle/app/oradata/autodb/redo03b.log

6 rows selected.

SQL> shutdowm immediate

SP2-0734: unknown command beginning "shutdowm i..." - rest of line ignored.

SQL> shutdown immediate

ORA-01031: insufficient privileges

SQL> conn / as sysdba

Connected.

SQL> shutdown immediate

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> quit

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

[oracle@onekey ~]$ cd /tsmclient/oracle/app/oradata/autodb/

[oracle@onekey autodb]$ ls -l

total 13483220

-rw-r----- 1 oracle oinstall 10485768192 Jul 20 00:10 auto_data01.pdf

-rw-r----- 1 oracle oinstall   104858112 Jul 20 00:10 redo01a.log

-rw-r----- 1 oracle oinstall   104858112 Jul 20 00:10 redo01b.log

-rw-r----- 1 oracle oinstall   104858112 Jul 20 00:06 redo02a.log

-rw-r----- 1 oracle oinstall   104858112 Jul 20 00:06 redo02b.log

-rw-r----- 1 oracle oinstall   104858112 Jul 20 00:06 redo03a.log

-rw-r----- 1 oracle oinstall   104858112 Jul 20 00:06 redo03b.log

-rw-r----- 1 oracle oinstall  1480728576 Jul 20 00:10 sysaux01.dbf

-rw-r----- 1 oracle oinstall   524296192 Jul 20 00:10 system01.dbf

-rw-r----- 1 oracle oinstall   524296192 Jul 19 22:00 temp01.dbf

-rw-r----- 1 oracle oinstall   104865792 Jul 20 00:10 undotbs01.dbf

-rw-r----- 1 oracle oinstall   524296192 Jul 20 00:10 users01.dbf

[oracle@onekey autodb]$ rm redo0*.log

[oracle@onekey autodb]$ ll

total 12868796

-rw-r----- 1 oracle oinstall 10485768192 Jul 20 00:10 auto_data01.pdf

-rw-r----- 1 oracle oinstall  1480728576 Jul 20 00:10 sysaux01.dbf

-rw-r----- 1 oracle oinstall   524296192 Jul 20 00:10 system01.dbf

-rw-r----- 1 oracle oinstall   524296192 Jul 19 22:00 temp01.dbf

-rw-r----- 1 oracle oinstall   104865792 Jul 20 00:10 undotbs01.dbf

-rw-r----- 1 oracle oinstall   524296192 Jul 20 00:10 users01.dbf

無法啟動(dòng)

感謝各位的閱讀!關(guān)于“oracle關(guān)閉狀態(tài)刪除活動(dòng)日志報(bào)錯(cuò)怎么辦”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI