Re: Newbie question: how to change ownership of a table
From: Jonathan Lewis <Jonathan_at_jlcomp.demon.co.uk>
Date: Sun, 19 Feb 1995 18:14:03 +0000
Message-ID: <793217643snz_at_jlcomp.demon.co.uk>
Date: Sun, 19 Feb 1995 18:14:03 +0000
Message-ID: <793217643snz_at_jlcomp.demon.co.uk>
In article <Pine.SV4.3.91.950219222437.11711A-100000_at_brisbane.DIALix.oz.au>
gers_at_brisbane.DIALix.oz.au "Thomas Mudd" writes:
: The fastest way is probably to do an export and then do an import
: using the from user and to user options. This would be a lot easier on
: the rollback segments and would take a lot less cpu.
:
In response to
: > >
: > > CREATE TABLE new_owner.table
: > > as SELECT * FROM old_owner.table
: > >