du -s /*
'Linux' 카테고리의 다른 글
LVM LV (Logical Volumn) 확장 (0) | 2017.07.12 |
---|---|
RHEL5에서 QLogic FC Card 정보 조회하는 방법 (0) | 2010.07.30 |
du -s /*
LVM LV (Logical Volumn) 확장 (0) | 2017.07.12 |
---|---|
RHEL5에서 QLogic FC Card 정보 조회하는 방법 (0) | 2010.07.30 |
SPC 관리도 (Control Chart)
DATA 종류 : 계량치 DATA
시료크기(n)에 따라 사용해야 할 관리도 선택
1. n = 1
X-Rm 관리도 (또는 X-Rs, I-MR 다 동일한 관리도임)
2. 2 <= n <= 6
Xbar-R 관리도
3. n >= 7
Xbar-s 관리도
RAID (Redundant Array of Independent Disks) (0) | 2008.12.03 |
---|
Get-ADObject -Filter * -SearchBase “OU=Users,DC=Domain,DC=com” | Set-ADObject -ProtectedFromAccidentalDeletion $true
원격데스크탑 접속 오류 - CredSSP 암호화 Oracle 수정 때문일 수 있습니다 (1) | 2018.09.12 |
---|---|
서버에서 192.88.99.1로 ipv6 트래픽이 계속 나가는 경우 (0) | 2016.06.08 |
64bit 서버에 CAPICOM 설치방법 (0) | 2016.06.03 |
64bit 윈도우에서 32bit UDL 파일 실행하기 (0) | 2016.06.03 |
windows 10에서 "0x80070035 the network path cannot be found" 오류 발생 시 (0) | 2016.05.16 |
Remote Desktop 포트 변경 (0) | 2016.02.16 |
Windows 10 설치 안되는 경우 GPT 파티션 삭제 (0) | 2016.01.13 |
wmic 사용하여 서버 정보 조회 (0) | 2015.12.09 |
VMware internal error (0) | 2015.11.24 |
Windows 10 작업표시줄 프리징 (0) | 2015.10.19 |
SELECT * FROM employees
AS OF TIMESTAMP
TO_TIMESTAMP('2004-04-04 09:30:00', 'YYYY-MM-DD HH:MI:SS')
WHERE last_name = 'Chung';
참고: https://docs.oracle.com/cd/E11882_01/appdev.112/e41502/adfns_flashback.htm#ADFNS618
Oracle Undo Tablespace Full일 때 확인 (0) | 2021.08.12 |
---|---|
Flashback으로 Drop된 테이블 복구 (0) | 2018.04.09 |
sqlplus / as sysdba 실행 시 ORA-01017: invalid username/password; logon denied 에러 발생 시 (0) | 2017.07.19 |
expdp meta 데이터만 이동 (0) | 2015.11.24 |
C# Assembly Binding (0) | 2015.08.24 |
ORA-28040 (0) | 2015.05.08 |
ORA-00119 & ORA-00130 에러 (0) | 2015.05.07 |
Oracle RecycleBin (0) | 2015.05.04 |
expdp/impdp (0) | 2014.12.31 |
Oracle Instant Client 사용 방법 (0) | 2014.03.28 |
서버에서 192.88.99.1로 ipv6 트래픽이 계속 나가는 경우 (0) | 2016.06.08 |
---|---|
64bit 서버에 CAPICOM 설치방법 (0) | 2016.06.03 |
64bit 윈도우에서 32bit UDL 파일 실행하기 (0) | 2016.06.03 |
windows 10에서 "0x80070035 the network path cannot be found" 오류 발생 시 (0) | 2016.05.16 |
[AD] 전체 User에 ProtectedFromAccidentalDeletion 걸기 (0) | 2016.03.12 |
Windows 10 설치 안되는 경우 GPT 파티션 삭제 (0) | 2016.01.13 |
wmic 사용하여 서버 정보 조회 (0) | 2015.12.09 |
VMware internal error (0) | 2015.11.24 |
Windows 10 작업표시줄 프리징 (0) | 2015.10.19 |
Hyper-V 백업 (0) | 2015.08.26 |
Windows 10 설치 시 "이 디스크에 Windows를 설치할 수 없습니다" 메시지 뜰 경우
GPT 파티션 삭제하면 됨 (※ 다 날라가니 백업 필수)
1. BIOS 셋팅
- Advanced -> Fast BIOS Mode : Disabled
- Boot -> Secure Boot : Disabled
- Boot -> OS Mode Selection : CSM and UEFI OS
2. O/S 설치 시작
3. 디스크 선택 창에서 Shift + F10 (콘솔창 뜸)
4. 파티션 삭제
- diskpart
- select disk 0
- clean
5. O/S 설치 재시작
64bit 서버에 CAPICOM 설치방법 (0) | 2016.06.03 |
---|---|
64bit 윈도우에서 32bit UDL 파일 실행하기 (0) | 2016.06.03 |
windows 10에서 "0x80070035 the network path cannot be found" 오류 발생 시 (0) | 2016.05.16 |
[AD] 전체 User에 ProtectedFromAccidentalDeletion 걸기 (0) | 2016.03.12 |
Remote Desktop 포트 변경 (0) | 2016.02.16 |
wmic 사용하여 서버 정보 조회 (0) | 2015.12.09 |
VMware internal error (0) | 2015.11.24 |
Windows 10 작업표시줄 프리징 (0) | 2015.10.19 |
Hyper-V 백업 (0) | 2015.08.26 |
Microsoft 하드웨어 인증 JBOD 인클로저 (0) | 2015.08.25 |
1. Dell 서버 Service Tag 가져오기
wmic bios get serialnumber
2. Memory
wmic MEMORYCHIP get BankLabel,DeviceLocator,Capacity,Tag
3. Disk
wmic DISKDRIVE get InterfaceType,Name,Size,Status
64bit 윈도우에서 32bit UDL 파일 실행하기 (0) | 2016.06.03 |
---|---|
windows 10에서 "0x80070035 the network path cannot be found" 오류 발생 시 (0) | 2016.05.16 |
[AD] 전체 User에 ProtectedFromAccidentalDeletion 걸기 (0) | 2016.03.12 |
Remote Desktop 포트 변경 (0) | 2016.02.16 |
Windows 10 설치 안되는 경우 GPT 파티션 삭제 (0) | 2016.01.13 |
VMware internal error (0) | 2015.11.24 |
Windows 10 작업표시줄 프리징 (0) | 2015.10.19 |
Hyper-V 백업 (0) | 2015.08.26 |
Microsoft 하드웨어 인증 JBOD 인클로저 (0) | 2015.08.25 |
Outlook 첨부파일 다운로드받기 (0) | 2015.05.05 |
expdp system/xxxxxx schemas=abc dumpfile=yyyymmdd_abc_meta.dmp directory=dump content=metadata_only
impdp system/xxxxxx directory=dump dumpfile=yyyymmdd_abc_meta.dmp table_exists_action=replace remap_schema=aaa:aaa
Oracle Undo Tablespace Full일 때 확인 (0) | 2021.08.12 |
---|---|
Flashback으로 Drop된 테이블 복구 (0) | 2018.04.09 |
sqlplus / as sysdba 실행 시 ORA-01017: invalid username/password; logon denied 에러 발생 시 (0) | 2017.07.19 |
Flashback Query (0) | 2016.02.18 |
C# Assembly Binding (0) | 2015.08.24 |
ORA-28040 (0) | 2015.05.08 |
ORA-00119 & ORA-00130 에러 (0) | 2015.05.07 |
Oracle RecycleBin (0) | 2015.05.04 |
expdp/impdp (0) | 2014.12.31 |
Oracle Instant Client 사용 방법 (0) | 2014.03.28 |
서비스에서 VM 서비스 시작되어 있는지 확인해야 함
- VMware Authorization Service
- VMware Workstation Server
windows 10에서 "0x80070035 the network path cannot be found" 오류 발생 시 (0) | 2016.05.16 |
---|---|
[AD] 전체 User에 ProtectedFromAccidentalDeletion 걸기 (0) | 2016.03.12 |
Remote Desktop 포트 변경 (0) | 2016.02.16 |
Windows 10 설치 안되는 경우 GPT 파티션 삭제 (0) | 2016.01.13 |
wmic 사용하여 서버 정보 조회 (0) | 2015.12.09 |
Windows 10 작업표시줄 프리징 (0) | 2015.10.19 |
Hyper-V 백업 (0) | 2015.08.26 |
Microsoft 하드웨어 인증 JBOD 인클로저 (0) | 2015.08.25 |
Outlook 첨부파일 다운로드받기 (0) | 2015.05.05 |
IIS에서 상세 오류메시지 출력 (0) | 2014.01.03 |
[AD] 전체 User에 ProtectedFromAccidentalDeletion 걸기 (0) | 2016.03.12 |
---|---|
Remote Desktop 포트 변경 (0) | 2016.02.16 |
Windows 10 설치 안되는 경우 GPT 파티션 삭제 (0) | 2016.01.13 |
wmic 사용하여 서버 정보 조회 (0) | 2015.12.09 |
VMware internal error (0) | 2015.11.24 |
Hyper-V 백업 (0) | 2015.08.26 |
Microsoft 하드웨어 인증 JBOD 인클로저 (0) | 2015.08.25 |
Outlook 첨부파일 다운로드받기 (0) | 2015.05.05 |
IIS에서 상세 오류메시지 출력 (0) | 2014.01.03 |
Windows 2003 R2, IIS에서 Oracle Connection 안될 경우 (0) | 2013.09.27 |