[Liquibase-user] Re commendation

2009-05-18 Thread jfrapper
Greetings, With the way our Oracle DBA's have setup security, after every time that Liquibase executes one or more change sets, they would like us to run a grants package. For example: EXEC xxx_meta.GRANTS_PKG.SCHEMA_GRANTS('xxx_OBJ'); How should I hook this into the Liquibase update

Re: [Liquibase-user] Changelog parameters

2009-05-04 Thread jfrapper
Hey Nathan, Both versions work fine referring to the jar file directly. Cheers, JF -- View this message in context: http://www.nabble.com/Changelog-parameters-tp23265536p23372803.html Sent from the LiquiBase - User mailing list archive at Nabble.com.

Re: [Liquibase-user] Changelog parameters

2009-04-30 Thread jfrapper
Well, I got the 1.9.3, built it successfully with the changes you posted... When I ran liquibase with the parameters, I just get the help message. I have attached the Main.java with the changes included. Cheers, JF http://www.nabble.com/file/p23317219/Main.java Main.java -- View this

Re: [Liquibase-user] Changelog parameters

2009-04-29 Thread jfrapper
I will give it a shot and let you know if there are any issues. Cheers, JF -- View this message in context: http://www.nabble.com/Changelog-parameters-tp23265536p23301452.html Sent from the LiquiBase - User mailing list archive at Nabble.com.

Re: [Liquibase-user] Changelog parameters

2009-04-28 Thread jfrapper
Hi Nathan, I tried it with underscores and also just using the two words together, for example schemaname. Neither attempt worked. The liquibase.bat just doesn't like my properties. Is there any other information I can provide? Here is a sample changeset: changeSet author=(generated)

Re: [Liquibase-user] Changelog parameters

2009-04-28 Thread jfrapper
I get the help message, for example: liquibase --driver=oracle.jdbc.OracleDriver --classpath=C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar --changeLogFile=sql\base.changelog.xml -url=jdbc:oracle:thin:@local:1521:asdf --username=my_user --password=my_pass Dschemaname=my_schema

[Liquibase-user] Changelog parameters

2009-04-27 Thread jfrapper
Greetings, I am using changelog parameters in my liquibase changelogs. Everything works fine from the ant task, but I cant get them to be recognized from the command line. Here is a sample: liquibase --driver=oracle.jdbc.OracleDriver

[Liquibase-user] New liquibase user - a couple of initial questions

2009-03-04 Thread jfrapper
Greetings, I am evaluating liquibase for usage in our company to continuously integrate the database and I had a couple of initial questions. They are oracle specific. 1. Is there a tag I could use to create a synonym? 2. How would I insert data using an oracle sequence? The answer to both