Moving UNIX files from share


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Moving UNIX files from share
# 1  
Old 06-22-2015
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 Smilie
# 2  
Old 06-22-2015
Share the solution

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.
This User Gave Thanks to joeyg For This Post:
# 3  
Old 06-22-2015
I changed the permissions on the file:

in the directory:

Chmod a+r+w+x 'Filename'

A=all
r=read
w=write
x=execute
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Compare files and share output from both files

hi all, Thanks to all for your great help... I have a scenario that I have two files (file1 & file2). I need to compare two files entire row by row and share the output if any discrepancies within two files. File1: DB1|TB1|C1,C3 DB2|TB2|C1,C2 DB3|TB3|C1,C2,C3,C4 File2: ... (2 Replies)
Discussion started by: Selva_2507
2 Replies

2. UNIX for Advanced & Expert Users

Ftp from UNIX to windows share

Unix Expects, I am trying to connect to Unix server to windows share point using ftp or fstp. I want to get excel file from windows share to unix server. But i am not able to do it. Can you please help me on this. :confused: Cheers (6 Replies)
Discussion started by: AraR87
6 Replies

3. UNIX for Dummies Questions & Answers

Moving files from Windows 7 to Unix

Hi I'm sure this question has been asked before. I need to know how to write a script that will transfer a file from a windows directory to a UNIX directroy that can be ran from an Oracle Concurrent Program... I really don't know unix at all. PLEASE HELP! :wall: (3 Replies)
Discussion started by: kenlook123
3 Replies

4. UNIX for Dummies Questions & Answers

Connecting Two Unix Computers To Share Files

I was wondering if I could get some help with two of my Unix computers. Bare with me as I am new to this software and, hardly know anything on these computers, except based on what I have already worked with them. Here is my issue. I have two unix computers setup together, not connected... (6 Replies)
Discussion started by: OrangeNblack
6 Replies

5. UNIX for Dummies Questions & Answers

How do I share a directory in UNIX for another UNIX server?

Hi, Here's my newbie question! I've two servers with Oracle on. I've created an oralce export (10 GB) on server 1. Server 2 does not have enough space to copy the export and import it. I'd like to import the export from server 1 to server 2 remotely. If this was windows I'd create a... (2 Replies)
Discussion started by: AngryBunny
2 Replies

6. UNIX for Advanced & Expert Users

Help mounting Windows share in UNIX

We recently upgraded one of our engineering servers, and now the lone UNIX box that houses older CAD files can not connect to it. I have tried every variation of mount I can find, but to no avail. Help is appreciated. Here are the specs: Server: Windows 2003 x64 with Unix Services for Windows... (8 Replies)
Discussion started by: shatterstorm
8 Replies

7. Shell Programming and Scripting

Moving files from Unix box to a windows box

Hi All, I need a little help .I want to transfer a file from unix box to a windows box,but the problem i'm facing is that in windows box FTP is not enabled and currently it is nearly impssible to change setting on windows box,i can not use the ftp method ,in my shell script to transfer the file.... (2 Replies)
Discussion started by: Preet
2 Replies

8. UNIX for Dummies Questions & Answers

Accessing files on unix share from xp?

Sorry if the is in the wrong section, but would like to know if anyone can help with the following I am on a network using Windows XP and am having problems viewing/manipulating files on one of the shared drives, which happens to be a snap server. I have no other problems with any of the other... (1 Reply)
Discussion started by: MrB
1 Replies

9. UNIX for Dummies Questions & Answers

moving files from a unix directory to a windows directory

Any body any ideas i'm failry new to this so any help would be appreciated. Cheers Steve (2 Replies)
Discussion started by: gleads
2 Replies
Login or Register to Ask a Question