Pretty Printer for Oracle TNS entries? -


I have some TNS entries formatted as a single line. Is there any beautiful printer available? Here is an example of what I got.

  (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = trac403- vip.pixar.com) (port = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = tmpltest ) (You can go here) (INSTANCE_NAME = tmpltest3))    

P>

  (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = trac403- vip.pixar.com) (port = 1521)) (CONNECT_DATA = (server) = DEDICATED) (SERVICE_NAME = tmpltest) (INSTANCE_NAME = tmpltest3)))    

Comments