Moving UNIX files from share

Hello,

We have a Unix SunOS Server that runs an Oracle 11.2.0.3 database, it is linked up to a network storage where backups go every night.

I've created a data pump backup (.dmp) file and want to move it from the network store to windows server to import the data.

When i try to move the file i get the message:

"You need permission to perform the action
You require permission from Unix User\nobody to make changes to this file"

Do i need to give permission on the Unix server for anyone to access that one file? If so how would i go about that?

Cheers

---------- Post updated at 03:30 AM ---------- Previous update was at 02:56 AM ----------

Never Mind,

Got it working :slight_smile:

One of the benefits of this forum is the ability to share questions and answers with everyone in the group. Answers assist future users in resolving their issues. Please share what you did to 'fix' your issue.
Thanks.

I changed the permissions on the file:

in the directory:

Chmod a+r+w+x 'Filename'

A=all
r=read
w=write
x=execute