일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- oracle pdb
- SSMS
- create role
- MSSQL
- ora-39083 ora-00439
- oracle datapump
- Oracle RAC
- sql user 생성
- Oracle Database
- SQL Server
- oracle awr
- ora-28002: the password will expire within 7 days
- oracle 파티션 datapump
- oracle 테스트 데이터
- oracle tde
- 오라클
- supplemental log 활성화
- oracle system lock
- oracle install
- oracle SCN
- oracleasm
- partition_options=merge
- oracle
- oracle account_status expired
- mssql database 삭제
- oracle supplemental
- oracle dba_profile password_life_time
- ora-00439: feature not enabled: partitioning
- ORA-00020
- oracle role 삭제
Archives
- Today
- Total
신문지한장
oracle hotbackup check 본문
set line 200
col name for a50
col status for a15
select a.file#,a.name,b.status,to_char(b.time,'YYYY-MM-DD:HH24:MI:SS') as time
from v$datafile a,v$backup b
where a.file#=b.file#;
SQL> @hot
FILE# NAME STATUS TIME
---------- -------------------------------------------------- --------------- -------------------
1 /oracle/app/oracle/oradata/CHANGE19/system01.dbf NOT ACTIVE
3 /oracle/app/oracle/oradata/CHANGE19/sysaux01.dbf NOT ACTIVE
4 /oracle/app/oracle/oradata/CHANGE19/undotbs01.dbf NOT ACTIVE
7 /oracle/app/oracle/oradata/CHANGE19/users01.dbf NOT ACTIVE
'Oracle > sql&script' 카테고리의 다른 글
oracle 관련 sh 만들때 참조 (0) | 2024.04.18 |
---|---|
oracle 대량 데이터 삽입 (0) | 2024.04.18 |
[SQL] redo log 그룹, 멤버 조회 (1) | 2024.01.04 |
[SQL] Tablespace 및 Datafile 조회 (0) | 2024.01.04 |
[SQL] oracle schema 및 tablespace 삭제 추출문 (0) | 2023.11.30 |