Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy/Paste Truncate in SQL Plus

Status
Not open for further replies.

dbomrrsm

Programmer
Joined
Feb 20, 2004
Messages
1,709
Location
GB
Probably a dead eary one for you experts but I am trying to paste a large piece of code into SQL Plus and it keeps truncating the text at line 90.

What do I need to do to be able to paste in large code blocks ?

TIA

[bandito] [blue]DBomrrsm[/blue] [bandito]

[blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple]
 
In addition to Sem's fine solution (which creates a re-used file named AFIEDT.BUF), if you have that much code to paste into the SQL*Plus prompt, I'm wondering why you would not want to same it all to an explicit file (so that you can re-use and re-edit the code), and run it from the SQL*Plus prompot as "@file_name".

Let us know.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)

Do you use Oracle and live or work in Utah, USA?
Then click here to join Utah Oracle Users Group on Tek-Tips.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top