Search code examples
oracle-databasecmdlinesqlplus

Oracle SQL CMD Line


Whenever I perform select statements in the command line tool it doesn't use all of the space.

I've modified buffer size and window size and it just doesn't work.

Here is the screenshot: alt text


Solution

  • In sqlplus, execute this:

    SET LINESIZE 1500