[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