Home » RDBMS Server » Server Administration » UNDO problem
UNDO problem [message #160048] Thu, 23 February 2006 00:00 Go to next message
mahesh.vadamudula
Messages: 7
Registered: February 2006
Location: vizag
Junior Member
Hi all,

Please Help me. I am working in a distributed database Envronment. From India i am able to connect to US database.
In the remote database i've table with 45 lakh records and i need to populate that table in my local database.

What i've done is that i've taken a logical exp and iam importing. But my question is that,what should be the Ideal size
for UNDO tablespace before i start importing.

Waiting For a sincere reply,

Regards,
Mahi



Re: UNDO problem [message #160121 is a reply to message #160048] Thu, 23 February 2006 06:39 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
ideally, enough to hold a whole transaction. With 9i look into Undo_retention.
Import does the insert with arrays (By default with COMMIT=y, a commit is issued after every table is imported).
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch02.htm#1005347

Re: UNDO problem [message #160504 is a reply to message #160121] Mon, 27 February 2006 00:54 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Mahesh
1 small clarification sought:

Be default Commit=N [..Right..]
In such scenario, Import commits after importing every table.

If commit=Y is set, Import commits after importing each array of rows & not individual rows[size of array depending on buffer size]

Am I right in saying this?

--Girish

[Updated on: Mon, 27 February 2006 00:54]

Report message to a moderator

Re: UNDO problem [message #160584 is a reply to message #160504] Mon, 27 February 2006 07:17 Go to previous message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>Be default Commit=N [..Right..]
>>In such scenario, Import commits after importing every table.
Girish,
You are right and that was a grand-time misinformation from me.
Thanks for pointing.
Previous Topic: When a user had logged in last time??
Next Topic: Database is not getting started automatically
Goto Forum:
  


Current Time: Tue Feb 04 02:23:38 CST 2025