Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Changing table owner

Re: Changing table owner

From: <ashokbh_at_my-deja.com>
Date: Fri, 01 Oct 1999 20:44:54 GMT
Message-ID: <7t36g3$hab$1@nnrp1.deja.com>


The Only way you can change table owner is by recreating the table in the new schema.

eg:

login with the new schema and then

CREATE NEW_TABLE_NAME AS
--STORAGE -- if required
SELECT * FROM OLD_SCHEMA.TABLE_NAME; Take care,
Ashok

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Oct 01 1999 - 15:44:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US