일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
31 |
Tags
- oracle SCN
- TWO_TASK
- sqlnet.allowed_logon_version_server=8
- window scp
- Oracle RAC
- sqlnet.allowed_logon_version_client=8
- 오라클
- SQL Server
- oracleasm
- MSSQL
- oracle tde
- oracle awr
- window pscp
- oracle client install
- Oracle Database
- ora-28040: no matching authentication protocol
- oracle
- oracle client 환경변수
- mssql database 삭제
- oracle sqlnet.ora
- window에서 linux로 scp 하는 방법
- oracle client 설치
- ora-28002: the password will expire within 7 days
- oracle pdb
- ORA-00020
- oracle hugepage
- ora-39083 ora-00439
- SSMS
- oracle dba_profile password_life_time
- oracle install
Archives
- Today
- Total
신문지한장
CentOS 6 yum update 오류 해결
* 오류 내용 (32Bit, 64Bit) YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlis..
Linux&Unix
2024. 4. 18. 15:48
vmware
디스크 초기화 vm하드웨어 설정편집 하드디스트 X 네트워크어댑터 X CD/DVD X → 이후 설정 편집 재설정 메모리 5G 일때 swap 10G boot 500M efi 500M
Linux&Unix
2024. 4. 18. 15:48
Linux SSH 접속 지연 해결 방법 (GSSAPIAuthentication, UseDNS 설정)
1. sshd_config 위치로 이동[test19]dbtest:/home/oracle> : vi /etc/ssh/sshd_config 2. 해당 값 변경-- default 값이 yes인 값을 no로 변경GSSAPIAuthentication noUseDNS no -- 주석풀고 변경
Linux&Unix
2024. 4. 18. 15:47