|
Question:
SQL*Plus and Windows 2000 do
not seem to be compatible, for WRAP. When I go into
environmental settings, I play around with
everything. I play with Buffer and Line Size and
Page Size. I either get the data, truncated to the
right, leaving off columns, or I get the data, with
the column headings truncated.
I get: PROGRAM ERROR: PLUS33W.exe has
generated errors and will be closed by Windows. You
will need to restart the program.
Answer:
I would start by checking your database versions, as
I’ve seen this before when you are using
incompatible SQL*Net clients (connecting from an old
SQL*Net client to a newer database). Download a the
latest 10g client for SQL*Plus:
http://www.oracle.com/technology/software/
Here is a good description of debugging the wrap
utility from Dave Moore's
book "Oracle Utilities":
http://www.praetoriate.com/teas_prae_util28.htm
The book is also a good detailed reference:
http://www.rampant-books.com/book_2003_1_utils.htm
|