Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Try to add in sql this set sqlprompt ' ' (single quotes) Commented Apr 26, 2019 at 14:47
  • And also try to change <<-EOQ3 to <<EOQ3 Commented Apr 26, 2019 at 14:51
  • @RomeoNinov Thanks for suggestion. I tried both and no change - still have a white space. Commented Apr 26, 2019 at 15:11
  • Try also to add this: set linesize 300, maybe sqlplus wrap somehow the output. And also column file_name format a50 may help Commented Apr 26, 2019 at 15:15
  • 1
    @RomeoNinov SUCCESS! The answer is adding linesize 300 - apparently it was a wrapping issue. Thank you! Commented Apr 26, 2019 at 15:24