11gR2

What measures should a pl/sql developer take to minimize disruption to
production processes when compiling changed plsql cod into prod..

For example, I have both Java and other PL/SQL code making calls to a
package which I need to modify. I make the modifications in DEV and now I
want to compile it in Prod. What measures can I take to avoid ORA-04068 and
other such problems.

For example, if I have global package variables defined in the body, could
this cause problems? What if those variables were defined as CONSTANT, would
that make a difference. I've heard that making a separate package spec where
these global variables can be defined can be helpful, but I've also heard
that with 11gR2, that's not so much of a problem.

Thanks,
Mike

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to