일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- window scp
- oracle system lock
- oracle 테스트 데이터
- window에서 linux로 scp 하는 방법
- sqlnet.allowed_logon_version_server=8
- oracleasm
- oracle SCN
- supplemental log 활성화
- ORA-00020
- ora-28040: no matching authentication protocol
- window pscp
- SQL Server
- 오라클
- oracle
- oracle hugepage
- oracle install
- ora-28002: the password will expire within 7 days
- oracle pdb
- oracle sqlnet.ora
- Oracle RAC
- MSSQL
- Oracle Database
- oracle awr
- mssql database 삭제
- SSMS
- oracle dba_profile password_life_time
- oracle tde
- oracle account_status expired
- ora-39083 ora-00439
- sqlnet.allowed_logon_version_client=8
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 |