'v$parameter'에 해당되는 글 1건

  1. 2022.04.15 친절한SQL튜닝 책 내용 sga

select d.no, e.* 
from scott.emp e 
, (select rownum no from dual
connect by level <=1000) d;



select segment_type,
       TABLESPACE_NAME,
       extent_id,
       file_id,
       block_id,
       blocks
from dba_extents
where owner='계정'
and segment_type <> 'LOBSEGMENT';
--and segment_type ='TABLE';

show parameter block_size;
--==
select value from v$parameter 
where name ='db_block_size';



show sga;

Posted by 718m2
이전버튼 1 이전버튼

블로그 이미지
컴퓨터회사 잡부의 삶 나는 무엇인가 나는 누구인가
718m2

공지사항

Yesterday
Today
Total

달력

 « |  » 2025.5
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

최근에 올라온 글

최근에 달린 댓글

글 보관함