RE: Help needed on triggers

RE: Help needed on triggers

 

  

Create the same table under the new owner and move the data, then drop the old table.

E.g.:

Create table newowner.test as select * from sys.test; -- that will create the table and get the data in
Drop table sys.test; -- drop the old table

Then create your triggers on the new table.

Chris.

-----Original Message-----
From: Barnali [mailto:oracledba-ezmlmshield-x16444500.[Email address protected]
Sent: Thursday, March 29, 2007 8:56 AM
To: LazyDBA Discussion
Subject: Help needed on triggers



Hi all,

I have accidentally created some objects under sys.

However now I want to change the owner of the table to an user other than
sys so that I can write triggers.

Is there any way out?


Regards,Barnali Buxy



---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY
To post a dba job: http://jobs.lazydba.com
To Subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html




Oracle LazyDBA home page