SQL*Plus (unusual) problem
From: Bostjan Stupica <bostjan.stupica_at_ixtlan.si>
Date: 1997/10/23
Message-ID: <01bcdfde$f5e8cde0$33ab4dc1_at_pc_bostjans>#1/1
Date: 1997/10/23
Message-ID: <01bcdfde$f5e8cde0$33ab4dc1_at_pc_bostjans>#1/1
Hoj!
[Quoted] I have a table A with definition
[Quoted] [Quoted] Name Null? Type ------------------------------- -------- ---- OPO_ID NOT NULL NUMBER(8) OPOMBA NOT NULL VARCHAR2(2000) LOK_ID NOT NULL VARCHAR2(5) REP_ID NOT NULL VARCHAR2(200)
Then I make in SQL*Plus simple SELECT
Exam.: SELECT * FROM TABEL_A WHERE ROWNUM < 2;
and I (allways) get:
"buffer overflow. Use SET command to reduce ARRAYSIZE or increase MAXDATA."
I've tried to modify those values (ARRAYSIZE and MAXDATA), but I still get
this message.
Any ideas what else could be wrong?
-- Boštjan ŠtupicaReceived on Thu Oct 23 1997 - 00:00:00 CEST
