strings is showing output by splitting a line into two

355 views Asked by At
oracle$ strings spfilesid.ora |grep LOCATION
*.log_archive_dest_1='LOCATION=/oraprod/sid/

oracle$ strings spfilesid.ora |less
*.log_archive_dest_1='LOCATION=/oraprod/sid/
flash_recovery_area/archivelog'

The output of strings command is getting split into two lines. Do not think this is a problem with width of the screen.

Re-created spfile and still have the same issue.

Created pfile from the spfile and the pfile shows the value in single line.

Db shows (via sqlplus and show parameter) value in absolute path and in one line.

what is the reason for strings splitting the line into two? how to fix it?

0

There are 0 answers