일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 RAC
- oracle 테스트 데이터
- oracle dba_profile password_life_time
- Oracle Database
- ora-28002: the password will expire within 7 days
- oracle install
- mssql database 삭제
- ORA-00020
- oracle pdb
- oracle
- ora-00439: feature not enabled: partitioning
- partition_options=merge
- create role
- ora-39083 ora-00439
- oracle supplemental
- sql user 생성
- oracle role 삭제
- oracle system lock
- supplemental log 활성화
- SSMS
- oracle datapump
- SQL Server
- 오라클
- oracle tde
- oracle 파티션 datapump
- oracle account_status expired
- oracle awr
- oracleasm
- MSSQL
- oracle SCN
Archives
- Today
- Total
신문지한장
[SQL] 세그먼트에 할당된 익스텐트 목록을 조회하는 방법 본문
select SEGMENT_TYPE, TABLESPACE_NAME, EXTENT_ID, FILE_ID, BLOCK_ID, BYTES
from dba_extents
where owner = USER
and segment_name='MY_SEGMENT'
order by extent_id;
'Oracle > sql&script' 카테고리의 다른 글
[SQL] rman에서 아카이브 삭제 방법 (0) | 2024.08.26 |
---|---|
[SQL] 하드파싱 많이 발생한 쿼리 조회 (ORA-4031 발생시 확인 쿼리) (0) | 2024.08.09 |
[SQL튜닝] 옵티마이저 힌트 사용 방법 (0) | 2024.08.06 |
[SQL튜닝] 실행계획과 비용 (0) | 2024.08.06 |
logging과 nologging (0) | 2024.08.06 |