Oracle数据库介质回复过程解析

oracle介质回复过程解析。

sql*plus: release 12.1.0.2.0 production on 星期日 1月 7 15:06:03 2018

copyright (c) 1982, 2014, oracle. ?all rights reserved.

请输入用户名: ?system/wangkun41

error:

ora-01034: oracle not available

ora-27101: shared memory realm does not exist

进程 id: 0

会话 id: 0 序列号: 0

请输入用户名: ?system/wangkun41 as sysdba

已连接到空闲例程。

sql> show user

user 为 “sys”

sql> select * from v$log;

select * from v$log

*

第 1 行出现错误:

ora-01034: oracle not available

进程 id: 0

会话 id: 0 序列号: 0

sql> startup mount;

oracle 例程已经启动。

total system global area 1677721600 bytes

fixed size ? ? ? ? ? ? ? ? ?3046368 bytes

variable size ? ? ? ? ? ?1040188448 bytes

database buffers ? ? ? ? ?620756992 bytes

redo buffers ? ? ? ? ? ? ? 13729792 bytes

数据库装载完毕。

sql> alter database open;

alter database open

*

第 1 行出现错误:

ora-03113: 通信通道的文件结尾

进程 id: 1364

会话 id: 6 序列号: 578

sql> conn / as sysdba

已连接到空闲例程。

sql> startup mount

oracle 例程已经启动。

total system global area 1677721600 bytes

fixed size ? ? ? ? ? ? ? ? ?3046368 bytes

variable size ? ? ? ? ? ?1040188448 bytes

database buffers ? ? ? ? ?620756992 bytes

redo buffers ? ? ? ? ? ? ? 13729792 bytes

数据库装载完毕。

sql> select * from v$log;

? ? group# ? ?thread# ?sequence# ? ? ?bytes ?blocksize ? ?members arc

———- ———- ———- ———- ———- ———- —

status ? ? ? ? ? first_change# first_time ? ? next_change# next_time

—————- ————- ————– ———— ————–

? ? con_id

———-

? ? ? ? ?1 ? ? ? ? ?1 ? ? ? ? 22 ? 52428800 ? ? ? ?512 ? ? ? ? ?1 no

inactive ? ? ? ? ? ? ? 2595665 07-1月 -18 ? ? ? ? ?2603997 07-1月 -18

? ? ? ? ?0

? ? ? ? ?4 ? ? ? ? ?1 ? ? ? ? ?0 ? ?5242880 ? ? ? ?512 ? ? ? ? ?1 yes

unused ? ? ? ? ? ? ? ? ? ? ? 0 ? ? ? ? ? ? ? ? ? ? ? ? ? 0

? ? ? ? ?0

? ? group# ? ?thread# ?sequence# ? ? ?bytes ?blocksize ? ?members arc

———- ———- ———- ———- ———- ———- —

status ? ? ? ? ? first_change# first_time ? ? next_change# next_time

—————- ————- ————– ———— ————–

? ? con_id

———-

? ? ? ? ?3 ? ? ? ? ?1 ? ? ? ? 21 ? 52428800 ? ? ? ?512 ? ? ? ? ?1 no

inactive ? ? ? ? ? ? ? 2587641 07-1月 -18 ? ? ? ? ?2595665 07-1月 -18

? ? ? ? ?0

? ? ? ? ?2 ? ? ? ? ?1 ? ? ? ? 23 ? 52428800 ? ? ? ?512 ? ? ? ? ?1 no

current ? ? ? ? ? ? ? ?2603997 07-1月 -18 ? ? ? 2.8147e+14

? ? group# ? ?thread# ?sequence# ? ? ?bytes ?blocksize ? ?members arc

———- ———- ———- ———- ———- ———- —

status ? ? ? ? ? first_change# first_time ? ? next_change# next_time

—————- ————- ————– ———— ————–

? ? con_id

———-

? ? ? ? ?0

sql> alter database open resetlogs;

alter database open resetlogs

*

第 1 行出现错误:

ora-01139: resetlogs 选项仅在不完全数据库恢复后有效

sql> recover database until time ‘2018-01-07 12:00:00’;

完成介质恢复。

sql> alter database open resetlogs;

数据库已更改。

sql> shutdown

数据库已经关闭。

已经卸载数据库。

oracle 例程已经关闭。

sql> startup

oracle 例程已经启动。

total system global area 1677721600 bytes

fixed size ? ? ? ? ? ? ? ? ?3046368 bytes

variable size ? ? ? ? ? ?1040188448 bytes

database buffers ? ? ? ? ?620756992 bytes

redo buffers ? ? ? ? ? ? ? 13729792 bytes

数据库装载完毕。

数据库已经打开。

sql> conn system/wngkun41

error:

ora-01017: invalid username/password; logon denied

警告: 您不再连接到 oracle。

sql> show user

user 为 “”

sql> conn system/wangkun41

已连接。

sql>

(0)
上一篇 2022年3月22日
下一篇 2022年3月22日

相关推荐