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: import a dump file from another oracle question.

Re: import a dump file from another oracle question.

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 13 Jun 2002 22:03:13 +0200
Message-ID: <ugkp82nqlc4544@corp.supernews.com>

"Michael Wu" <kuohwa_at_ms21.hinet.net> wrote in message news:ae9qrb$o75$1_at_news.is.net.tw...
> Dear All,
>
> Does import a dump file from production to test environment, need to
create
> user or grant some special right?
>
> Our company use 8.1.6.0.0 oracle server, Sun OS 2.7, Sun 3500, 4 cpu, 4GB
> RAM. and the testing environment has the same level of software and OS,
but
> maching was samll, only Netra T1, 512 MB, 1cpu.
>
> I've dump a export from production using follow command:
>
> exp userid=sys/abcdef_at_production file=/export/home/tmp/product.dmp
> compress=n full=y direct=y log=pays.log
>
> when I import then using follow commnad:
>
> imp userid=system/manager_at_test file=product.dmp full=y log=test.log
>
> but it shows a message such:
>
> ORA-01658: unable to create INITIAL extent for segment in tablespace
MEMBERS
>
> ORA-01950: no privileges on tablespace 'MEMBERS'
>
> Should I grant proper privilege to each user before import?
>
> Thank you very much!!
>
> Best Regards
> Michael Wu
>
> kuohwa_at_ms21.hinet.net
>
>
>
>
>

ora-1950 in your case means
alter user <username> quota <n>k|<n>M|unlimited on tablespace members;

Hth Received on Thu Jun 13 2002 - 15:03:13 CDT

Original text of this message

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