Menu

#90 Parser exception when "attribute" found

open
5
2012-03-28
2012-03-28
No

PLDoc version: 1.1.2
Oracle version: 11.2.0.1.0

I am getting a parser exception, as shown below although trimmed for brevity, when the keyword "attribute" is found in the plsql.

Last consumed token: ","
net.sourceforge.pldoc.parser.ParseException: Encountered " "ATTRIBUTE" "attribute "" at line 109, co
lumn 6.
Was expecting one of:
"(" ...
"+" ...
"-" ...

This is caused by a call to:

DBMS_SCHEDULER.set_attribute
(
name => l_jobName,
attribute => 'start_date',
value => current_timestamp + interval '10' second
);

plsql accepts this with no problems.

Discussion

  • Gary Bentley

    Gary Bentley - 2012-03-28

    Test file.

     
  • Stuart Turton

    Stuart Turton - 2012-05-09

    Addressed in PLDoc 1.1.3

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.