Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 8th, 2006, 04:56 AM
Registered User
 
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Samuel Choi
Default How can I set ROLLBACK SEGMENT of Oracle in SSIS?

Hi, Anyone.

I am using SQL Server 2005 SSIS(SQL Server Integration Service).

The source DB is Oracle 9i.
There are several rollback segments in Oracle, but these rollback segments are small except one.

So, I want to use the largest rollback segment when data exporting.

How can I set the largest rollback segment in SSIS workflow?


 
Old August 14th, 2007, 07:39 AM
Registered User
 
Join Date: Aug 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Samuel,

Within oracle envirement you can set rollback segment for a transaction by

SET TRANSACTION USE ROLLBACK SEGEMENT rbig;

where "rbig" will be the larget rollback segment name

Hope it helps you ...

Thx





Similar Threads
Thread Thread Starter Forum Replies Last Post
Different color for a piechart segment ??? harifsheik C# 2005 3 July 30th, 2008 02:40 AM
How can I set ROLLBACK SEGMENT of Oracle in SSIS? Samuel Choi SQL Server 2005 0 March 8th, 2006 04:55 AM
Stack segment fuehrer C++ Programming 1 April 29th, 2005 01:59 AM
How to set Oracle Stored Procedure Timeout jcslam Oracle 0 October 18th, 2004 03:38 AM
Inserting just the time segment Trojan_uk SQL Server ASP 1 April 15th, 2004 10:03 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.