728x90
-- 세션만 변경
alter session set "_oracle_script"=TRUE;
-- spfile 변경
alter system set "_oracle_script"=TRUE scope=spfile;
-- 해당 파라미터 조회
col ksppsttvl for a10 col ksppinm for a20 select ksppinm, ksppstvl from x$ksppi x, x$ksppcv y where x.indx = y.indx and x.ksppinm like '%_oracle%'; |
728x90
'ORACLE' 카테고리의 다른 글
[ORACLE] RAC 수동 삭제 (rm) (0) | 2022.05.23 |
---|---|
[ORCLE] dbca script 생성 명령어 - silent (0) | 2022.05.11 |
[ORACLE] LOB 생성, 조회 (0) | 2022.05.11 |
[ORACLE] 특정 스키마의 PK, UK 없는 table 조회 (0) | 2022.05.11 |
[ORACLE] PK, UK table 조회 (0) | 2022.05.11 |