Import error IMP-00017 and ORA-01950 no privileges on tablespace

Hi,
I am trying to do a full import into a 10.2.0.4 database from a 9.2.0.6 export dumpfile. The tablespaces have already been pre-created. I got this error on one tablespace, and I can't figure out why because I was using SYS to do import, how come SYS doesn`t have this privilege. All objects in other tablespaces were created without this problem.
- IMP-00017: following statement failed with ORACLE error 1950:
     "CREATE TABLE "FYAERLG" ...
- ORA-01950: no privileges on tablespace 'INFOTABLES'
Please help.
Thanks
-lixidon

Who is the owner of "FYAERLG" ?
Try granting the owner of the table, quota on INFOTABLES tablespace.
**Added**
Note [95554.1|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=95554.1] explains a scenario,which could be the reason for this failure.
Edited by: Bobcatalog on Jan 8, 2009 12:49 PM

Similar Messages

  • Exchange Partition and ORA-01950  no privileges on tablespace

    I am getting an ORA-01950 error on exchanging a partition. The user that is being used has been granted 'Unlimited Tablespace' privilege. I can create tables with the user in question in the tablespace in question but the exchange fails with the 1950 error.
    Anyone have any thoughts?

    No it is not. However the user has select, insert,update and delete on all tables in the schema. Not even SYSTEM can perform this without the same error

  • ORA-01950: no privileges on tablespace

    I am trying to move 'test' users table as system to a new tablespace 'tbs2'.
    I am getting the above error, however both system and test users have either resource role or unlimited tablespace privilege ?

    Hey,
    ORA-01950: no privileges on tablespace 'string'
    Cause: User does not have privileges to allocate an extent in the specified tablespace.
    Action: Grant the user the appropriate system privileges or grant the user space resource on the tablespace.
    I believe you can find helpful help in URLs below -
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1063989617206
    ( this one regarding : ORA-01950: NO PRVILIGES ON TABLESPACE...)
    and
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:47812348053
    ( this one regarding : move tables from one
    tablespace to another tablespace)
    Best regards,
    Marcello

  • ORA-01950: no privileges on tablespace 'USERS'  - bug?

    (1)you(SYSTEM) create a XE(APEX)-User with DBA privilege and "create table..."
    (2) later SYSTEM revoke the dba (only uncheck the dba)
    he should have even connect, resource, "create table..." ?
    (3) but he can connect, but not create a table:
    ORA-01950: no privileges on tablespace 'USERS'
    => bug?

    granting of `unlimited tablespace' systemprivilege
    when granting DBA or RESOURCE (and may be someother
    roles too?). could you please point me any?Did you know that it has UNLIMITED TABLESPACE system
    privilege, making it able to create any table
    anywhere in the database – including the SYSTEM
    tablespace? "it" - who is "it"? DBA (or RESOURCE) role? but UNLIMITED TABLESPACE can't be granted to a role.
    Obviously, this is not what you want. You
    would want to restrict the tablespaces to specific
    users only...?i want to find where this issue (or feature) is documented.
    PS ouch. in my previous post i ment implicit granting of that system privilege.

  • Import error imp-00017: following statement failed with oracle error 1659:

    Hi all,
    I am trying to import a file (dmp) which is of 1.63GB size,
    when I type
    imp
    dbname/pwd@db
    c:\filepath
    30720
    no
    no
    yes
    yes
    yes
    I am getting the error imp-00017: following statement failed with oracle error 1659:
    -- end it says Ora-01659 unable to allocate minextents beyond 1 in tablespace USERS
    --unable to create INITIAL extent for segment in tablespace USERS
    --import terminated successfully with warnings
    when I looked into
    select maxbytes,file_name from dba_data_files where tablespace_name='USERS';3.4360+10 c:\oracle\product\10.2.0\oradata\orcl\users01.dbf
    kindly help me in solving this is.
    Regards,
    aak
    Edited by: AAK 460425 on Apr 12, 2009 6:33 PM

    Thanks,
    select bytes from user_free_space where tablespace_name='USERS'
    BYTES
    458752
    720896
    458752
    655360
    43384832
    is the size less?
    My apology I have updated this in the below thread, which is same as this one.
    Re: Import error

  • ORA 01950 no privileges to tablespace 'system'

    Please help,
    I need to create a table as XX user.
    First, I log in as system/manager
    Second, I grant create table privilege to XX
    Third, I log in as UPS and create a table... (X)
    At this point I get an error 'ORA-01950' no privileges to table space 'SYSTEM'. What should I do next? Should I grant assess to tablespace 'System' for UPS?
    Thanks in advance,
    Sonya

    Change the default and temporary tablespaces of the user to something other than SYSTEM, and grant them an unlimited quota on those tablespaces.

  • Help Request: ORA-01950: no privileges on tablespace

    I am a fairly new Oracle DBA. I have a developer who has his own tablespace, and he is getting the error message above when he tries to execute the following script to create a table:
    CREATE TABLE SOA_FWK_VALUE_TRANSLATION
    CONTEXT_ID VARCHAR2(10) NOT NULL,
    TRANSLATION_ID VARCHAR2(10) NOT NULL,
    FROM_QUALIFIER VARCHAR2(30) NOT NULL,
    FROM_VALUE VARCHAR2(250) NOT NULL,
    TO_VALUE VARCHAR2(250)
    , CONSTRAINT SOA_FWK_VALUE_TRANSLATION_PK PRIMARY KEY
    CONTEXT_ID,
    TRANSLATION_ID,
    FROM_QUALIFIER,
    FROM_VALUE
    He has CONNECT as well as CREATE TABLE and CREATE SEQUENCE privledges. What other privledges do I need to grant to him so that he can create his tables and indexes?
    Thank you!

    ORA-01950

  • Import data - errors: IMP-00017, IMP-00003, ORA-04052, ORA-00604, ORA-12154

    When I try to import data from dmp file to my database I found errors whitch repeat all time..
    First console show me:
    IMP-00017: following statement failed with ORACLE error 4052
    then show all procedure in which there are errors. After procedure I've got:
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve service name
    IMP-00017: following statement failed with ORACLE error 4043:
    "ALTER PROCEDURE "CHECK_TIMESTAMP" COMPILE TIMESTAMP '2006-09-18:14:45:"
    "05'"
    IMP-00003: ORACLE error 4043 encountered
    ORA-04043: object CHECK_TIMESTAMP does not exist
    and after that the same errors for another procedures :( What can I do??

    ORA-04052: error occurred when looking up remote
    object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve service name
    and after that the same errors for another procedures
    :( What can I do??Fix the tnsnames.ora i.e. name resolution problem (lookup the description for ora-12154).

  • Import utilities - Error IMP-00017

    Hi !
    Anybody knows how i can fix this problem:
    IMP-00017: following statement failed with ORACLE error 3113:
    "CREATE INDEX "RC0101111" ON "RC010111" ("RC_FILIAL" , "RC_MAT" , "RC_PD" , "
    ""RC_CC" , "RC_SEMANA" , "RC_SEQ" , "R_E_C_N_O_" ) PCTFREE 10 INITRANS 2 MA"
    "XTRANS 255 STORAGE(INITIAL 65536) TABLESPACE "DADOSIDX" LOGGING"
    IMP-00003: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    IMP-00000: Import terminated unsuccessfully
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    Sometimes when I'm importing tables, i get this error, but it's occur not in the same table.
    Anybody has any ideia, how can i fix it ?
    Thanks in advanced.
    Gerson Belini

    The version that I'm using is 8.1.5.
    I got the follow error, trying import the tables again:
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [25012], [7], [0], [], [], [], [], []
    IMP-00017: following statement failed with ORACLE error 20000:
    "BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'SB10101',NULL,NULL,NULL,20888,470,2"
    "0888,1,1,20888,2); END;"
    IMP-00003: ORACLE error 20000 encountered
    ORA-20000: Unable to set values for index SB10101: does not exist or insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 1878
    ORA-06512: at "SYS.DBMS_STATS", line 1970
    ORA-06512: at line 1
    Then the import utility import three or four table more, and generate the error again:
    IMP-00003: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    IMP-00000: Import terminated unsuccessfully
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    If you can help me, I will thanks a lot.
    Thanks in advanced.
    Gerson Belini.

  • Mapviewer demo Import error ( imp-00980 )

    I'm encountering an import problem when attempting to import the mvdemo.dmp sample data that is included with the Mapviewer demo into Oracle 9i PEdition. Is there a problem with the the EXP coming from Oracle v8? Here is a sample of the error log output:
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset conversion)
    . importing SCOTT's objects into SCOTT
    . . importing table "STYLES" 250 rows imported
    . . importing table "THEMES" 7 rows imported
    . . importing table "MAPS" 2 rows imported
    . . importing table "CITIES" 195 rows imported
    . . importing table "COUNTIES" 3230 rows imported
    . . importing table "INTERSTATES" 239 rows imported
    . . importing table "STATES" 56 rows imported
    IMP-00017: following statement failed with ORACLE error 980:
    "BEGIN "
    "execute immediate 'INSERT INTO USER_SDO_GEOM_METADATA values (''CITIES'','"
    "'LOCATION'',mdsys.SDO_dim_array(MDSYS.SDO_DIM_ELEMENT(''X'',-180,180,.00000"
    "005),MDSYS.SDO_DIM_ELEMENT(''Y'',-90,90,.00000005)),NULL) ' ; "
    "COMMIT; END;"
    IMP-00003: ORACLE error 980 encountered
    ORA-00980: synonym translation is no longer valid
    ORA-06512: at line 2
    IMP-00088: Problem importing metadata for index CITIES. Index creation will be skipped
    I have discovered that the following view does not exist in the db:
    USER_SDO_GEOM_METADATA
    Help would be appreciated.
    -Peter

    Try connecting to the database as mdsys.
    Look for a table called sdo_geom_metadata_table, and if it is there see if there
    is anything in it. If there isn't anything in it, or it isn't there, try executing:
    prvtgmd.plb from ORACLE_HOME/md/admin. It looks like the
    views might not have been created correctly.
    Dan

  • Import error IMP-00058

    Hi,
    I am importing a dump file into oracle 9.2.0.4 using import utility. I fired this import utility in nohup mode. It imported 5 tables and then took about 6-8 hours to import the biggest table and failed with the following error messages:
    IMP-00058: ORACLE error 1013 encountered
    ORA-01013: user requested cancel of current operation
    IMP-00018: partial import of previous table completed: 336426 rows imported
    It actually continued to import other tables and finished with warnings.
    Can you please help me out with this issue? I cannot see any other error message. I checked the metalink and could not find any solution. All messages points to modifying sqlnet.ora file, but I am not using it anyway!!.
    Thanks,
    kapil

    Solution Description:
    ====================
    Bug 430972 is fixed in SQL*Net version 2.3.4. Please contact Oracle Support
    Services to see if there is a patch available for your platform.
    To workaround this problem turn off Dead Connection Detection (DCD) by
    removing the SQL*Net parameter sqlnet.expire_time from your "sqlnet.ora" file.
    Solution Explanation:
    ====================
    Either applying the patch or disabling DCD will allow the export to run
    successfully.

  • Export Failing with EXP-00008: ORACLE error 1031 encountered and ORA-01031:

    HI Folks,
    I am trying export the 11.2.0.2.0 database using export 'exp' utility.I am getting below errors while exporting with my 'sa' user. I am below role privileges for the 'sa' user. The export from the same kind of priivileged user in other Database is working.
    1* select * from dba_role_privs where grantee='SA' order by 2
    SQL> /
    GRANTEE GRANTED_ROLE ADM DEF
    SA ACCOUNT_CREATOR NO YES
    SA APPLICATION_CREATOR YES YES
    SA APPLICATION_DBA NO YES
    SA APPLICATION_DEVELOPER YES YES
    SA APPLICATION_USER NO YES
    SA AQ_ADMINISTRATOR_ROLE NO YES
    SA CLARIFY_ADMINISTRATOR YES YES
    SA CLARIFY_REPORTER YES YES
    SA CLARIFY_USER YES YES
    SA CONNECT YES YES
    SA EXECUTE_CATALOG_ROLE NO YES
    SA GATHER_SYSTEM_STATISTICS NO YES
    SA MOB_CONNECT YES YES
    SA SCHEDULER_ADMIN NO YES
    SA SELECT_CATALOG_ROLE YES YES
    (hidh403)/opt/app/adba/crmdb()> exp sa/fre9shen@t1crm9d2 file=sample.dmp log=sample.log
    Export: Release 11.2.0.2.0 - Production on Tue Jan 31 12:55:22 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Tes
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SA
    . exporting PUBLIC type synonyms
    EXP-00008: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    EXP-00000: Export terminated unsuccessfully

    Yes, I do agree.But when i compared with the other database where i am able to export it doesn't have the 'EXPORT_FULL_DATABASE' privs.
    SQL> select * from role_role_privs;
    ROLE GRANTED_ROLE ADM
    HS_ADMIN_ROLE HS_ADMIN_SELECT_ROLE NO
    ACCOUNT_CREATOR APPLICATION_USER YES
    APPLICATION_DBA APPLICATION_OEM_TUNE NO
    APPLICATION_DBA ACCOUNT_CREATOR NO
    EXECUTE_CATALOG_ROLE HS_ADMIN_ROLE NO
    HS_ADMIN_ROLE HS_ADMIN_EXECUTE_ROLE NO
    APPLICATION_DBA APPLICATION_DEVELOPER YES
    SELECT_CATALOG_ROLE HS_ADMIN_ROLE NO
    APPLICATION_DBA APPLICATION_USER YES
    SELECT_CATALOG_ROLE HS_ADMIN_SELECT_ROLE NO
    EXECUTE_CATALOG_ROLE HS_ADMIN_EXECUTE_ROLE NO
    ROLE GRANTED_ROLE ADM
    APPLICATION_DBA APPLICATION_CREATOR YES

  • AVCHD Import Error In Log And Transfer Window

    Hey,
    I just bought FCE4 and also a canon hf100 camera. When i try to ingest clips from the camera (in avchd format) with the log and transfer window an error icon comes up and says : "error: no data" and the file is not successfully imported. I tried switching my audio preferences to normal stereo instead of matrix but that did not help.
    Any help would be great!
    Jackson

    What format exactly did you shoot with that camera? What settings are you using in FCE?

  • Getting error imp-00017 while tryimg to import dump

    HI,
    My imp command is
    USERID= sqapkob/sqapkob@orcl2
    FILE=/export/home/fccus/DUMP/fcpkob2.dmp
    LOG=/export/home/fccus/DUMP/fcpkobexpl.log
    FROMUSER=FCPKOB
    TOUSER=SQAPKOB
    IGNORE=Y
    FEEDBACK=200
    COMMIT=Y
    Rows=Y
    I am getting errors like
    imp-00017following statement failed with oracle error 2304
    create type "TY_IFXML_DATA" TIMESTAMP '2008-03-06' oud '2EE4949FE1' please help me about this and i am new to oracle

    Follow the instructions from this metalink note:
    IMP-17 IMP-3 ORA-2304 IMP-63 FROMUSER/TOUSER Import of Table With Object Column
    Doc ID: Note:1066139.6
    Werner

  • Oracle Import errors  IMP-00098,   IMP-00028 , IMP-00008

    Hi all
    I have successfully exported a schema called ahc from Database 10g Enterprise Edition Release 10.2.0.1.0 on linux.
    but when i imported in test db server running the same OS and Oracle Versions.it returnd errors .
    i took the export three times but got the same error while importing.
    here is out put
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    . . importing table "ADM_DTL" 0 rows imported
    . . importing table "ADVANCES" 1 rows imported
    . . importing table "BANK" 10 rows imported
    . . importing table "BASIC" 2 rows imported
    . . importing table "DESIGN" 240 rows imported
    . . importing table "DISTRICT" 26 rows imported
    . . importing table "EMPLOYEEMAIN" 3 rows imported
    . . importing table "GRADES" 185 rows imported
    . . importing table "ICD" 15413 rows imported
    . . importing table "MAINCODES" 336 rows imported
    . . importing table "QUALIFICATION" 15 rows imported
    . . importing table "SALARY" 2 rows imported
    . . importing table "SPALLOWANCE" 16 rows imported
    . . importing table "TBL_LAB_GROUP" 470 rows imported
    . . importing table "TBL_LAB_MAIN_DTL" 231992 rows imported
    . . importing table "TBL_LAB_MAIN_MAS" 79552 rows imported
    . . importing table "TBL_LAB_OPINION" 856 rows imported
    . . importing table "TBL_LAB_RESULT"
    illegal lob length marker 32770
    bytesread = 00000000000
    TABLE = TBL_LAB_RESULT
    IMP-00098: INTERNAL ERROR: impgst2
    IMP-00028: partial import of previous table rolled back: 137170 rows rolled back
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    *¿4¿¿¿E¿N¿*
    *#¿U="¿1¿¿¿¿;¿~¿O¿¿¿w4H¿¿¿"¿"¿>`N¿¿G¿¿¿¿¿¿¿¿'¿$V¿¿¿¿¿6¿i¿2Xn¿.¿¿_<5H¿¿q¿¿¿¿¿<c¿¿#U07¿¿¿n¿Uh¿*¿¿¿¿¿N¿¿¿v+2db¿9¿¿#jd¿¿¿7¿At¿(*
    *IMP-00008: unrecognized statement in the export file:*
    *¿¿¿V )((*
    *IMP-00008: unrecognized statement in the export file:*
    *¿H¿m¿¿*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    c¿1
    IMP-00008: unrecognized statement in the export file:
    *¿¿¿¿¿PIz¿o/¿¿o¿O¿\¿7¿¿f¿¿¿(¿¿@     @*
    IMP-00008: unrecognized statement in the export file:
    *¿¿¿"¿¿G¿0¿U¿v¿¿1!¿J¿f>¿¿¿44s¿RYD¿j¿¿¿c¿!¿*
    *IMP-00008: unrecognized statement in the export file:*
    *¿¿v)<¿¿i¿:f¿A@*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *¿%¿1¿¿¿K@*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *:BLAN.TERMID:=:GLOBAL.TERMID;*
    *IMP-00008: unrecognized statement in the export file:*
    *:BLAN.SHIFT:=:GLOBAL.SHIFT;*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *END;*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *r100g0b100¿¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r25g100b75@*
    *IMP-00008: unrecognized statement in the export file:*
    *00r50g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r75g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r88g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    Import terminated successfully with warnings.
    Edited by: farnaw4u on Feb 26, 2010 10:17 AM

    Hello,
    You may experience a bug or a corruption in the "dump". If it's a corruption you may retry your export/import.
    But, anyway, the classical Export/Import is not recommended. Starting with 10.1 you should use Datapump
    (expdp/impdp).
    Please, find enclosed a link about this utility:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/part_dp.htm#i436481
    Hope this help.
    Best regards,
    Jean-Valentin

Maybe you are looking for

  • Here's my story! Any advice is appreciated

    It will certainly help *if* you have no installment loan currently - not a huge amount, but every point counts when your scores are really down.

  • ABAP CLASSICAL REPORT

    Hi to all,              Can u please send me your analyzation about the report given below why because i cant understand it.  Please send me your analyzation and how to develop this report. Service Request Title:     Custom SAP Report for MS Get Well

  • Subcon AO PO requires BOTH the 107 and the 109 to be completed before invoice can be paid.

    Hi, Presently the subcon PO with acceptance at origin(AO) selection allows to create an invoice as soon as GR movement 107 is posted. The business requirement now is that system should allow to create invoice only after GR movement 109 is done. Pleas

  • Language of Digital Signature screen

    I have searched the forums and elsewhere and I can't find any additional information on this so I thought I would post it here. We have french Windows 2000 workstations that have a french JRE 1.5.0_06-b05. When they launch an application that has a d

  • Troubles with auto update mechanism and Camera Raw 7.3 update

    Greetings, Attempted an update using the update mechanism from Bridge.  CS6 Design Premium on Mac.  Received a couple error messages when it completed.  Foolishly I did not write down the details. I thought I could just run the update again.  When I