얼마전 CentOS7에서 내부에 설치된 Apache, PHP서버에서 포트를 열었음에도 불구하고외부에 Oracle과 연결을 해서 작업을 하려고하는데 OCI 연결 실패 에러가 났다. 원인 파악을 하기 위해서 해본 방법이다. 1. 터미널 창에서 systemctl status firewalld 을 쳐서 방화벽 상태확인 2. vi /etc/firewalld/zones/public.xml Public For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted. 이런식으로 나오는데 밑에 이렇게 오라클 포트 152..
오늘 아침에 비몽사몽한 상태로 출근준비를 하는데 대리님으로부터 전화가 왔다. 고객사에서 서버가 정상적으로 작동하지 않고 있다는 이야기였다. 로션도 안바르고 부랴부랴 회사에 뛰어와서 서버에 접속해서 봤더니 오라클에서 ORA-00604, ORA-1653,ORA-02002,ORA-00604,ORA-1653 에러를 내뿜었다. 읽어보기도 하고 검색도 해본 결과 SYS.AUD$에서 테이블 스페이스가 꽉 차서 자동 확장하여 용량을 늘릴려고 하는데 실패해서 발생하는 에러라고 한다. Toad나 SQLPlus로 계정에 접근하여 강제로 TableSpace를 확장하려 했으나 로그인에서부터 막혔다. 그래서 다시 검색 신공을 발휘하여... 해결방법을 찾았다. cmd나 터미널 창에서 sqlplus /nolog 를 쳐서 sqlplu..
고객사에서 신규 업데이트가 있을 경우 앱 실행시 팝업창을 출력해달라고해서 만들어보았다. -(void)verCheck{ NSDictionary *bundleInfo = [[NSBundle mainBundle] infoDictionary]; NSString *bundleIdentifier = [bundleInfo valueForKey:@"CFBundleIdentifier"]; NSURL *lookupURL = [NSURL URLWithString:[NSString stringWithFormat:@"http://itunes.apple.com/lookup?bundleId=%@", bundleIdentifier]]; NSData *lookupResults = [NSData dataWithContentsOfURL:..
MySQL 사용자 리스트 출력 > select user from user; 사용자와 호스트 리스트 출력 > select user, host from user; 사용자 삭제 > delete from user where user='아이디' 호스트와 유저네임이 같을때 삭제 > delect from user where user='아이디' and host='192.168.10.31'; 변경사항 적용 > flush privileges; 모든 권한 적용 > grant all privileges on *.* to 사용자명@호스트 identified by '비밀번호' with grant option;
- Total
- Today
- Yesterday
- google play appcheck
- 해결방법
- NSPrivacyAccessedAPICategoryUserDefaults
- NSPrivacyAccessedAPICategoryDiskSpace
- NSPrivacyAccessedAPICategorySystemBootTime
- ios 앱 심사상태
- 슬랙으로 보내기
- MySQL
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- ITMS-91053: Missing API declaration
- 수경재배키트
- aws python3.12
- ios pod install error
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- EC2
- Xcode
- Flutter
- com.google.android.gms.common.api.ApiException: 10:
- 베란다 수경재배
- 아이폰
- Firebase
- but linking in object file
- PlatformException(sign_in_failed
- flutter build ipa
- CDN: trunk URL couldn't be downloaded
- NSPrivacyAccessedAPICategoryFileTimestamp
- Response: Failure when receiving data from the peer
- 리눅스 python3 설치
- python3.12 설치
- ios
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |