ORA-01950,EXP-00083 while exporting full database.

Database Administration related issues on any platform

ORA-01950,EXP-00083 while exporting full database.

Postby manudba » Tue Dec 01, 2009 3:03 am

Hi All,

i am getting the below error while exporting full database.kindly suggest a solution.

EXP-00008: ORACLE error 1950 encountered
ORA-01950: no privileges on tablespace 'SNASLOG_DATA'
ORA-06512: at "SYS.DBMS_RULE_EXP_RL_INTERNAL", line 328
ORA-06512: at "SYS.DBMS_RULE_EXP_RULES", line 147
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.DBMS_RULE_EXP_RULES.schema_info_exp
. exporting cluster definitions

thanks
Manu
manudba
Registered User
 
Posts: 3
Joined: Tue Dec 01, 2009 2:56 am

Re: ORA-01950,EXP-00083 while exporting full database.

Postby gopu » Tue Dec 01, 2009 3:05 am

Trace the export and see wht the output.


Trace the export by setting this.
--------------------------------------
SQL> ALTER SYSTEM SET EVENTS '1950 TRACE NAME ERRORSTACK LEVEL 4';
gopu
Ora Expert
 
Posts: 3
Joined: Tue Apr 28, 2009 7:27 pm

Re: ORA-01950,EXP-00083 while exporting full database.

Postby manudba » Tue Dec 01, 2009 3:08 am

The generated trace file showed:

ORA-01950: no privileges on tablespace 'SNASLOG_DATA'
Current SQL statement for this session:

create table "SNASLOGAPP".re$action_imp_tab(owner varchar2(30), name varchar2(30), action sys.re$nv_node)
----- PL/SQL Call Stack -----
object line object
handle number name
0x72b37bd8 328 package body SYS.DBMS_RULE_EXP_RL_INTERNAL
0x89d77c00 147 package body SYS.DBMS_RULE_EXP_RULES
0x99d00e18 1 anonymous block
manudba
Registered User
 
Posts: 3
Joined: Tue Dec 01, 2009 2:56 am

Re: ORA-01950,EXP-00083 while exporting full database.

Postby gopu » Tue Dec 01, 2009 3:11 am

manudba wrote:The generated trace file showed:

ORA-01950: no privileges on tablespace 'SNASLOG_DATA'
Current SQL statement for this session:

create table "SNASLOGAPP".re$action_imp_tab(owner varchar2(30), name varchar2(30), action sys.re$nv_node)
----- PL/SQL Call Stack -----
object line object
handle number name
0x72b37bd8 328 package body SYS.DBMS_RULE_EXP_RL_INTERNAL
0x89d77c00 147 package body SYS.DBMS_RULE_EXP_RULES
0x99d00e18 1 anonymous block


Here is your solution.

alter user SNASLOGAPP quota unlimited on SNASLOG_DATA;

SNASLOGAPP does not have privs on the tablespace SNASLOG_DATA.

Now start the export and check it.
gopu
Ora Expert
 
Posts: 3
Joined: Tue Apr 28, 2009 7:27 pm

Re: ORA-01950,EXP-00083 while exporting full database.

Postby manudba » Tue Dec 01, 2009 3:13 am

Thanks Gopu it worked, thanks for your help
manudba
Registered User
 
Posts: 3
Joined: Tue Dec 01, 2009 2:56 am

Re: ORA-01950,EXP-00083 while exporting full database.

Postby gopu » Tue Dec 01, 2009 3:14 am

manudba wrote:Thanks Gopu it worked, thanks for your help



Ur welcome :D
gopu
Ora Expert
 
Posts: 3
Joined: Tue Apr 28, 2009 7:27 pm

Re: ORA-01950,EXP-00083 while exporting full database.

Postby Praveen » Wed Dec 02, 2009 10:51 am

Hi gopu..

you started answering for user's queries.. Great man.. u will rock..
User avatar
Praveen
Site Admin
 
Posts: 83
Joined: Sat Apr 25, 2009 2:21 pm


Return to Oracle General Issues and Queries

Who is online

Users browsing this forum: No registered users and 0 guests

cron