일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- window에서 linux로 scp 하는 방법
- 오라클
- oracle
- window scp
- Oracle RAC
- oracle sqlnet.ora
- Oracle Database
- oracle SCN
- oracle awr
- oracle client 환경변수
- TWO_TASK
- mssql database 삭제
- oracle client install
- ORA-00020
- oracle tde
- SQL Server
- ora-28002: the password will expire within 7 days
- ora-28040: no matching authentication protocol
- MSSQL
- sqlnet.allowed_logon_version_server=8
- oracle install
- oracle pdb
- oracle hugepage
- window pscp
- sqlnet.allowed_logon_version_client=8
- ora-39083 ora-00439
- oracleasm
- SSMS
- oracle client 설치
- oracle dba_profile password_life_time
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