|
Re: input truncated to character 1 [message #371189 is a reply to message #371176] |
Wed, 13 September 2000 10:21 |
LB
Messages: 13 Registered: September 2000
|
Junior Member |
|
|
It's not anything to worry about...it happens occasionally for no reason I've ever figured out!! I think it has to do with where your run character is placed at the end of your script file.
|
|
|
|
Re: input truncated to character 1 [message #371199 is a reply to message #371176] |
Thu, 14 September 2000 06:49 |
Marcus Fernando
Messages: 34 Registered: September 2000
|
Member |
|
|
It happens in SQL Plus when you run a script from a file using @path\file.sql, for example.
It's not an error. To stop this, put a carriage return character at the end of file, just hit the "Enter" button and save the file.
|
|
|