Oracle

게시글 보기
작성자 유건데이타 등록일 2019-02-07
제목 쿼리로 현재 parameter 값조회

init 파일 접근권한이 없을때 ?

select a.ksppinm "parameter", b.ksppstvl "session value", c.ksppstvl "instance value"
from x$ksppi a, x$ksppcv b, x$ksppsv c
where a.indx = b.indx and a.indx = c.indx
order by 1
/
Comment
등록된 코멘트가 없습니다.