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