SQLPlus Newline Character
Not exactly one character will produce a new line in Oracle’s SQLPlus. By piping the ASCII CHR(13) then piping the ASCII CHR(10) in that order ( || CHR(13) || CHR(10) … Continue Reading →
Resolutions found with SQL Server and other types of databases
Oracle database system
Not exactly one character will produce a new line in Oracle’s SQLPlus. By piping the ASCII CHR(13) then piping the ASCII CHR(10) in that order ( || CHR(13) || CHR(10) … Continue Reading →
Today, for the first time, I configured TDP (Tivoli Data Protect) for Oracle on Linux . I had already have done this many times before on AIX. The Linux version requires … Continue Reading →