I am trying to output a query result to a txt file in Windows. The query is being executed in Oracle. I want to export the entire record one by one but gets cut off at the end, the query however displays the full line.
I thought the command: SET linesize 2000 will do the trick but no luck:
Getting: 2702M11F13-XL 38550116-06 Test 3 325 http://www.test.com/clot
Should get (what shows in query output): 2702M11F13-XL 38550116-06 Text 3 325 http://www.test.com/clothing/outerwear/coats/test/hybridge-lite-vest/p/38550116 CAD
Please help. Thanks in advance