Create Database on NAS Shared Folder

I installed Oracle 10g Server on Windows 2000 Advanced Server. I use a Fastora NAS-208 NAS system and create a shared folder on it and I want to create an oracle databas on this shared folder but I can't because of Oracle Server wants to change ACL (Access Control List) of database location and add Administrator & SYSTEM users to ACL after clear ACL. It could clear ACL of shared folder but couldn't add SYSTEM and Administrator users to ACL thus ACL of container folder of database will be empty and Oracle Server colud not create database files (data files,...) on it.
Please guide me to solve this problem.

thx for the reply.
1.) no only one vm would access the datafiles.
The methodology helps where I can deploy the version of oracle that runs the database is deployed as a vm.
The version of the database doesn't change often for the product. The database can change, often.
To level set a host of machines where developers are working, unit test are running and so on. I can push
a set of files that make up the database off to a bunch of different physical machines.
Or people can simply grab the set of files and copy them.
This allows an easy way to only push/pull the data files, without vm's even started. And to only to have to transmit
that what has changed, the data files.
2.) the uid/gid of the oracle user in the guest, and the user that owns the directory on the host are the same and are what I'm using in the mount command.
I do not believe this is a rights issue. The oracle user can create/delete/edit/touch files in the shared folder in question.
It's simply that oracle seems to think it's a nfs mount, which it is not.
So just wondering if anyone else has solved this. thx...

