Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

nohup is not working and everytime is getting failed

JhilJul 21 2019 — edited Aug 15 2019

Hi All,

Following command is getting failed - Why so ?

[oracle@rac-p111 Desktop]$ nohup expdp directory=dpdir dumpfile=schema1.dmp logfile=schema1.log schemas=usr1,usr2,usr3 &

[1] 9085

[oracle@rac-p111 Desktop]$ nohup: ignoring input and appending output to `nohup.out'

$ tail -f nohup.out

Export: Release 11.2.0.3.0 - Production on Mon Jul 22 01:54:37 2019

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

Username: UDE-00005: unexpected End-Of-File encountered while reading input

OS : Oracle Linux 6.7

DB : 11203

Export: Release 11.2.0.3.0 - Production on Mon Jul 22 01:58:29 2019

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

Username: UDE-00005: unexpected End-Of-File encountered while reading input

This post has been answered by Andris Perkons-Oracle on Jul 22 2019
Jump to Answer
Comments
Post Details
Added on Jul 21 2019
4 comments
3,968 views