p2p.wrox.com Forums

Need to download code?

View our list of code downloads.

Go Back   p2p.wrox.com Forums > SQL Server > SQL Server DTS
I forgot my password
Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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 tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
DRM-free e-books 300x50
Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old March 8th, 2006, 04:56 AM
Registered User
 
Join Date: Mar 2006
Location: Seoul, , Republic of Korea.
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?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old August 14th, 2007, 08:39 AM
Registered User
 
Join Date: Aug 2007
Location: , , .
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Different color for a piechart segment ??? harifsheik C# 2005 3 July 30th, 2008 03: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 02:59 AM
How to set Oracle Stored Procedure Timeout jcslam Oracle 0 October 18th, 2004 04:38 AM
Inserting just the time segment Trojan_uk SQL Server ASP 1 April 15th, 2004 11:03 AM



All times are GMT -4. The time now is 11:23 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© 2010 Wiley Publishing, Inc