No privileges on tablespace

SQL > CREATE TABLESPACE DATAFILE 'c:\oradata\tt01.dbf' SIZE 1 M tt
LOCAL MANAGEMENT MEASURE
SEGMENT SPACE MANAGEMENT AUTO;

SQL > create user identified by xx xx
tt01 tablespace default temporary tablespace temp;

Created by the user.

SQL > grant create session, create a table for XX;

Grant succeeded.

SQL > conn XX/XX
Connected.

SQL > create table ee (number of eno, ename varchar2 (10));
create table ee (eno number, ename varchar2 (10))
*
ERROR on line 1:
ORA-01950: no privileges on tablespace 'XX '.

What privileges must be given? I don't want to use the role of 'resource '.

Vivi says:
My tablespace size is 1 M so why I need the quota clause

By default, no user has the privilege to use any space in any tablespace. You must assign explicitly a quota user appropriate any tablespace, you want to be able to create objects in.

It is not really a good idea to have a tablespace of 1 MB in the first place. But if you opt for a tablespace that tiny, you can grant the user 1 MB of quota on the tablespace if you wish.

Justin

Tags: Database

Similar Questions

  • ORA-01950: no privileges on tablespace 'APEX_EBS' when to call e-business suite

    Hi all

    We use the Oracle e-business suite 12.1.3 and APEX 5.0

    I created the tablespace and a workspace with the same workspace as TEST id.

    There are table purely to appear on APEX.  In TESTING, I did not grant these 'APPS' tables or users of e - biz, I can call to ebiz and create these APEX records.

    However, after installation, I tried to access it via ebiz PROD, he invites me "ORA-01950: no privileges on tablespace"APEX_EBS"

    I will grant access APEX_EBS apps?

    Thank you, Dorothy

    This isn't a question of privilege object, it is an error to the user not being able to access the table space table used to store the data.

    ORA-01950: no privileges on tablespace

  • ORA-01950: no privileges on tablespace

    Hi you all :)

    I get an error no privileges every time I try to run a procedure that suppose to insert data in different tables on different tablespaces.
    When I created the user I gave her a tablespace by default, and having been created I gave also the following privileges:

    SYS > grant unlimited tablespace to Bishop;
    SYS > ALTER USER MGR
    2 QUOTA UNLIMITED ON TEL_AVIV_TBS;
    SYS > ALTER USER MGR
    2 QUOTA UNLIMITED ON JERUSALEM_TBS;

    And always whenever I try to execute the procedure I get:
    Error report:

    ORA-01950: no privileges on tablespace "JERUSALEM_TBS".
    ORA-06512: at "VOTE. VOTING_PROC', line 14
    ORA-06512: at line 14
    01950 00000 - "no privileges on tablespace"%s '"
    * Cause: The user does not have the privileges to allocate an extent in the
    specified tablespace.
    * Action: Grant the user appropriate access privileges or grant the user
    resource space in the tablespace.

    I checked the OEM interface and see the following topics:

    General
    MGR name
    Profile DEFAULT_PROFILE
    Password authentication
    ELECTION_MASTER_TBS of default Tablespace
    Temporary tablespace TEMP
    UNBLOCKING of the situation
    By default the Group consumption no
    Roles
    Admin default role
    MANAGER N Y
    Access privileges
    Option of Admin privilege system
    CREATE SESSION N
    RUN A PROCEDURE N
    INSERT ANY TABLE N
    SELECT ANY TABLE N
    UNLIMITED TABLESPACE N
    Privileges of the object
    Object Schema Object Grant Option privilege
    INSERT ELECTION_MASTER JER_VOTES N
    INSERT ELECTION_MASTER TA_VOTES N
    Quotas
    Unlimited Tablespace System privilege granted

    Please help :)))

    Itzik

    915417 wrote:
    JER_VOTES JERUSALEM_TBS

    TA_VOTES TEL_AVIV_TBS

    Exactly what I said. Given that the table belongs to ELECTION_MASTER, you MUST grant tablespace quota to ELECTION_MASTER. Question:

    ALTER USER ELECTION_MASTER QUOTA UNLIMITED ON JERUSALEM_TBS;
    ALTER USER ELECTION_MASTER QUOTA UNLIMITED ON TEL_AVIV_TBS;
    

    SY.

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

    Hello

    I'm doing a full import in a 10.2.0.4 database since a 9.2.0.6 export dumpfile. Tablespaces have already been pre-created. I had this error on a tablespace, and I can't understand why because I was using SYS to import, how is it SYS do not have this privilege. All other tablespaces objects have been created without this problem.

    -IMP-00017: statement failed with error ORACLE 1950:
    "CREATE TABLE 'FYAERLG'...".
    -ORA-01950: no privileges on tablespace "INFOTABLES".

    Help, please.
    Thank you

    -lixidon

    Who is the owner of "FYAERLG"?
    Try to grant the owner of the table, the quota on the tablespace INFOTABLES.

    * Add *.

    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 of this failure.

    Edited by: Bobcatalog on January 8, 2009 12:49

  • Import of Glitch - privileges of tablespace

    Try to do an import of Oracle export files in a new configuration database 10G Express.
    Created a new table space.
    Import, said privilege not defined. How do I?
    Also, import seems to use the SYSTEM as default tablespace tablespace when the export file specified not one. How doing to change this and force to the new tablespace?
    Thank you
    Ed

    My guess is that the export of a particular user (for example, SCOTT) and you try to perform the import by specifying the name of user and password.

    You will probably want to create your destination user, assign a password and appropriate privileges (CREATE TABLE, CREATE SESSION, a quota on the tablespace default, etc.) and run the import as long as this user.

  • How to limit the privilege of tablespace to a user?

    Hi, I simply login as sys and create a user with the default 'users' in the table of his user space, then I'll give him the 'create table' and "unlimited tablespace" privileges, then I switch to this user and conclude that it can create the table in the tablespace 'users', but also others like "sysaux", how do I grant to revoke his privilege If I want to him to use only the privilege of 'users', it seems that I can't write that kind of command: 'grant unlimited tablespace on xxx users?
    Thanks in advance.
    Alter user xxx quota 1m on users;
    

    Concerning

  • Newbie - understanding Tablespace Priviledges

    Hello
    I created a tablespace called Test and also a user called test. saved until SYS in SQL Developer then I created a table in the Test called Test_table tablespace:

    CREATE TABLE test.test_table)
    EmpNo NUMBER (5) PRIMARY KEY,.
    Ename VARCHAR2 (15) NOT NULL)

    Test TABLESPACE
    STORAGE (INITIAL 50K);

    Always connected as SYS I then try to do an insert in the table as follows:

    INSERT INTO test.test_table VALUES (1, 'User1');

    But I get an error of

    SQL error: ORA-01950: no privileges on tablespace 'TEST '.
    01950 00000 - "no privileges on tablespace"%s '"
    * Cause: The user does not have the privileges to allocate an extent in the
    specified tablespace.
    * Action: Grant the user appropriate access privileges or grant the user
    resource space in the tablespace.

    It's surprising to me that I am logged on as user SYS. I tried to give permissions to SYS tablespace TEST but I was unable to grant permissions to myself. What have I done wrong?

    Thanks in advance.

    The table is owned by test. So test must tablespace quota (quota of user test change on...) or unlimited tablespace privilege (not recommended because that would test create objects in any tablespace).

    I'm curious: rising ora-1950 would have probably avoided this question. Can you explain why you apparently doesn't have, see the documentation and knowing that this is not a discussion forum, choose to display an another Doc issue yet?

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • revoke unlimited tablespace

    Hi all

    I'm using sql * plus, oracle 10 g, windows 7.

    I have the users below. I want to have unlimited tablespace privilege revoked for all users listed below.
    SQL > select name from USER sys.dba_users
    2 where USER_USERS = 'ACCOUNT '.

    User
    name
    --------------------
    TOM
    JUNE
    STUDENT
    ALEX
    WINNIE
    SQL > SPOOL OFF

    I can use
    "REVOKE UNLIMITED TABLESPACE TOM;"
    "REVOKE UNLIMITED TABLESPACE FROM JUNE;" and so on.

    Is there an easier way to do it?

    Maybe

    SET PAGES 0
    SET LINES 80
    SET TRIMS ON
    SET FEEDB OFF
    SPOOL
    
    SELECT 'REVOKE UNLIMITED TABLESPACE FROM ' || username || ';'
    FROM   sys.dba_users
    WHERE  default_tablespace = 'ACCOUNT';
    
    SPOOL OFF
    

    I would join DBA_SYS_PRIVS to check what they acturally have this privilege.

    If you prefer, you could also do some PL

    DECLARE
      k_stmt constant VARCHAR2(100) :=
         'REVOKE UNLIMITED TABLESPACE FROM :user';
    BEGIN
       FOR rec IN (SELECT p.grantee
                   FROM   dba_users u, dba_sys_privs p
                   WHERE  u.username = p.grantee
                   AND    u.default_tablespace = 'ACCOUNT'
                   AND    p.privilege = 'UNLIMITED TABLESPACE')
       LOOP
          EXECUTE IMMEDIATE REPLACE (k_stmt, ':user', rec.grantee);
       END LOOP;
    END;
    /
    

    Concerning
    Peter

  • Get ORA-01653 while the tablespace is set to unlimited.

    When I import data in the table P.TEST, I received the error "ORA-01653: unable to extend table P.TEST 128 in tablespace P.

    Here's a tablespace P, and P user information
    SELECT * FROM DBA_SYS_PRIVS WHERE GRANTEE='P' AND PRIVILEGE='UNLIMITED TABLESPACE';
    
    GRANTEE       PRIVILEGE                            ADMIN_OPTION
    ------------ -------------------------------- -----------------------
    P                UNLIMITED TABLESPACE        NO
    
    CREATE TABLESPACE P DATAFILE 
      '/data/oradata/wapbi/p01.dbf' SIZE 33554416K AUTOEXTEND ON NEXT 1024M MAXSIZE UNLIMITED,
      '/data/oradata/wapbi/p02.dbf' SIZE 33554416K AUTOEXTEND ON NEXT 1024M MAXSIZE UNLIMITED
    LOGGING
    ONLINE
    PERMANENT
    EXTENT MANAGEMENT LOCAL AUTOALLOCATE
    BLOCKSIZE 8K
    SEGMENT SPACE MANAGEMENT AUTO
    FLASHBACK ON;
    The user P has "unlimited tablespace" privilege and a P tablespace is set to 'unlimted' too.

    Comments will be appreaciate!


    Best wishes
    Satine

    There are 2 limits:
    1. size imposed by the operating system. Usually 32 GB but can be more if filesystem supports LARGEFILES
    2-4 million blocks of Oracle block size. With 8 KB blocks, this translates into 32 GB

    Hemant K Collette

  • simple help please in the tablespace

    I create a new user.
    When I try to create this user's table, you'll see this message:
    ORA-01950: no privileges on tablespace 'SYSTEM '.
    How can I grant this user tablespace?
    thanx

    It is also good to change default tablespace for the user

    ALTER USER xxx
    DEFAULT TABLESPACE tablespacename;
    

    or for all users at all:

    ALTER DATABASE DEFAULT TABLESPACE tablespacename;
    

    Bartek

  • Forms 12 c 64219-CFGWK-Installation error when the Config of the UCR

    Platform:

    Oracle Linux 6.7

    Oracle 12.1.0.2.0 database

    JDK 8u66

    Oracle Forms Infrastructure 12.2.1.0.0

    Oracle Forms 12.2.1.0.0

    During setup of the UCR (Page 6 of 12 screen), specify the automatic configuration Options by using data RCU, I received the following error message when you press the "get Configuration of RCU:


    CFGFWK-64219: failure to bind data schema component
    Error message: com.oracle.cie.rcu.external.ComponentSchemaInfoException: SQLException thrown
    at com.oracle.cie.rcu.external.ComponentSchemaInfoFactory.getComponentSchemaInfos(ComponentSchemaInfoFactory.java:46)
    to com.oracle.cie.domain.gui.jdbc.ShadowTableConfigurationPanel$ BindThread.run (ShadowTableConfigurationPanel.java:747)
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1059)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:257)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:587)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:30)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:762)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:925)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1111)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1309)
    at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:422)
    at com.oracle.cie.rcu.external.ComponentSchemaInfoFactory.getComponentSchemaInfos(ComponentSchemaInfoFactory.java:28)
    ... 1 more
    .

    Applied NOTE: 1672309.1 -
    Connecting to the schema of the wizard's setup of WebLogic RCU fails with the error:
    "CFGFWK -
    64219: could not bind data component schema, caused by: java.sql.SQLSyntaxErrorException: ORA-00942 .

    DisplayIndex = 1 #Ref & https://support.Oracle.com/epmos/faces/DocumentDisplay?ID=2064677.1

    grant select_catalog_role to DEV_STB;

    grant select any dictionary of DEV_STB;

    grant create session to DEV_STB;

    Grant select on schema_version_registry to DEV_STB;    

    Query the database:
    Select the username, all_users creates order by 2;

    CREATED USER NAME
    ------------------------------      ---------
    DEV_STB JANUARY 4, 16
    DEV_IAU_APPEND JANUARY 4, 16
    DEV_IAU_VIEWER JANUARY 4, 16
    DEV_IAU JANUARY 4, 16
    DEV_OPSS JANUARY 4, 16

    Receive the same error.

    Any help would be greatly appreciated.

    Thank you.

    Kapataru,

    I thank very you much for your time and your support.  Through the log files, I found the following entry:

    java.sql.SQLSyntaxErrorException: ORA-01950: no privileges on tablespace 'USERS '.

    Therefore, execution of the following corrected mistake and the UCR was created.

    ALTER USER DEV_STB quota unlimited on USERS;

  • How to add master replication successfully Group sites?

    Hello

    I'm doing the replication multi-maitre multi, but I'm stuck on the add_master_database.

    It does not work.

    First, the error was anything of remote access cannot.

    Then he became asking for restoration.

    Then he points this group object 'public '. ' rep_group' already exists.

    I deleted the dba_repgroup contect then "public" was created again.

    I don't know how to solve this problem

    NOTE: I USED these once.

    [

    VARIABLE masterdef_flashback_scn NUMBER;

    Extension_id VARIABLE VARCHAR2 (32);

    delete from dba_repgroup;

    ]

    part of the configuration:

    life of the site:

    ...

    -global names-

    ALTER DATABASE RENAME GLOBAL_NAME to life.dept;

    ---------user---------

    CREATE USER c# dept_admin

    IDENTIFIED BY dept_admin.

    -to let the user create tables and solve: no privileges on tablespace 'USERS'

    ALTER USER c# dept_admin quota unlimited on USERS;

    GRANT CREATE SESSION,

    CREATE THE TABLE,

    CREATE PROCEDURE,

    CREATE SEQUENCES,

    CREATE THE TRIGGER,

    CREATE VIEW,

    CREATE SYNONYM,

    ALTER SESSION STATEMENT,

    CREATE A MATERIALIZED VIEW,

    MODIFY A MATERIALIZED VIEW,

    CREATE THE DATABASE LINK

    C# dept_admin.

    GRANT EXECUTE ANY PROCEDURE TO C# DEPT_ADMIN.

    RUN Dbms_Repcat_Admin.Grant_Admin_Any_Schema (username = > "c# dept_admin");

    EXECUTE Dbms_Repcat_Admin.Grant_Admin_Any_Repgroup('c##dept_admin');

    RUN Dbms_Repcat_Admin.Grant_Admin_Any_Schema (username = > "c# dept_admin");

    GRANT LOCK ANY TABLE in c# dept_admin.

    GRANT COMMENT ANY TABLE in c# dept_admin.

    BEGIN

    DBMS_REPCAT_ADMIN. (REGISTER_USER_REPGROUP)

    username = > "c# dept_admin."

    PRIVILEGE_TYPE = > "receiver."

    list_of_gnames = > NULL);

    END;

    ALTER system set global_names = true;

    CREATE DATABASE LINK PUBLIC goods.dept USING 'goods.dept ';

    ........

    CREATE DATABASE LINK goods.dept CONNECT TO c# dept_admin IDENTIFIED BY dept_admin USING 'goods.dept ';

    RUN Dbms_Defer_Sys.Register_Propagator ("username = > ' c# dept_admin");

    Start (Dbms_Defer_Sys.Schedule_Push)

    destination = > "life.dept"

    interval = > 'sysdate + 1/24/60/60'.

    next_date = > sysdate + 1/24/60/60.

    STOP_ON_ERROR = > FALSE,

    delay_seconds = > 0,

    parallelism = > 1);

    end;

    /

    Start (Dbms_Defer_Sys.Schedule_Purge)

    next_date = > sysdate + 1/24/60/60.

    interval = > 'sysdate + 1/24/60/60');

    end;

    /

    EXECUTE Dbms_Repcat.Create_Master_Repgroup ('rep_group');

    BEGIN

    DBMS_REPCAT. () CREATE_MASTER_REPOBJECT

    gname = > "rep_group"

    Type = > 'TABLE',

    oname = > "address",

    sName = > "c# dept_admin."

    use_existing_object = > TRUE,

    copy_rows = > FALSE);

    END;

    /

    BEGIN

    DBMS_REPCAT. () ADD_MASTER_DATABASE

    gname = > "rep_group"

    Master = > "life.dept"

    use_existing_objects = > TRUE,

    copy_rows = > FALSE,

    propagation_mode = > 'SYNCHRONOUS');

    END;

    /

    ERROR on line 1:

    ORA-02055: distributed update operation failed. Rollback required

    ORA-23374: Group of objects 'PUBLIC '. "' REP_GROUP ' already exists

    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 95

    ORA-06512: at "SYS." DBMS_REPCAT_MAS', line 2237

    ORA-06512: at "SYS." DBMS_REPCAT", line 146

    ORA-06512: at line 2

    I use the version of 12 c of the Oracle database.

    Have no proposal to solve this problem?

    Thanks in advance

    Your life.dept database already has a group with that name, so let fall out or use a different name,.

    Are you sure you want to do this in your root container? Indeed, why would create anything in your container root?

  • What means this error when launching Cloud Java instance?

    Hello

    I just create an instance of cloud c12 db and now I am trying to create a java database as a service...

    See the messages of commissioning, I get these errors to the console:

    UCR-6013: specified prefix does not exist. Prefixes are: no
    RCU - 6091:Component name/prefix schema validation failed.
    ORA-01950: no privileges on tablespace 'SYSTEM '.

    I thought that the problem was SYSTEM user, so I inserted a SYS user (when you create java cloud service) with the password of the database, but still without success...

    What it means? I get no error when the database is restarted!

    Thanks for any suggestions,

    Skender Kollcaku

    Can you try to create the instance of the JCS as sys when connecting to the DB?

  • ORA-06528: PL/SQL Profiler generator runtime error

    Version 11.2.0.3.  I have installad DBMS_PROFILER:

    SYS AS SYSDBA > @?/rdbms/admin/profload.sql

    SYS AS SYSDBA > @?/rdbms/admin/proftab.sql


    I tried to use dbms_profiler.start_profiler in PLSQL code with user NUFN and discovered that lacked the NUFN user privileges on the objects of the Profiler. So I ran the following grants:

    grant the update, insert and delete on plsql_profiler_units to NUFN;

    grant the update, insert and delete on plsql_profiler_runs to NUFN;

    Grant execute on DBMS_PROFILER to NUFN;

    But still no luck:

    SQL > START

    dbms_profiler.start_profiler ('test1');

    EXECUTE IMMEDIATE 'select max (STATS_UPDATE_TIME), owner of the DBA_TAB_STATS_HISTORY group from owner to owner.

    dbms_profiler.stop_profiler ();

    END;

    /

    BEGIN

    *

    ERROR on line 1:

    ORA-06528: PL/SQL Profiler generator runtime error

    ORA-06512: at "SYS." DBMS_PROFILER", line 123

    ORA-06512: at "SYS." DBMS_PROFILER", line 132

    ORA-06512: at line 2

    I can't find what is missing from my user NUFN for her to be able to run DBMS_PROFILER.  Help, please!

    Thanks Bella, I had not run @?/rdbms/admin/proftab.sql as my user NUFN but as sys.  But you know what?  Even after execution of @?/rdbms/admin/proftab.sql as NUFN, the problem persisted!

    So I traced my session, read the trace file and found nothing wrong (but I have no experience in finding fault with the workings of dbms_profiler).  But I found the SQL code executed by the dbms_profiler.start_profiler command, which is:

    PARSING IN CURSOR #4574691968 len = 155 dep = 2 uid = 155 oct 2 lid = 155 = tim = hv 530047132716 = ad 3718124591 = "7000000946da848" sqlid = "akx2pxvftw51g."

    INSERT INTO PLSQL_PROFILER_RUNS (RUNID, RUN_DATE, RELATED_RUN, RUN_OWNER) VALUES (PLSQL_PROFILER_RUNNUMBER. NEXTVAL,: B1,: B2, USER) RETURN RUNID IN: O0

    END OF STMT

    ANALYSIS #4574691968:c = 315, e = 844, p = 0, cr = 0, cu = 0, put = 1, r = 0, dep = 2, og = 1, plh = 0, tim = 530047132715

    I tried manually the same HOME, and bingo, I discovered the cause of my problem:

    INSERT INTO PLSQL_PROFILER_RUNS (RUNID, RUN_DATE, RELATED_RUN, RUN_OWNER) VALUES (PLSQL_PROFILER_RUNNUMBER. NEXTVAL, sysdate, 'manually', 'ME');

    ORA-01950: no privileges on tablespace execution times

    After performing ALTER USER NUFN QUOTA UNLIMITED ON STATES; the problem has been resolved.

    Conclusion: after DBMS_PROFILER installation for a user, make sure that the user can write in objects DBMS_PROFILER (SUBSIDIES and QUOTAS).

  • puzzled on the errors of export...

    Oracle 11.2.0.4 on RHEL 6.4.

    I'm an export datapump FULL running as a SYSTEM user and get the following errors.

    I would also like to clarify that it is a database of repository SGD emo 12.1.0.3.

    My basic command is:

    $(ORACLE_HOME) / bin/expdp system / $SYSTÈME.
    FULL = Y \
    Directory = ${ORACLE_SID} \

    dumpfile=expdp_${ORACLE_SID}_FULL_${date}_%U.dmp.------

    logfile = expdp_$ {ORACLE_SID} _FULL_$ {DATE} .log \
    JOB_NAME = ${ORACLE_SID} _expdp_full_ {DATE} \
    PARALLEL = 4 \
    COMPRESSION = ALL \

    FILE SIZE = 30G

    When I run the above such as SYSTEM, and even if it has

    EXPORT OF COMPLETE DATABASE

    GLOBAL QUERY REWRITE

    CREATE A MATERIALIZED VIEW

    CREATE TABLE

    UNLIMITED TABLESPACE

    SELECT ANY TABLE

    I have 55 privilege separate errors similar to: (even if I do not turn on any type of controls FGA - unless they are machines when setting up the repository of the WHO)

    ORA-39181: only partial table data can be exported due to the control of access to grain on "SYSMAN_MDS". "" MDS_DEPENDENCIES ".
    . . exported "SYSMAN_MDS." "" MDS_DEPENDENCIES ". 0 KB 0 rows

    I also have the following error if I run export as SYS or SYSTEM.

    Departure 'SYS '. "' omsrp_expdp_full_20140318_10_2 ': ' / * AS SYSDBA" FULL = directory = omsrp dumpfile=expdp_omsrp_FULL_20140318_10_23_%U.dmp expdp_omsrp_FULL_20140318_10_23.log = logfile JOB_NAME = omsrp_expdp_full_20140318_10_23 PARALLEL = COMPRESSION = FILESIZE ALL = 30 G 4

    Current estimation using BLOCKS method...

    > > > ORA-31642: failure of the following SQL statement:

    BEGIN "SYS." "" DBMS_RULE_EXP_RULES ". SCHEMA_CALLOUT(:1,0,1,'11.02.00.04.00'); END;

    ORA-01950: no privileges on tablespace 'SYSAUX.

    And Yes, I have granted explicitly quota unlimited on SYSAUX SYS and SYSTEM times, but still get the error.

    But at the end of export, it shows while it exported successfully without error.

    Table main 'SYS '. "' omsrp_expdp_full_20140318_10_2 ' properly load/unloaded

    ******************************************************************************

    For SYS.omsrp_expdp_full_20140318_10_2 dump file is:

    /Backup/exports/omsrp/expdp_omsrp_FULL_20140318_10_23_01.dmp

    /Backup/exports/omsrp/expdp_omsrp_FULL_20140318_10_23_02.dmp

    /Backup/exports/omsrp/expdp_omsrp_FULL_20140318_10_23_03.dmp

    /Backup/exports/omsrp/expdp_omsrp_FULL_20140318_10_23_04.dmp

    Job 'SYS '. "' omsrp_expdp_full_20140318_10_2 ' completed Tue Mar 18 10:28:26 2014 elapsed 0 00:04:56

    It left me speechless.

    977635, user as SYS: GRANT EXEMPT ACCESS POLICY to THE SYSTEM. by IOM 11 GR 2: backup scheme and restoration using Data Pump utility Client (Doc ID 1492129.1) which States that,

    - -

    HTH - Mark D Powell.

Maybe you are looking for