I read that to use a function fflush()in oracle, each line in the output must end with a new line character. Will it put_line()automatically enter a new line character that needs work fflush()?
What is the new line symbol ( \r\nor \nor OS dependent) that is needed fflush()? And what is the new line ( \r\nor \nor OS dependent) that put_line()introduces, if at all?
source
share