RTC for oracle package and Db2 stored procedure development
Will RTC support the team development of oracle packages and Db2 stored procedures.
Will it be possible to manage the version and concurrent changes to the oracle packages.
Can we deploy oracle packages and DB2 stored procedures to different environments (development --> TEST --> PROD ) from RTC?
If that is the case then it would very handy.. single place for the complete development and deployment!
Thanks,
Sai
Will it be possible to manage the version and concurrent changes to the oracle packages.
Can we deploy oracle packages and DB2 stored procedures to different environments (development --> TEST --> PROD ) from RTC?
If that is the case then it would very handy.. single place for the complete development and deployment!
Thanks,
Sai
2 answers
Like most SCM systems, the interface between RTC-SCM and your
development environment is the file system. You need to make sure to
use an automated procedure (such as the RTC build system) to deploy your
changes from your RTC sandbox into the database, and not short-circuit
the process by directly modifying the database copy.
Cheers,
Geoff
On 12/27/2011 2:38 PM, lmm wrote:
development environment is the file system. You need to make sure to
use an automated procedure (such as the RTC build system) to deploy your
changes from your RTC sandbox into the database, and not short-circuit
the process by directly modifying the database copy.
Cheers,
Geoff
On 12/27/2011 2:38 PM, lmm wrote:
Will RTC support the team development of oracle packages and Db2 stored procedures.
Will it be possible to manage the version and concurrent changes to the
oracle packages.
Can we deploy oracle packages and DB2 stored procedures to different
environments (development --> TEST --> PROD ) from RTC?
If that is the case then it would very handy.. single place for the
complete development and deployment!