beautifier

rgillespi

Member
Hi all, I hope someone can help. We here at Eastern Michigan University are fairly new to the PL/SQL-DEVELOPER. We all seem to like it very well, and have used it in most all of our conversions and day-to-day work.

I have been assigned to research and have have teams utilize the 'beautifier' feature, so that we can have some type of standards.

Here is my dilema..at times when I execute the beatifier I get the expected results, at other times I get --
'PL/SQL Beautifier could not parse text'

I have tried several things and nothing seems to get past this.
no white spaces at end of lines,
string all statements together.
seperate all by 1 line.. etc. etc.

anyone know what causes this???

we're currently on 5.1.3.

I thank you in advance for your assistance.

bob
 
Can you send me a program source that causes this error?

------------------
Marco Kalter
Allround Automations
 
Originally posted by rgillespi:
Hi all, I hope someone can help. We here at Eastern Michigan University are fairly new to the PL/SQL-DEVELOPER. We all seem to like it very well, and have used it in most all of our conversions and day-to-day work.

I have been assigned to research and have have teams utilize the 'beautifier' feature, so that we can have some type of standards.

Here is my dilema..at times when I execute the beatifier I get the expected results, at other times I get --
'PL/SQL Beautifier could not parse text'

I have tried several things and nothing seems to get past this.
no white spaces at end of lines,
string all statements together.
seperate all by 1 line.. etc. etc.

anyone know what causes this???

we're currently on 5.1.3.

I thank you in advance for your assistance.

bob

Hi, the beautifier parses single objects as procedures triggers packages, ..., single SQL, but nut for example SQL*PLUS-Scripts,
then i get the same message.
orca
 
Back
Top