Re: [Liquibase-user] Re commendation

2009-05-19 Thread Voxland, Nathan
The upcoming 2.0 version will allow much better support for integrating
features like this into the liquibase life cycle.  For now, the best
option may be to create a custom change class
(http://www.liquibase.org/manual/custom_refactoring_class) that wraps
the generation of your exec statements nicely.  You will have to add it
to the end of each changeSet if you need it to run on after each
changeset, however.

Nathan

-Original Message-
From: jfrapper [mailto:jfrap...@lycos.com] 
Sent: Monday, May 18, 2009 2:55 PM
To: liquibase-user@lists.sourceforge.net
Subject: [Liquibase-user] Re commendation


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 process.  I really dont
want to put it at the end of each differential file.  Suggestions?!

Cheers,
JF
-- 
View this message in context:
http://www.nabble.com/Recommendation-tp23604277p23604277.html
Sent from the LiquiBase - User mailing list archive at Nabble.com.



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user


[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 process.  I really dont
want to put it at the end of each differential file.  Suggestions?!

Cheers,
JF
-- 
View this message in context: 
http://www.nabble.com/Recommendation-tp23604277p23604277.html
Sent from the LiquiBase - User mailing list archive at Nabble.com.


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user


Re: [Liquibase-user] Re commendation

2009-05-18 Thread Diego Moreira da Rosa
On Mon, May 18, 2009 at 4:54 PM, jfrapper jfrap...@lycos.com wrote:
 How should I hook this into the Liquibase update process.  I really dont
 want to put it at the end of each differential file.  Suggestions?!

I usually put this kind of thing in my Ant script, after the call to
Liquibase update task.

Cheers,
Diego

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user