Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Stored procedure support Oracle #2007

Open
jenspopp opened this issue May 17, 2024 · 0 comments
Open

[FEATURE] Stored procedure support Oracle #2007

jenspopp opened this issue May 17, 2024 · 0 comments

Comments

@jenspopp
Copy link

I'm trying to parse some log files where stored procedures are used. So the statement would look like:

BEGIN modifyParams( :BP_00000_v, ..., :BP_00012_v ); END;

Is there a way to define "modifyParams" as known keyword? Right now I get:

net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "modifyParams" <S_IDENTIFIER>; at line 1, column 8.; ; Was expecting one of:; ; "("; "ALTER"; "ANALYZE"; "BEGIN"; "CALL"; "COMMENT"; "COMMIT"; "CREATE"; "DECLARE"; "DELETE"; "DESC"; "DESCRIBE"; "DROP"; "EXEC"; "EXECUTE"; "EXPLAIN"; "GRANT"; "INSERT"; "MERGE"; "PURGE"; "REFRESH"; "RENAME"; "REPLACE"; "RESET"; "ROLLBACK"; "SAVEPOINT"; "SET"; "SHOW"; "TABLE"; "TRUNCATE"; "UPDATE"; "UPSERT"; "USE"; "VALUE"; "VALUES"; "WITH"; <K_SELECT>; <ST_SEMICOLON>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant