일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ibm storage
- yum
- iptv 스캔
- VMware
- IBM
- HP
- centos 8 EOS
- CentOS
- 리눅스
- Linux
- AIX
- EMC
- Update
- tv 스캔
- 디스크
- oracle
- ibm v7000
- c3850
- ssh
- centos8
- 파일시스템 확장
- 스크립트
- v7000
- TV
- Windows
- #AIX
- 오류
- 오라클
- db
- ibm 스토리지
- Today
- Total
현재에최선을
ASM 테이블스페이스 확장 방법 1. 데이타 파일 찾기 1) sqlplus /as sysdba 2) set line 1000 col tablespace_name for a20 col file_name for a100 3) select tablespace_name, file_name from dba_data_files; 2. 데이타 파일 확인해서 아래와 같이 바로 적용. alter database datafile '+DATA/GBLIB/DATAFILE/users.267.1014647391' resize 3G; 3. 데이터 파일 추가 alter tablespace [TS] add datafile size 5G autoextend on next 100M;
$':\r': command not found 뜰 때 vi로 파일을 열면 눈에 보이지는 않는데, 실제 빈칸에 들어 가 있는 모양임 그래 삭제를 해 주어야 함 -- 명령어 sed -i 's/\r$//' [filename] \r$를 공백으로 변환해 주는 명령어임. \=역슬러쉬임.
- oracle alert 파일에 아래과 같이 에러가 나타남 ORA-12012: error on auto execute of job "SYS"."ORA$AT_OS_OPT_SY_118773" ORA-20001: Statistics Advisor: Invalid task name for the current user ORA-06512: at "SYS.DBMS_STATS", line 47214 ORA-06512: at "SYS.DBMS_STATS_ADVISOR", line 882 ORA-06512: at "SYS.DBMS_STATS_INTERNAL", line 20059 ORA-06512: at "SYS.DBMS_STATS_INTERNAL", line 22201 ORA-06512: at "SYS.DBMS_ST..