PCC-F-02104, Unable to connect to Oracle 에러
·
OS_Linux&Unix
https://kldp.org/node/1483 오라클 아이디와 패스워드가 틀린 에러 또는 오라클 계정이 접속되어있지 않은 에러 오라클 계정을 확인하거나 그래도 안될 시에 임시적인 해결 방법은 다음과 같다 SQLCHECK=FULL =====> SQLCHECK=SYNTAX 로 수정 FULL 옵션은 오라클 계정을 물고 들어가는 것 같다. PCC-F-02104, Unable to connect to Oracle 이런 에러는?? | KLDP 안녕하세요..다시 도움을 요청하게 되었네요.. 현재 UNIX, 솔라리스 8.1.7을 사용중입니다. 지금 하는 작업이 UNIX1 ==>UNIX2로 이전 (프로그램 및 DB모두)작업을 하고 있는데요.. UNIX2에서의 홈디렉토리 kldp.org PCC-F-02104, Unabl..
[Tuxedo] oracle XA 구성 중 에러
·
TroubleShooting
[Tuxedo]GROUP절 OPENINFO 구성 중 에러 정리   기동하면서 ULOG와 XA.trc  에러메세지 확인   ULOG 확인  LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_INVAL   ->  DB ID/PASSWD 제대로 적었는지 확인 LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_RMERR -> DB 사용자 권한 문제 LIBTUX_CAT:250: ERROR: tpsvrinit() failed  -> DB 사용자 권한 문제LIBTUX_CAT:300: ERROR: _tlog_open: _gp_tblopen: UNIX sys call error - 2 -> DB 사용자 ..
[Tuxedo] oracle XA 구성
·
DB_oracle
테스트환경 : Oracle Linux 7.9 / Oracle Database 19c /Oracle Tuxedo 12c 테스트과정 ----Database----0. oracle DB 사용자 생성 및 권한 부여 #DB접속[oracle@jwchoi|/]$ ssSQL*Plus: Release 19.0.0.0.0 - Production on Thu Oct 20 12:20:26 2022Version 19.12.0.0.0Copyright (c) 1982, 2021, Oracle. All rights reserved.Connected to an idle instance.#DB기동SQL> startupORACLE instance started.Total System Global Area 1174404424 byt..
[Tuxedo] CMDTUX_CAT:825: ERROR: Process WSL at simple failed with /T tperrno (TPESYSTEM - internal system error)
·
TroubleShooting
WSNAT_CAT:1070: ERROR: Cannot boot WSL with MAXWSCLIENTS for machine set to 0 023108.hostname!WSL.32453.3905118720.0: WSNAT_CAT:1193: WARN: Obsolete option used, -t 023108.hostname!WSL.32453.3905118720.0: WSNAT_CAT:1070: ERROR: Cannot boot WSL with MAXWSCLIENTS for machine set to 0 023108.hostname!WSL.32453.3905118720.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed 023108.hostname!tmboot.32446.3635..
[Tuxedo] NLS:4: Cannot open message catalog CMDTUX_CAT..
·
TroubleShooting
NLS:4: Cannot open message catalog CMDTUX_CAT, set 2, num 8350; check TUXDIR=/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/, LANG=C NLS:4: Cannot open message catalog CMDTUX_CAT, set 1, num 866; check TUXDIR=/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/, LANG=C 원인 : TUXDIR 경로가 잘못 잡혀있음. ubbconfig 내의 경로와 같아야함. 해결 : /home/사용자디렉토리/.bash_profile 수정
[Tuxedo] TMADMIN_CAT:188: ERROR: Error while obtaining the Bulletin Board parameters
·
TroubleShooting
[tuxedo@hostname|/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp]$ tmadmin -r tmadmin - Copyright (c) 1996-2016 Oracle. All Rights Reserved. Distributed under license by Oracle. Tuxedo is a registered trademark. TMADMIN_CAT:188: ERROR: Error while obtaining the Bulletin Board parameters 원인 : ubbconfig 파일에서 머신의 이름이 다르게 설정되어있음 해결 : uname -n 으로 머신 이름 확인 후 ubbconfig의 *MACHINES 에서 변경해준다.
[Linux/Unix] 파일 용량
·
OS_Linux&Unix
파일 크기 : KB, MB, GB, TB 2^10 = 1024 1024KB = 1MB 1024MB = 1GB 1024GB = 1TB 64 MB = 65,536 KB 128 MB = 131,072 KB 256 MB = 262,144 KB 512 MB = 524,288 KB 64GB = 65,536 MB 128GB = 131,072 MB 256GB = 262,144 MB 512GB = 524,288 MB
[Linux/Unix] awk 명령어
·
OS_Linux&Unix
awk는 프로그래밍언어로 만들어져서 사용법이 매우... 까다로운 것 같다. awk 명령어 옵션. awk 명령의 기본 형식과 옵션 awk [OPTION...] [awk program] [ARGUMENT...] OPTION -F : 필드 구분 문자 지정. -f : awk program 파일 경로 지정. -v : awk program에서 사용될 특정 variable값 지정. awk program -f 옵션이 사용되지 않은 경우, awk가 실행할 awk program 코드 지정. ARGUMENT 입력 파일 지정 또는 variable 값 지정. awk 사용 예 명령어 옵션 파일의 전체 내용 출력 awk '{ print }' [FILE] 필드 값 출력 awk '{ print $1 }' [FILE] 필드 값에 임의 ..
[Tuxedo] 통계자료 리포팅 관련 명령
·
Middleware_Tuxedo
1. bbs (많이 사용 ★) > bbs Current Bulletin Board Status: Current number of servers: 4 Current number of services: 6 Current number of request queues: 4 Current number of server groups: 3 Current number of interfaces: 0 - 현재 Tuxedo system/T에 구성되어 있는 서버수, 서비스수, Request Queue의 수와 그룹에 대한 정보를 출력 > bbstats(bbs) 2. pclt > pclt LMID User Name Client Name Time Status Bgn/Cmmt/Abrt --------------- ----------..
[Tuxedo] Bulletin Board 정보 조회
·
Middleware_Tuxedo
1. bbs > bbs Current Bulletin Board Status: Current number of servers: 4 Current number of services: 6 Current number of request queues: 4 Current number of server groups: 3 Current number of interfaces: 0 - Bulletin Board 파라미터들의 요약정보를 출력한다. 2. bbls #bbls LMID > bbls IPC resources for the bulletin board on machine simple: SHARED MEMORY: Key: 0x1e240 SEGMENT 0: ID: 342885447 Size: 34490500 Attach..
[Linux/Unix] rpm 명령어
·
OS_Linux&Unix
RPM(RedHat Package Manager) 이란? RPM이란 RedHat Pacage Manager의 약자로 레드햇 계열의 리눅스 배포판에서 사용하는 프로그램(패키지) 설치 관리 도구 입니다. 현재는 RPM Package Manager의 재구적 약자로 사용. 자주 쓰는 RPM 명령어 rpm -ivh [패키지명] 패키지 설치 rpm -Uvh [패키지명] 패키지 업데이트 rpm -qa [패키지명] 패키지 설치 확인 rpm -qa | grep [패키지명] 패키지명이 포함된 항목에 대해 설치 확인 rpm -e [패키지명] 패키지 삭제 옵션 설명 i 옵션은 패키지 설치 U 옵션은 패키지를 설치하되 만약 패키지가 이미 설치된 경우 업그레이드로 진행 v 옵션은 패키지 설치 과정을 출력 h 옵션은 설치 진행률을..
[Linux/Unix] 기동 중인 프로세스 한번에 죽이기 (kill)
·
OS_Linux&Unix
1. ps -ef | grep 프로세스 2. ps -ef | grep 프로세스 | grep -v grep 3. ps -ef | grep 프로세스 | grep -v grep | awk '{print $2}' 4. kill -9 `ps -ef | grep 프로세스 | grep -v grep | awk '{print $2}'` 확인 절차 순으로 나열한 것임. 최종 명령어는 4번으로 진행하면 됨. # 1 [node1@jwchoi:/ofm/jwchoi/sw2/tp/OPatch]# ps -ef | grep WSH jwchoi 5767540 1 0 Sep 20 - 0:00 WSH -c 11 -i 1 -s 363857418 -p 6101 -P 6199 jwchoi 11141400 1 0 Sep 19 - 0:00 WSH..
[Tuxedo] OPatch failed with error code 135 / rollback 에러
·
TroubleShooting
rollback 했으나 해당되는 패치가 없을 때 발생하는 에러 코드 135 # ./opatch rollback -id 34182899 -invPtrLoc /ofm/jwchoi/sw/tp/oraInventory/oraInst.loc Invoking OPatch 11.2.0.1.2 Oracle Interim Patch Installer version 11.2.0.1.2 Copyright (c) 2010, Oracle Corporation. All rights reserved. Argument(s) Error... Patch not present in the Oracle Home, Rollback cannot proceed If the patch was applied using -no_inventory opt..
[Tuxedo] OPatch failed with error code 73 에러
·
TroubleShooting
패치 진행시 에러발생 No read or write permission to ORACLE_HOME/.patch_storage Central Inventory is locked by another OUI instance No read permission to Central Inventory The lock file exists in ORACLE_HOME/.patch_storage The Oracle Home does not exist in Central Inventory ApplySession failed: ApplySession failed to prepare the system. Lock file left by a different patch, OPatch will not try re-using the..
[Tuxedo] OPatch failed with error code 74 에러
·
TroubleShooting
# ./opatch apply /ofm/jwchoi/sw2/tp/OPatch/patches/RP/33735306.zip -invPtrLoc /ofm/jwchoi/sw2/tp/oraInventory/oraInst.loc Invoking OPatch 11.2.0.1.2 Oracle Interim Patch Installer version 11.2.0.1.2 Copyright (c) 2010, Oracle Corporation. All rights reserved. Oracle Home : /ofm/jwchoi/sw2/tp Central Inventory : /ofm/jwchoi/sw2/tp/oraInventory from : /ofm/jwchoi/sw2/tp/oraInventory/oraInst.loc OP..
최선을 다하자!
기록