ORA-0938 not enough arguments for function 현상 : ORA-0938 not enough arguments for function 원인 : SQL문이 불충분한 수의 인수로 함수를 호출한 경우에 발생 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0937 not a single-group group function 현상 : ORA-0937 not a single-group group function 원인 : 어떤 SQL문의 선택 list는 어떤 열이 GROUP BY구에서 참조되지 않으면 그열과 Group function를 포함할 수 없다. ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0936 missing expression 현상 : ORA-0936 missing expression 원인 : 1.Comma 기술 뒤에 열이나 표현식이 존재하지 않은 경우에 발생 2.ORA-0917 missing comma을 복귀시킬 가능성 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0934 group function is not allowed here 현상 : ORA-0934 group function is not allowed here 원인 : SQL문의 WHERE구나 GROUP BY구에서 Group function를 사용한 경우 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-00933: SQL command not properly ended 현상 : ORA-00933: SQL command not properly ended 원인 : SQL 문장이 틀림(문법). ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0932 inconsistent datatype 현상 : ORA-0932 inconsistent datatype 원인 : 1.어떤 연산자를 어떤 열에 적용시키려고 하는데 그것의 datatype을 연산자와 함께 사용한 경우 2.ORA-0997 illegal use of LONG datatype을 복귀시킬 가능성 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0922 missing or invalid option 현상 : ORA-0922 missing or invalid option 원인 : option에 임의의 문자가 삽입됨(예:NOT NULL --> NOT_NULL) ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0921 unexpected end of SQL command 현상 : ORA-0921 unexpected end of SQL command 원인 : 불완전한 SQL문일 경우에 발생 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0920 invalid relational operator 현상 : ORA-0920 invalid relational operator 원인 : 관계 연산자를 식별하지 못한 경우 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.31
ORA-0918 column ambiguously defined 현상 : ORA-0918 column ambiguously defined 원인 : 1.둘 이상의 테이블이 한 SQL문에서 참조될 때 발생 2.한개 이상의 지정된 테이블에 존재하는 어떤 열이 해당 테이블로 한정받지 못한 경우 ▶ Tuxedo/오류 메시지(Oracle) 2010.05.27