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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to change default tablespace of self

Re: How to change default tablespace of self

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 16 Oct 2005 10:30:20 -0700
Message-ID: <1129483820.882269.52430@g14g2000cwa.googlegroups.com>


Praveen, Do both set of create table scripts create tables under the same or different owners? If the owners are different then either the create any table privilege will be needed or the scripts should be ran as the owner. If the scripts are ran as the owner and the target tablespaces are the default tablespaces for the owners then only the owner ID and passwords are necessary to create the tables correctly. The owner's ID's should then have the necessary privileges rather than you.

If the target db is a production environment why isn't the DBA the person applying the scripts?

IMHO -- Mark D Powell -- Received on Sun Oct 16 2005 - 12:30:20 CDT

Original text of this message

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