dbTalk Databases Forums  

Q: Data pump export error ORA-39127 unexpected error from call toexport string

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Q: Data pump export error ORA-39127 unexpected error from call toexport string in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Charity
 
Posts: n/a

Default Q: Data pump export error ORA-39127 unexpected error from call toexport string - 11-20-2007 , 10:24 AM






Hi all,

I cannot find the solution to the following problem after a several
hours of googling. I am using Oracle 10g and trying to export a
database using the data pump. There are a 2 errors that I cannot find
the solutions to. I invoke the export, and it executes fine until:

Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/
OWNER_GRANT/OBJECT_GRANT
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)

It complains for awhile (with additional errors) and then proceeds
with the export. Then has another error
DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)

The export completes and a dump file is produced ... with errors of
course.

The user has full read/write privs on the output directory and also
has full export privs. The database resides on Solaris.

Has anyone seen this behaviour, and what the solution is?

Any help would be GREATLY appreciated.

Much thanks and have a great day!

Charity



Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: Q: Data pump export error ORA-39127 unexpected error from callto export string - 11-20-2007 , 11:46 AM






Charity wrote:
Quote:
Hi all,

I cannot find the solution to the following problem after a several
hours of googling. I am using Oracle 10g and trying to export a
database using the data pump. There are a 2 errors that I cannot find
the solutions to. I invoke the export, and it executes fine until:

Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/
OWNER_GRANT/OBJECT_GRANT
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)

It complains for awhile (with additional errors) and then proceeds
with the export. Then has another error
DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)

The export completes and a dump file is produced ... with errors of
course.

The user has full read/write privs on the output directory and also
has full export privs. The database resides on Solaris.

Has anyone seen this behaviour, and what the solution is?

Any help would be GREATLY appreciated.

Much thanks and have a great day!

Charity
But does the user have execute on DBMS_RMGR_GROUP_EXPORT?

Granted explicitly or through a role?
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #3  
Old   
Charity
 
Posts: n/a

Default Re: Q: Data pump export error ORA-39127 unexpected error from call toexport string - 11-20-2007 , 01:40 PM



On Nov 20, 12:46 pm, DA Morgan <damor... (AT) psoug (DOT) org> wrote:
Quote:
Charity wrote:
Hi all,

I cannot find the solution to the following problem after a several
hours of googling. I am using Oracle 10g and trying to export a
database using the data pump. There are a 2 errors that I cannot find
the solutions to. I invoke the export, and it executes fine until:

Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/
OWNER_GRANT/OBJECT_GRANT
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)

It complains for awhile (with additional errors) and then proceeds
with the export. Then has another error
DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)

The export completes and a dump file is produced ... with errors of
course.

The user has full read/write privs on the output directory and also
has full export privs. The database resides on Solaris.

Has anyone seen this behaviour, and what the solution is?

Any help would be GREATLY appreciated.

Much thanks and have a great day!

Charity

But does the user have execute on DBMS_RMGR_GROUP_EXPORT?

Granted explicitly or through a role?
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org- Hide quoted text -

- Show quoted text -
Hi!

I wasn't sure if the user had execute on DBMS_RMGR_GROUP_EXPORT so I
gave it to them explicitly via

grant execute on DBMS_RMGR_GROUP_EXPORT to myuser

And I had the same errors :-(

Thank you for your response!

Charity



Reply With Quote
  #4  
Old   
DA Morgan
 
Posts: n/a

Default Re: Q: Data pump export error ORA-39127 unexpected error from callto export string - 11-20-2007 , 03:00 PM



Charity wrote:
Quote:
On Nov 20, 12:46 pm, DA Morgan <damor... (AT) psoug (DOT) org> wrote:
Charity wrote:
Hi all,
I cannot find the solution to the following problem after a several
hours of googling. I am using Oracle 10g and trying to export a
database using the data pump. There are a 2 errors that I cannot find
the solutions to. I invoke the export, and it executes fine until:
Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/
OWNER_GRANT/OBJECT_GRANT
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)
It complains for awhile (with additional errors) and then proceeds
with the export. Then has another error
DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
ORA-39127: unexpected error from call to export_string :=
SYS.DBMS_RMGR_GROUP_EXPORT.grant_exp(4845,1,...)
The export completes and a dump file is produced ... with errors of
course.
The user has full read/write privs on the output directory and also
has full export privs. The database resides on Solaris.
Has anyone seen this behaviour, and what the solution is?
Any help would be GREATLY appreciated.
Much thanks and have a great day!
Charity
But does the user have execute on DBMS_RMGR_GROUP_EXPORT?

Granted explicitly or through a role?
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org- Hide quoted text -

- Show quoted text -

Hi!

I wasn't sure if the user had execute on DBMS_RMGR_GROUP_EXPORT so I
gave it to them explicitly via

grant execute on DBMS_RMGR_GROUP_EXPORT to myuser

And I had the same errors :-(

Thank you for your response!

Charity
Check the docs at http://tahiti.oracle.com for restrictions.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.