liquibase / liquibase-oracle

Liquibase extension to add improved Oracle support
Apache License 2.0
48 stars 39 forks source link

schemaName is not allowed on oracle #6

Closed stefanborghys closed 10 years ago

stefanborghys commented 10 years ago

Hey,

I'm having trouble executing a createTrigger script. It keeps returning following message: "schemaName is not allowed on oracle, ...". I'm using dbchangelog-3.1.xsd and extention liquibase-oracle-3.0.0.jar against an Oracle XE database. Strangely it works on another project using liquibases dbchangelog-2.0.xsd (don't know if this has something to do with it). I tried creating the trigger using sqlDeveloper and this works. Is there anything you could think of i'm doing wrong? I also tried multiple combinations, names, with and without schemaName, but none of them works.

Command line output: liquibase_failed

Databasechangelog: databasechangelog

Create trigger changeset example: vote_id_trigger

stefanborghys commented 10 years ago

Ok, it seems i was to quickly on posting this because i found another issue https://github.com/liquibase/liquibase-oracle/pull/3 regarding the same problem.

Any plans on releasing a new version in the near future?

nvoxland commented 10 years ago

Pull request brought in that should resolve this.

stefanborghys commented 10 years ago

Ok, thanks

safe42 commented 7 years ago

I have the latest version, 3.3, but I still get this error. /Magnus

stefanborghys commented 6 years ago

Hey @safe42

Since this bug had already been closed on 13/02/2014 i recommend you to post a new one, If you are still having this issue.