vote up 2 vote down star
1

Hello. Does anyone knows a good formatter for PL/SQL free and offline?

Thank you very much.

flag

2 Answers

vote up 0 vote down check

There is a desktop version for SQLinForm

link|flag
The desktop version is not working till March 09, but this kind of tool is what I was looking. Thank you – german1981 Feb 9 at 15:28
vote up 3 vote down

Not really sure what you mean by "offline", however Oracle has a tool called SQL Developer that is free and can download from their website. It has some formatting options you can apply to your code.

link|flag
I mean that does not require an internet connection. I will try both sugestions. Thank both. – german1981 Feb 6 at 20:42
SQL Developer does not require an internet connection. – Jeffrey Kemp May 20 at 3:50
Can SQLDeveloper be configured so that output won't suck? For example, it insists on putting every column in SQL statements on its own row, and aligning := operators below each other, even if interspersed with other code... – Juraj Oct 22 at 14:11
Ditto to what Juraj said -- SQLDeveloper's formatter appears to be designed to format single SQL statements, not PL/SQL. It makes a hash of my packages, anyway. – Sean McMillan yesterday

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.