SQL> startup nomount;
startup nomount;
ORACLEインスタンスが起動しました。

Total System Global Area 521936896 bytes
Fixed Size 2229944 bytes
Variable Size 360712520 bytes
Database Buffers 150994944 bytes
Redo Buffers 7999488 bytes
SQL> select * from v$controlfile;
select * from v$controlfile;

レコードが選択されませんでした。

SQL> show parameter control_files;

NAME TYPE
------------------------------------ ----------------------
VALUE
------------------------------
control_files string
/u01/app/oracle/oradata/mydb/c
ontrol01.ctl, /u01/app/oracle/
fast_recovery_area/mydb/contro
l02.ctl
SQL>

SQL> alter database mount;
alter database mount;

データベースが変更されました。

SQL> select * from v$controlfile;
select * from v$controlfile;

STATUS
-------
NAME
--------------------------------------------------------------------------------
IS_ BLOCK_SIZE FILE_SIZE_BLKS
--- ---------- --------------

/u01/app/oracle/oradata/mydb/control01.ctl
NO 16384 594


/u01/app/oracle/fast_recovery_area/mydb/control02.ctl
NO 16384 594

STATUS
-------
NAME
--------------------------------------------------------------------------------
IS_ BLOCK_SIZE FILE_SIZE_BLKS
--- ---------- --------------


SQL>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-07-03
  • 2022-12-23
  • 2022-01-29
  • 2021-11-29
猜你喜欢
  • 2021-06-27
  • 2021-10-02
  • 2021-10-28
  • 2022-12-23
  • 2021-12-08
  • 2021-09-17
  • 2021-06-19
相关资源
相似解决方案