Posting Formatted Code in Blogger

Formatting Tool: Here

Instructions on how to setup syntax highlighter on blogger:

Tool to convert HTML to escaped HTML: here

syntaxhighlighter list of supported language for <class> attribute.
Example syntax highlighting
print "I like python

Write sqlplus output

Use spool to write output to console:  SPOOL and turn off with  SPOOL OFF

Print to a file with:
SPOOL <output file path>
link 1, 2