I am trying to inspect a database content inside an Oracle XE
from a Docker POD
, but when I create a query string I get only the first 80 characters from each text column. How could I get the entire content using only the sqlplus
terminal, NOT the SQL Developer
? I tried to use spool
command to send it to a file, but it comes with the same limitation.
Note: THIS EXALMPLE IMAGE MENTIONS CLOB
BUT THE COLUMN IS A VARCHAR2
, SORRY !