티스토리 뷰
반응형
프로시저에서 커서를 loop로 돌리는데 발생한 에러..;;
# DBMS_OUTPUT Errors
DBMS_OUTPUT subprograms raise the application error ORA-20000,
and the output procedures can return the following errors:
ORU-10027 : Buffer overflow
ORU-10028 : Line length overflow
해결 1>
set SERVEROUTPUT ON SIZE n
SIZE sets the number of bytes of the output that can be buffered within the Oracle8i or Oracle9i database server. The default for n is 2000. n cannot be less than 2000 or greater than 1,000,000.
해결 2>
exec DBMS_OUTPUT.ENABLE (n);
반응형
'DataBase > Oracle' 카테고리의 다른 글
잡다한 쿼리구문- 쉬운데 자주 깜박하는 것들 검색용 (0) | 2012.07.23 |
---|---|
NLS 관련 검색 (0) | 2012.04.25 |
윈도우 환경에서 sqlplus / as sysdba 접속이 바로 안될때 (0) | 2012.02.29 |
우분투 네트워크 ip 설정 (0) | 2011.09.26 |
오라클 정규식 (0) | 2011.04.26 |
반응형
최근에 올라온 글
- Total
- Today
- Yesterday
TAG
- 한글
- 윈도우
- Managing Schema Objects
- tablespace
- 갤럭시S
- 독도
- SQLPlus
- iPhone
- oracle
- 인덱스
- 아이폰4
- 오라클
- Flashback
- postgresql jsonb
- 투싼
- postgresql pg_stat_activity
- recovery
- 아이폰
- parameter
- postgresql jsonb index
- index
- 출시일
- 리눅스
- query 잘림
- iOS5
- PostgreSQL
- PL/SQL
- MS-SQL
- Backup
- linux
글 보관함