vi hidden.sql
set lines 132
col KSPPINM for a50
col KSPPSTVL for a10
select a.ksppinm,b.ksppstvl from x$ksppi a, x$ksppsv b
where a.indx=b.indx
and a.ksppinm = '&a'
and substr(a.ksppinm,1,1)='_';
를 os상에 sql로 만들어놓고 oracle 접속후 실행
'_in_memory_undo' 입력
'Oracle > Administoration' 카테고리의 다른 글
전체 쿼리조회 (1) | 2015.06.25 |
---|---|
tablespace에 속한 table 조회(owner) (0) | 2015.01.15 |
No archive mod에서 archive mode 변경하기 (0) | 2014.11.04 |
SGA size cannot be greater than maximum shared memory segment size (0) 에러 (0) | 2014.10.31 |
oracle dbca [ora-00119] invalid specification for system parameter local_listener 에러 (0) | 2014.10.31 |