473,387 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Exp-00002

dmjpro
2,476 2GB
I moved this thread to LINUX/UNIX/BSD.

Hi all,

I use solaris 5.8 OS.
I have three OS user :

1) orac9ias
2)oracle9i
3)backup

I use the following command to export a oracle export backup (I use oracle9i release 1):

exp userid=adm/$adm_password@$database_sid owner=$module_code file=$mod_filename.dmp log=$mod_filename.log
[
exp userid=scott/tiger@prod owner=scott file=scott_backup.dmp log=scott_backup.log
]

The export is started through all of three users.But when the dmp file size is larger than 2GB and i ran the command through ora9ias user, then the export command is terminated unsuccsessfully with the following errors :

EXP-00002: error in writing to export file
EXP-00002: error in writing to export file
EXP-00000: Export terminated unsuccessfully

But when I ran this command from other two user oracle9i and backup then the dmp file size did not matter and the export completed successfully..

Please give me the solution as soon as possible. And remember it I user solaris 5.8 as os and oracle9i realease 1 as database.
Please solve this.

Debabrata Jana.
Jun 5 '07 #1
2 2459
Motoma
3,237 Expert 2GB
I moved this thread to LINUX/UNIX/BSD.

Hi all,

I use solaris 5.8 OS.
I have three OS user :

1) orac9ias
2)oracle9i
3)backup

I use the following command to export a oracle export backup (I use oracle9i release 1):

exp userid=adm/$adm_password@$database_sid owner=$module_code file=$mod_filename.dmp log=$mod_filename.log
[
exp userid=scott/tiger@prod owner=scott file=scott_backup.dmp log=scott_backup.log
]

The export is started through all of three users.But when the dmp file size is larger than 2GB and i ran the command through ora9ias user, then the export command is terminated unsuccsessfully with the following errors :

EXP-00002: error in writing to export file
EXP-00002: error in writing to export file
EXP-00000: Export terminated unsuccessfully

But when I ran this command from other two user oracle9i and backup then the dmp file size did not matter and the export completed successfully..

Please give me the solution as soon as possible. And remember it I user solaris 5.8 as os and oracle9i realease 1 as database.
Please solve this.

Debabrata Jana.

The user you are running the script as may not have the permissions to write the file where you want the script to.
Jun 5 '07 #2
Motoma
3,237 Expert 2GB
Take a look at my response to this thread.
Jun 6 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: David Eppstein | last post by:
Why doesn't this work? >>> import math >>> math.exp(1j*math.pi) Traceback (most recent call last): File "<stdin>", line 1, in ? TypeError: can't convert complex to float; use e.g. abs(z) ...
0
by: farha | last post by:
Hi All, We are having an opening for IBM/DB2 Content Manager with 2yrs of Exp for my CMM Level 5 Client Content Manager Skills : IBM/DB2 Exp : 2+yrs Location : Chennai
1
momotaro
by: momotaro | last post by:
#include <stdio.h> #include <math.h> main() { long int i, n, fact=1, x, X; double exp=0; printf("Enter your x and your terms: "); scanf("%d %d", &x, &n); for (i=0; i<=n; i++){...
4
exp
by: yudav | last post by:
Hi, i have a big problem with DSP..i have to write this equation in C code, but i am a beginner for the C programming for DSP, therefore writing in C code this equation is very hard for me. the...
2
by: Mobinm | last post by:
Hi, I tried to export a schema using the exp utility for ora8.1. All the tables and other objects where exported, but at the last stage an error occured. wats the reason for this? ....
3
by: weeze | last post by:
Help! - unable to EXP oracle data, get error: EXP-00056: ORACLE error 12545 encountered ORA-12545: Connect failed because target host or object does not exist EXP-00000: Export terminated...
0
by: er | last post by:
hi all, any suggestion for #2? //#1 struct find_max{ find_max():x(1.0){} void operator()(){ while(!isinf(exp(2*x))){ x*=2.0;
5
by: ertis6 | last post by:
Hi all, I need to calculate a value inside 8 nested for loops. 2 additional for loops are used during calculation. It was working fine with 4 loops. My code is like this: ... for(int i1=0;...
1
by: ogo796 | last post by:
hi everyone can someone help me with regular expression that match the following patterns. i want to get anything within the " " and brakets ( ) and between the brakets. see the following...
1
by: rski | last post by:
Hi I wonder if oracle gives a tool similar to exp but which would 1) get a list of tables wich are connected by foerign keys constraints (i know exp does) 2) get a 'where query for one table'...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.