C 컴파일러 관련 사항(AIX) 주의 : 컴파일러, 링커에서는 OBJECT_MODE=32_64 를 허용하지 않는다. 환경변수를 이와 같이 설정하면 다음과 같은 에러가 발생한다. 1501-254 OBJECT_MODE=32_64 is not a valid setting for the compiler. 주의 : 디폴트 모드를 결정하기 위해 OBJECT_MODE를 사용하고 있는 것을 일반 사용자가 모르고 있다면 심각한 문제가 발생할.. ▶ Tuxedo/C 2010.06.25
ORA-01237 cannot extend datafile %s 현상 : ORA-01237 cannot extend datafile %s 원인 : O/S 레벨에서는 file size를 1TB 이상 지원한다고 하는데, oracle datafile을 2G 이상으로 resize하려고 한다거나 tablespace에 datafile을 추가하거나 생성할 때, 2G 이상 주면 file size limit에 걸리는 현상 발생 조치 : 화일 시스템에서 large file을 사용하기 위해서는 화일 시스템을.. ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
ORA-1157, ORA-1110 현상 : ORA-1157 : cannot identify data file 11 - file not found ORA-1110 : data file 11 : '/user1/oracle7/dbs/user2.dbf' 원인 : OS 명령으로 DATA FILE 을 삭제한 경우 조치 : DATABASE STARTUP시 STARTUP MOUNT 단계까지 실행한 후, 문제의 데이타 화일을 OFFLINE 시킨다. 데이타베이스를 오픈한다. 단 데이타베이스 오픈이 정상적으로 수행되면 .. ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
ORA-01118: cannot add any more database files: limit of XXX exceeded 현상 : ORA-01118: cannot add any more database files: limit of XXX exceeded 원인 : 데이타 화일의 갯수가 MAXDATAFILES 값에 도달한 경우 발생 조치 : MAXDATAFILES를 늘리기 위해서는 DB를 새로 만들어야 하며 그 이후 버젼을 사용중이라면 콘트롤 화일을 새로 만들어서 MAXDATAFILES를 늘릴 수 있다 ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
ORA-9992, ORA-9993, ORA-1102 현상 : ORA-9992 scumnt: failed to open <FILENAME> ORA-9993 scumnt: failed to lock <FILENAME> ORA-1102 cannot mount database in exclusive mode 원인 : 서로 독립적인 두개의 instance가 동일한 database file들을 동기화 (synchronisation)없이 access할 수 있기 때문에 database corruption을 유발시킬 수 있었다. 조치 : database의 db_name이 변경되면.. ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
ORA-1039: insufficient privileges on underlying objects of the view 현상 : ORA-1039: insufficient privileges on underlying objects of the view. 원인 : SYS user가 아닌 다른 user로 SQL Analyze에 로그인하여 SQL statement에 대한 explain plan 옵션을 사용할 때 다음과 같은 에러가 발생 조치 : 1.dictionary table/view들을 validate시켜 놓으려면 dba가 read 권한만 SQL Analyze를 수행하는 user에게 grant하면 충분하.. ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
ORA-1036 현상 : TPFAILED ...................... sqlca.sqlcode ==> -1036 ORACLE에서 단독으로 실행하면 문제가 발생되지 않고 OUTPUT을 정확하게 출력하지만 TP/M와 함께 실행이 되면 SQL SELECT문을 수행하지 못하고 sqlca.sqlcode ==> -1036의 MESSAGE를 뿌리고 실행을 멈춘다. 원인 : ORACLE에서 Version간의 Segment 정의부분이 다르기 때문 .. ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
ORA-1034, ORA-7320, ORA-7429 현상 : ORA-1034, "ORACLE not available" ORA-7320, "smsget: shmat error when trying to attach sga." ORA-7429, "smsgsg: shmget() failed to get segment." 원인 : ORACLE DBA 사용자만 데이타베이스를 ACCESS할수 있고 다른 사용자는 SQL*PLUS 등을 통하여 CONNECT를 하려고 할때 다음 에러가 발생 할경우 ▶ Tuxedo/오류 메시지(Oracle) 2010.06.09
makefile에서 error 현상 : makefile에서 error System default option values takem from: /aros1/oracle/proc/pmscfg.h Preprocessor error at line 235, column 1, file fa113read.pc: 1 (1) PCC-S-02018, found end-of -file while scanning comment (1) PCC-F-02102, Fatal error while doing C preprocessing *** Error code 1 Make: . Stop. 원인 : 주석 처리된 부분에서 "{"가 포함되어 발생된 error임. 조치 : .. ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03
CMDTUX_CAT:520: unused arguments passed to buildServer 현상 : makefile에서 error [SQNT1]/aros2/users/uatijik/aros/svc > make buildServer -o ra1s0160 -f ra1ssv1281.o \ -f ra1ssv1303.o \ -f /aros2/tuxedo/lib/macro.o \ -f /aros2/tuxedo/lib/librecv.a \ -f /aros2/tuxedo/lib/libreal.a \ -f /aros2/tuxedo/lib/libFA101Read.a \ CMDTUX_CAT:520: unused arguments passed to buildServer *** Error code 1 make: . Stop. 원인 : -f /aros2/tuxedo/lib/libFA101R.. ▶ Tuxedo/오류 메시지(Tuxedo) 2010.06.03