Testing Syntax Highlighter….

I am not happy with the technical code part that I post over here. Though I know that I have to use some syntax highlighter but I just behaved lazy and didn’t try even to search for one. As like always, Sidhu came as a rescue and asked me install Syntax Highlighter which is a wordpress plugin. I am going to give it a try and see how it shows my code. So this is just a test post for checking the code and the plugin :-).

SQL> set long 10000000 
SQL> set longchunksize 10000000 
SQL> set linesize 200 
SQL> select dbms_sqltune.report_sql_monitor from dual;
SQL>select count(*) from test;

  COUNT(*) 
———- 
   1101904

Hope the highlighting is not over-done 🙂 !