Similar Messages

  • Creating database on virtualbox shared folder

    Hi all,
    I have fedora 13 64bit, in a virtual box guest. (host is fedora as well).
    I would like to have a VM that has the oracle install, and then have a shared folder where all the database files live.
    That would allow me in a distributed environment to easily distribute datafiles for databases and keep the vm foot print small.
    Oracle install went fine, (10.2.0.5) but my issue is I can not create a database on the shared folder.
    Oracle complains that it is a NFS mount that wasn't mounted correctly. (ORA-27054: NFS file system... not mounted with correct options)
    But it's a vboxsf mount. I mounted it with the gid/uid of the owner of the folder in the host in read/write. I can create/delete/touch files in this mount
    from the guest's O/S. I just can't get oracle to do anything with it.
    Researching the NFS side of it people using NFS mounts have to specify the rsize/wsize but those are not mount options with vboxsf
    fyi, mount command used: mount -t vboxsf <sharename> <mount point> -o uid=xxx,gid=xxx,rw
    Has anyone else been successful at this? and if so how did you do it?
    Guest Additions installed just fine btw, the oracle install is on a different shared folder and ran the oracle installation from there.
    Edited by: 795575 on Sep 17, 2010 9:56 AM

    thx for the reply.
    1.) no only one vm would access the datafiles.
    The methodology helps where I can deploy the version of oracle that runs the database is deployed as a vm.
    The version of the database doesn't change often for the product. The database can change, often.
    To level set a host of machines where developers are working, unit test are running and so on. I can push
    a set of files that make up the database off to a bunch of different physical machines.
    Or people can simply grab the set of files and copy them.
    This allows an easy way to only push/pull the data files, without vm's even started. And to only to have to transmit
    that what has changed, the data files.
    2.) the uid/gid of the oracle user in the guest, and the user that owns the directory on the host are the same and are what I'm using in the mount command.
    I do not believe this is a rights issue. The oracle user can create/delete/edit/touch files in the shared folder in question.
    It's simply that oracle seems to think it's a nfs mount, which it is not.
    So just wondering if anyone else has solved this. thx...

  • Index a NAS shared folder using windows server 2008?

    I have NAS server stores all my files, and I have windows server 2008 which is running an app (File Finder), So I am trying to index NAS shared folder.
    How can I index nas shared folder using WS2008? or is there anyway to index NAS shared folder ?

    Hello,
    please do not multi post the same question Already given an answer in
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/91ca966c-aacc-4db1-8e3f-3cc8f03f7425/how-can-i-index-mapped-network-drive-on-windows-server-20082012?forum=winservergen#86db6f15-fdc6-4dc1-ab51-19c58ad054c8
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • How do I allow users to create folders in a shared folder where we all then have read/write access to those new folders?

    I have three users who need to access a particular folder on one of our other Macs. The folder resides on the desktop of that particular Mac and it is set as "shared" with all of our accounts set to access the folder. When a user creates a new subfolder in that shared folder, the permissions are instantly set to allow the creator read/write access but the other users are only allowed read-only access. Is there a way to set the permissions so that any new folder created in that shared folder automatically gives read/write access to all accounts who are authorized access to that shared folder?

    You should be able to take the permissions you have set and "apply to enclosed items." I am trying to attach a picture of what this looks like so my apologies if it does not work.
    Highlight your folder you want and go to File>Get Info or command+I and at the bottom where it has Sharing and Permissions, click the lock button to authenticate. Click the gear and click "apply to enclosed items". See if that works.

  • Access MS Access database on remote computer (shared folder)

    Hello,
    I need some help.
    I've made a program and it works fine on my computer, but multiple users will be using program simultaneously, each one on his own computer conected over local network to mine computer (database is on my computer in shared folder). 
    When I try to access data on database (path is path of shared folder) i'm getting error 5013 (no database). The problem occurs only when I'm trying to read something from MS access database but not if I try to read data from .txt file, then it works fine...
    I'm using ADO Tools
    Can someone help me, I would be very greatful?
    Solved!
    Go to Solution.

    Thanks to you Dennis I've managed to figure it out.
    I'll explain this for future generations
    1) I've created DSN. To do that open ODBC Data Source Administrator:
    - for 64 bit app C:\Windows\System32\odbcad32.exe
    - for 32 bit app C:\Windows\SysWOW64\odbcad32.exe
     In System DSN tab click Add.. then choose Microsoft Access Driver (*.mdb) (If you do not have this on list download that drivers from web) --> FINISH.
    Enter Data Source Name (mine is Test2) --> Select... --> now because the MS Access database is on shared folder on remote PC go to Network... --> Browse... and select that shared folder --> Finish. Now you'll see all .mdb files on that folder and you choose your database --> OK --> OK --> OK
    2) Now in block diagram you connect string "DSN=your_dsn_name;" (mine was Test2) to ConnectionString connector of ADO Connection Open.vi
    It worked for me.
    Pis
    Attachments:
    MS Access database on remote computer (local network).jpg ‏114 KB

  • Creating documents in shared folder of SAP mail

    Hi all,
    I would like to create documents in a shared folder of my sap mail. I know it can be done by method create of object SOFM. I just don't know how to set up this method. What parameters are needed and how to do it correctly.
    Thx for helping,
    Yoolb

    Hi Yoolb,
    Are you trynig to do this within a Workflow? If your need is to create the document from a custom program, you can use the function module SO_DOCUMENT_INSERT_API1.
    Cheers,
    Ramki Maley.
    Please reward points if the answer is helpful.
    For info on awarding points click on this link: https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm

  • Some junk files created in my shared folder

    hi
    i have a server 2012 r2 and I shared a folder for network access.
    my clients are xp and seven.
    after 1 week some junk files apeared in my folder.
    I deleted them but another files apear after some days.
    files name like :
    2fv34
    df542

    Hi Reza,
    Sorry for my delay.
    Based on your description, I understand that some odd files are created automatically in the shared folder.
    If anything I misunderstand, please don’t hesitate to let me know.
    Please run anti-virus software to scan the Windows Server 2012 R2 firstly.
    Please let me know the type of those odd files. Or provide a screenshot of this file (please hide all protected
    and private information). Meanwhile, please right click that file and select Properties. Navigate to General tab, Security tab and check if find some exceptions.
    In addition, please open Control Panel on the server, select Folder Options, select View tab. There will be
    two options under Hidden files and folders: Don’t show hidden files, folders, or drives and
    Show hidden files, folders and drives. Please check if there has differences in those odd files when you check each option.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Can't load NAS in iTunes (Sharing folder disappears).

    I'm trying to use my NAS (Buffalo Terastation Live) in iTunes as a sharing folder.
    Everything was working perfectly when I was using my old Linksys router. Not working when I changed over to my new AirPort Extreme Basestation.
    Now, when I open iTunes, the NAS shows up in the Sharing section of the folder list. And iTune says that it is 'loading...' the NAS. But the the folder disappears after about 15 seconds.
    The NAS is otherwise working well through the Basestation. Meaning, I can open folders in Finder, etc.
    I'm using a MacBook Pro. When I use iTunes on a PC on our home network, the same problem happens, except that there is an error that says that there is a firewall problem and I need to open port 3689 for sharing (or some sort of error message like that).
    So, I figure that this may be a port sharing problem??? I don't have the faintest idea what to do next.
    Help is much appreciated.
    Doug
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)   NAS (Terastation Live - with DLNA). iTunes 7.1.1
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)  
    MacBook Pro   Mac OS X (10.4.9)  

    Hi Zac,
    I installed my After Effects in "E:\Adobe". so, there's a MideaCore folder in the "E" dir, the path is "E:\Adobe\Common\Plug-ins\CS6\MediaCore\". When I said I can't load plugins in the "MediaCore" folder, I ment this folder.
    I downloaded Premiere CS6 from the website yesterday and installed it in the same folder "E:\Adobe", this time, a new MediaCore folder was created in the "C" dir, the path is "C:\Program Files\Adobe\Common\Plug-ins\CS6\MediaCore". And I can load plugins in this folder.But if I uninstall Premiere, this MediaCore folder won't exists anymore.
    So I guess that's problem.
    About the crash, I was compiling the "Paramarama" pulgin. But after I changed the compile ouput path to a different place, then change it back, After Effects don't crash anymore.

  • We have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc. from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when

    Hello All,
    we have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc.
    from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when we are trying to access the share folder with IP it asking for credentials i have type again and again
    correct credential but unable to access that. If i re-share the folder then we are access it but when we are restarted the system then same problem is occurring.
    I have checked IP,DNS,Gateway and more each & everything is well.
    Pls suggest us.
    Pankaj Kumar

    Hi,
    According to your description, my understanding is that the same shared folder can be accessed by name, but can’t be accessed be IP address and asks for credentials.
    Please try to enable the option below on the device which has shared folder:
    Besides, check the Advanced Shring settings of shared folder and confrim that if there is any limitation settings.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • E4200 v1- problem creating a shared folder for the FTP server.

    Hi, 
    I'm trying to share an external USB harddrive (4TB- HFS+) that is attached to my e4200 router.  I'm trying to set up the FTP server, but when I try to create a shared folder, I get kicked out of the browser based interface for the router just as I'm trying to save the new shared drive.  I have tried many different things to get it to work: different computers (PC and Mac) different browsers, reflashing the firmware (which is version 1.0.06, build 3), I tried all of this with an NTFS formatted drive as well-  everytime I try to set up the shared folder- right as I hit the save button it kicks me out saying: Session Failure.
    I can see my drive on the local network, and I know the FTP server is working, because I can log into it from the outside- but I don't see anything shared, when I do.
    I have successfully gotten the media server to work using the same drive- but I can't create shared folder there either...  It seems to have shared the entire disk automatically when I first connected the drive to the router.
    Anybody have anything else for me to try?  
    Help!

    Same problem. Has anyone found a solution? I contacted tech support and got nonsense responses. I was of course asked to Factory Reset even though I told them I had done it before I called - classic brush off. Basicly here is the problem. 
    1. I cannot create a share on a USB connected HDD - this worked on the older Firmware. Now every time I try to set up the shared folder- right as I hit the save button it kicks me out saying: Session Failure. I am not the only person with the problem. Crazy thing is I had a share created and it worked after the upgrade. I wanted to add an additional share and now it wont share anything. HDD plugged into my PC works great. I was asked to try a different PC - even though I told them I tried from IE, Chrome, Firefox on a Windows 7, Vista, windows XP, IPad, Kindle and Samsung phone.
    2. While troubleshooting with the agent I discovered that although I have remote access disabled in the Administration>Management page but I can still access the router remotely. This is a huge security issue.
    3. Linksys is no longer a Cisco Company - if the code is this bad Belkin should take the Cisco logo out of the GUI. Don’t blame Cisco for your poor SW.
    I am ready to buy a new router and avoid Linksys and Belkin all together in light of these issues.
    Additionally, I would simply downgrade but the older Firmware is not available. When I asked for it I was told I could not get it. 

  • Creating file in shared folder

    I need to access a folder on a network ( say \\server1\test ). test folder is shared on \\server1 with permission only to user 'A'. Now a java program ( Simple code snippet given below ) running will not be able to access the given folder due to access restriction. How can I make this code access the given folder and create a file xyz.txt in it.
    Code snippet :
    import java.io.File;
    import java.io.IOException;
    public class test
    public static void main(String[] args)
    File file = new File(\\\\server1\\test\\xyz.txt );
    try
    file.createNewFile();
    catch (IOException e)
    // TODO Auto-generated catch block
    e.printStackTrace();
    }

    make sure that you have read and write permissions on that shared resource. i mean full access on that shared folder. with out full access you can't create/delete anything there. with read only access, you can read the content of the folder as well as that file only.
    Diablo

  • Un Wanted Folder is being creating in shared folder

    Hi There
    some unwanted folder is being creating in shared folder (this shared folder is mapped in the network in users computers), these folders are in windows server 2008 R2. and Users machine with windows 7 Pro. 
    so i can delete these folder once but after next boot these folder will again created. if anybody wants i can share the screen shot of those folder which are being creating automatically.
    Thanks
    Prakash

    Hi,
    Did you solve the issue with the help of the people provided above?
    Did the issue happen only for you or for multiple users?
    If the issue persists, on Lync 2013 client, Option—Personal—Personal information manager: make sure you choose the “Microsoft Exchange or Microsoft Outlook”.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Can't open files created or pasted by network user in my shared folder, why?

    When a user creates a file or drops one over network in my shared folder I can't open it without changing permissions first.
    After installing 10.7.3 update Windows computer were not able to access my iMac anymore. After solving that issue this one was left for me to fight with.
    I we googled hard and tried all permission repair methods listed, nothing helped.
    Files created by Windows SMB users have RW permissions only for that user, an No access for Everyone. There are no permissions defined for me or staff group or anybody.
    Thank you for your ideas.

    I haven't found a solution to this problem yet. All Windows users now access my Mac with my username, changing permission all the time became annoying. This is not a solution, rather an easy way out.
    I Would very much appreciate if someone has a proper solution.

  • Please, Help me.. !!  ((Can not support NAS or shared folder ? (Application Directory)))

    I need to set up application directory in NAS or Network
    Shared Folder.
    How can I do that ?
    In the fms.ini file.
    VHOST.APPSDIR = z:\myapps => z:\ is shared folder
    then,
    Application directory does not exist : z:\myapps
    please, I want to fix the problem..
    bye.

    I have the same issue. My NAS is CIFS mounted and I can only
    access it using a specific user. The thread below suggests that I
    may have to change FMS to run under that user, but this doesn't
    look easy. I'll let you know how I get on.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=578&threadid=1220842&me ssid=4394726
    This isn't a rare setup - can anyone provide better
    pointers?

  • Unable to create shared folder when creating distribution list

    Hi,
    I am trying to create a new Distribution List in ECC  using T-code SO23.
    The system is not allowing me to create a new Shared Folder (step in creating the DL).
    Instead, I get a message saying 'Folder does not exist' (message code :SO 005)
    I do not have this issue in either the  000 client or in the quality system. I check the authorization objects and general SAP Ofiice settings. Everything looks identical between the systems.
    I would appreciate if any of you have any suggestions/advice?
    Thanks you
    Carrie.

    Hello,
    The following errors occurrd on our D* & Q* system, and SAP recommended that I run program RSSOPRRP (Check and repair the SAPoffice profile SOPR.).  It resolved our issue. 
      Errors: 
      WK308 - Folder Shared folders is no longer available
      SO005 - Folder does not exist
    You might give it at try.  If you still have an issue, open a OSS message.
    Regards,
    JCruz

Maybe you are looking for

  • How to customize the Product Item lines numbers incrementation in Orders?

    Hello everyone, We are using structured products in CRM 7.0 that are replicated from ECC SD. These products consist of a high level product to which are attached sub-level products (BOM in ECC SD). When we select a high-level product in a CRM sales t

  • Purchase order Creation Problem

    Dear All               For Local purchase NB order creation SAP Asking the Account assignement category. for only particular plant ,It should ask only Service orders. but why its asking the NB orders.      Even Valuation grouping code already assigne

  • Report CATS_DA, long text

    Hi. If I run report CATS_DA and someone have filled in something in the long text, there is a little pen and paper there. If I then would like to save this to an excel sheet, the long text will not follow. I can understand why, because there can be a

  • IPhone will not appear as device in iPhoto

    All of a sudden my iPhone 5 will no longer appear as a device in iPhoto 9.5.1 I just want to import photos to iPhoto from my iPhone - I've been doing this for years! Ideas?

  • Maintenance Dialog Date Subscreen

    Hi, I have implemented a 2-level-maintenance dialog. I have generated it based on a view, additionally I used the function "time-depended" generation, consequently I got a date subscreen on the detail subscreen. This date subscreen sometimes causes p