Skip to content

thake/logminer-sql-parser

 
 

Repository files navigation

Logminer SQL Parser

Build Status

Logminer SQL Parser is a performance trimmed SQL parser to read SQL produced by Oracle Logminer (SQL_UNDO and SQL_REDO columns of V$LOGMNR_CONTENTS ). Therefore only statements and formats that Oracle Logminer produces are supported. Logminer SQL parser IS NO general purpose SQL parser.

Logminer SQL Parser is based on JSqlParser (https://github.com/JSQLParser). So if you need a general purpose SQL parser, please consider JSqlParser.

Supported Logminer Statements

Currently the SQL statements of the following Operation Types (OPERATION column) are supported:

  • INSERT
  • UPDATE
  • DELETE

License

Logminer SQL Parser is dual licensed under LGPL V2.1 or Apache Software License, Version 2.0.

About

Logminer SQL Parser is a performance trimmed SQL parser to read SQL produced by Oracle Logminer

Resources

License

Apache-2.0, LGPL-2.1 licenses found

Licenses found

Apache-2.0
LICENSE_APACHEV2
LGPL-2.1
LICENSE_LGPLV21

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%