If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > triggers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-03, 09:46
Alexxx12 Alexxx12 is offline
Registered User
 
Join Date: Sep 2002
Location: NJ
Posts: 139
triggers

Hi,

Can anyone tell me where I can find the definition of a mutating trigger and its purpose?

alex
Reply With Quote
  #2 (permalink)  
Old 01-28-03, 12:14
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: triggers

Quote:
Originally posted by Alexxx12
Hi,

Can anyone tell me where I can find the definition of a mutating trigger and its purpose?

alex
Look at the documentation here:

http://technet.oracle.com/docs/produ...13trg.htm#7445
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 01-28-03, 16:38
Alexxx12 Alexxx12 is offline
Registered User
 
Join Date: Sep 2002
Location: NJ
Posts: 139
Hi,

Thank you for your reply.

This document talks about Mutating tables, not triggers. is the concept the same?
Reply With Quote
  #4 (permalink)  
Old 01-29-03, 05:04
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Quote:
Originally posted by Alexxx12
Hi,

Thank you for your reply.

This document talks about Mutating tables, not triggers. is the concept the same?
Yes, mutating tables is the correct term, and it is something that only happens with triggers.
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #5 (permalink)  
Old 01-30-03, 04:03
mahesh_bk1 mahesh_bk1 is offline
Registered User
 
Join Date: Jan 2003
Location: Bangalore
Posts: 44
Arrow Re: triggers

You can read ORACLE 8i Advanced PL/SQL programming by scott urman.If u refer the page 298 in this book...u will find the solution of this problem.


Mash

Quote:
Originally posted by Alexxx12
Hi,

Can anyone tell me where I can find the definition of a mutating trigger and its purpose?

alex
Reply With Quote
  #6 (permalink)  
Old 01-30-03, 17:34
Alexxx12 Alexxx12 is offline
Registered User
 
Join Date: Sep 2002
Location: NJ
Posts: 139
Adding a datafile while db online

Hi,

Thank you the reply. I have another question:

I just added a new disk, How would I move a data file from one disk to another, without shutting down the database ?

Alex.
Reply With Quote
  #7 (permalink)  
Old 01-30-03, 17:51
Alexxx12 Alexxx12 is offline
Registered User
 
Join Date: Sep 2002
Location: NJ
Posts: 139
COmmit

Hi,

What is two-phase commit ?
Reply With Quote
  #8 (permalink)  
Old 01-31-03, 00:43
NoviceNo1 NoviceNo1 is offline
Registered User
 
Join Date: Jan 2003
Location: Woking
Posts: 107
Re: Adding a datafile while db online

Quote:
Originally posted by Alexxx12
Hi,

Thank you the reply. I have another question:

I just added a new disk, How would I move a data file from one disk to another, without shutting down the database ?

Alex.

Hi,
Make the tablespace offline and then move the file.
__________________
nn
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On