Home » RDBMS Server » Server Utilities » Error using IMP (importing a schema) (oracle9i, winxp)
Error using IMP (importing a schema) [message #300655] Sun, 17 February 2008 09:04 Go to next message
oraclewannabe
Messages: 26
Registered: January 2008
Junior Member
hello guys

i have a xxx.exp export file which contain 'abc' schema from a friend using another system running oracle9i.

now i have install oracle9i with a default database(one with scott/tiger) already.

1) i have login as system/manager and create a user with the name 'abc'. Granted connect role to it.

2) Then i go to command prompt and i type the following command
imp system/xxxxxx file=c:\xxx\xxx.exp fromuser=abc touser=abc

3) then as the table started to import, i have got this error coming out

IMP-00017: following statement failed with ORACLE error 1950:
"CREATE TABLE "PROVIDER_AREA" ("blarblarblar....")) PCTFREE 10 PCTUSED 40 INITRANS 1"
" MAXTRANS 255 STORAGE(INITIAL 598016 FREELISTS 1 FREELIST GROUPS 1)"
"LOGGING NOCOMPRESS"
IMP-00003: ORACLE error 1950 encountered
ORA-01950: no privileges on tablespace 'SYSTEM'

any advice gurus ??
Re: Error using IMP (importing a schema) [message #300658 is a reply to message #300655] Sun, 17 February 2008 09:34 Go to previous messageGo to next message
Michel Cadot
Messages: 68665
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
You created a user without giving a default tablespace
-> his default tablespace is SYSTEM
You didn't grant him quota on this tablespace
-> he can't create a table in it
So the error.

Regards
Michel
Re: Error using IMP (importing a schema) [message #300692 is a reply to message #300658] Sun, 17 February 2008 20:01 Go to previous message
oraclewannabe
Messages: 26
Registered: January 2008
Junior Member
clear and precise answer. thanks!
Previous Topic: IMPDP Question
Next Topic: problem with exp command
Goto Forum:
  


Current Time: Fri Jun 28 15:34:22 CDT 2024