티스토리 뷰
반응형
프로시저에서 커서를 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
- iPhone
- 인덱스
- 투싼
- oracle
- PL/SQL
- recovery
- SQLPlus
- Flashback
- Managing Schema Objects
- 윈도우
- 출시일
- PostgreSQL
- 갤럭시S
- postgresql jsonb
- linux
- parameter
- index
- Backup
- 리눅스
- postgresql jsonb index
- query 잘림
- 독도
- MS-SQL
- 오라클
- 아이폰4
- tablespace
- postgresql pg_stat_activity
- 한글
- iOS5
- 아이폰
글 보관함