Create mount point .

Hi guys.
How to create mount point for database .
Thanks.

Even if you tell us the operating system your system may use another file system provided by another company separate from the OS so information about file system software would help us as well. JFS UFS VERITAS........
I presume your talking about "mount points" because you need another file system for this restore. Your Unix admin should be able to help provide extra disk capacity?
Kind regards

Similar Messages

  • How to create Mount Point in Linux

    Hi,
    I m new to Linux OS, want to install Oracle EBS R12 on OEL 5.6 . I have downloaded s/w and installed all required packages for OEL.
    Now i want to create Staging directory at location /u01/StageR12.
    Can anyone guide me for how to create Mount point /u01 and how to assign space of 53 GB to it.... ?
    Reply awaited...

    You're on the right path.
    Keep in mind though what you need partition wise just for o/s install. You should have at least 3 partitions:
    - a ?? GB partition for the / (root) mount (the size depends on what you will install and how much space you will need for running that s/w)
    - a 128MB or larger partition for the /boot mount
    - a ?? GB partition as swap space mount (typically rule of thumb is 2x RAM for 4GB and lower, else around 25% of total RAM)
    I would not create separate partitions for the old-style +/u01+ mount points for Oracle. That part of the OFA (Oracle Flexible Architecture) standards are old and pre-ASM and pre- automated Oracle managed data files.
    You need space for installing an Oracle Home. I do not see the need for a dedicated mount point for that. I use the root file system.
    You need space for the actual database. If you use Oracle ASM, then I would create raw partitions (across disks) to be used for database storage. These will not be mounted or formatted. Instead these will be assigned to an ASM diskgroup (and striped by default) and used for database storage.
    If you do not use ASM, then you need a cooked file system for storage of database file. In that case separate mount point(s) make sense. Also, it makes sense not to manually apply the old OFA standards, but instead use Oracle managed database files. In that case you need a single mount point (e.g.<i>/oracledb</i>) - and set that as the base directory for Oracle to use for the database. Oracle will create an OFA compliant database directory tree and files under that base directory/mount point.
    Keep in mind that the more mount points you have for the database, the more difficult your job becomes to manage storage. The easiest is a single mount point for the database and using Oracle to manage the OFA compliant side for you on that mount point.
    Also, you cannot and should not attempt some kind of manual striping layout of the database across multiple mountpoints. This may have made some sense back 10+ years ago. It no longer does.

  • Creating Mount Points using XML

    I am new to xml and am trying to create mount points using xml.
    However, I am having trouble figuring out what tag to use to set
    the Associated Folder. There is an AssociatedPublicObject
    attribute for mount point that using that as a tag doesn't work.
    Can anyone tell how to do this?
    Thanks.

    It is possible using only XML, yet I am missing the mount point path...
    my XML sofar is:
    <?xml version = '1.0' standalone = 'yes'?>
    <MountPoint>
    <Name>testMountP</Name>
    <Description>Test Mount Point</Description>
    <Acl Reftype="Name">Lesezugriff_fuer_Projekt_Mitglieder</Acl>
    <SecuringPublicObject Reftype="Path"> /mypath </SecuringPublicObject>
    <ResolvedPublicObject Reftype="Path"> /mypath </ResolvedPublicObject>
    <ASSOCIATEDPUBLICOBJECT Reftype="Path"> /mypath </ASSOCIATEDPUBLICOBJECT>
    </ObjectList>
    Somehow the attribute AssociatedPublicObject does not get updated by this xml. The MountPoint is created but the location path is set to null.
    Any comments?

  • Create mount point on Mac OS for Oracle 10g

    I am trying to install Oracle 10g on Mac OS. The current mount point is "/". But I want to create a mount point like "/u01" so that the Oracle home path will be /u03/app/oracle. The question is how to create this mount point /u01 on MAC OS? Please advise.
    Thanks
    S.

    Mount points are traditionally simple (and empty) directories.
    A directory becomes a mount point when it is used in the mount command. Typical *nix sequence is
    mkdir /u01
    mount <type information> <source disk> /u01 -o <options>
    What the docs are referring to is the Oracle (or Optimal) Flexible Architecture and the assumption is that you have additional drive partitions available. In that case
    mount -t ext3 /dev/sdb1 /u01
    would do the trick.
    In your case, assuming you have enough disk space on the root file system, and assuming this is not for a production environment, just stop at the 'mkdir /u01' and you;ll be fine. Then 'mkdir -p /u01/app/oracle' and 'chown -R oracle:oinstall /u01' so that you can use '/u01/app/oracle' as your ORACLE_BASE in the install, and '/u01/app/oracle/product/11.1.0/db_1' as the ORACLE_HOME (which will become the defaults if you set ORACLE_BASE=/u01/app/oracle before you start the installer)
    For a production system, it is generally insane to use one disk and put Oracle database & s/w on the root disk - 'eggs in one basket' kind-a thing.

  • How to create mount point from external drive directory

    Hi,
    Is it possible to create a mount point pointing directly to an external drive directory?
    For example I would like to have /Volumes/Media point to my external eSATA drive /eSATA/Media
    What I am trying to achieve is that I can see a virtual drive in Finder called "Media"
    This is important because when this external drive is connected on my NAS Server the /eSATA/Media directory
    shows up as a mounted drive called "Media" alse (through afp).
    What I want is to see "Media" pointinf to  /eSATA/Media regardles if it is connected directly to my MacBook or connected on my NAS.
    Thanks for your help.
    JM

    Hi,
    Is it possible to create a mount point pointing directly to an external drive directory?
    For example I would like to have /Volumes/Media point to my external eSATA drive /eSATA/Media
    What I am trying to achieve is that I can see a virtual drive in Finder called "Media"
    This is important because when this external drive is connected on my NAS Server the /eSATA/Media directory
    shows up as a mounted drive called "Media" alse (through afp).
    What I want is to see "Media" pointinf to  /eSATA/Media regardles if it is connected directly to my MacBook or connected on my NAS.
    Thanks for your help.
    JM

  • How can I remove old mount points?

    Hi,
    I created mount points under Tiger using NetInfo Manager. These are still active but don't show up in Directory Utility.
    How Do I remove thos old mount points?
    All the best
    Christoph

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    You can delete it from itunes and sync.
    You can deselect it from the apps tab and sync.
    You can hold an icon on the iphone until they all wiggle then tap the "X".
    You cannot delete the standard app.
    Maybe you should have a look  at the manual.

  • Expdp fails to create .dmp files in NFS mount point in solaris 10,Oracle10g

    Dear folks,
    I am facing a wierd issue while doing expdp with NFS mount point. Kindly help me on this.
    ===============
    expdp system/manager directory=exp_dumps dumpfile=u2dw.dmp schemas=u2dw
    Export: Release 10.2.0.4.0 - 64bit Production on Wednesday, 31 October, 2012 17:06:04
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "/backup_db/dumps/u2dw.dmp"
    ORA-27040: file create error, unable to create file
    SVR4 Error: 122: Operation not supported on transport endpoint
    I have mounted like this:
    mount -o hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3 -F nfs 172.20.2.204:/exthdd /backup_db
    NFS=172.20.2.204:/exthdd
    given read,write grants to public as well as specific user

    782011 wrote:
    Hi sb92075,
    Thanks for ur reply. pls find the below. I am able to touch the files while exporting log files also creating having the error msg as i showed in previous post.
    # su - oracle
    Sun Microsystems Inc. SunOS 5.10 Generic January 2005
    You have new mail.
    oracle 201> touch /backup_db/dumps/u2dw.dmp.test
    oracle 202>I contend that Oracle is too dumb to lie & does not mis-report reality
    27040, 00000, "file create error, unable to create file"
    // *Cause:  create system call returned an error, unable to create file
    // *Action: verify filename, and permissions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Creating new mount points on pre installed Solaris 2.7

    Creating new mount points on pre installed Solaris 2.7

    Hi,
    Thanks for suggestion.
    I have checked note 1521371, so as per note I have to provide the locations as given below..
    For PI1 (i.e. PI Development)...............
    Oracle Base Location : /oracle/PI1
    Oracle Home Location : /oracle/PI1/112_64
    Inventory Directory : /oracle/PI1
    For PI2 (i.e. PI Production)...............
    Oracle Base Location : /oracle/PI2
    Oracle Home Location : /oracle/PI2/112_64
    Inventory Directory : /oracle/PI2
    Correct me if I am wrong..
    Could you please tell me, does we need to set the ORACLE environmental variables i.e. ORACLE_BASE, ORACLE_HOME and ORACLE_STAGE before start the ORACLE database installation?
    Kindly suggest,
    Thanks and regards,
    Amit....

  • HT201372 I am trying to create a bootable USB drive for Yosemite and the terminal is telling me /Volumes/Untitled is not a valid volume mount point.  HELP!!!

    I erased the USB drive and partitioned it as directed in order to create a bootable drive.  When I type in the sudo command in the terminal, it is telling me that /Volumes/Untitled is not a valid volume mount point.  HELP!!!

    FYI
    my process just completed:  here is what I see when it is done... (the first you saw in my earlier post.  It took about 15-20 minutes.
    To continue we need to erase the disk at /Volumes/Recovery.
    If you wish to continue type (Y) then press return: y
    Erasing Disk: 0%... 10%... 20%... 30%...100%...
    Copying installer files to disk...
    Copy complete.
    Making disk bootable...
    Copying boot files...
    Copy complete.
    Done.

  • Creating database in other mount point

    i had installed oracle 10g in mount point u01 but i want to create database in mount point u02
    how can i do this??
    i had to do this by using dbca

    This is the same as yesterday's question:
    creating mountpoint after installation
    Whatever you did yesterday when you typed "u01", just do the same but type "u02".
    There was no need to create a new post just for this.
    Perhaps you need to spend more time reading what others have already posted into various forum web sites instead of splattering your questions and expecting others to tell you every minuscule step to do.
    This thread is locked because you are just repeating yourself.

  • How to create a mount point with PowerShell

    Hello,
    Can you please point me to a sample which creates a mount point using powershell?

    Try this. I cooked it up by consolidating a few different sources.  I posted it on the microsoft connect suggestion for native support, under workarounds:
    https://connect.microsoft.com/PowerShell/feedback/details/627099/need-powershell-equivalent-to-cmds-mklink
    #symlinks.ps1
    # First add a type so it stays available for this instance
    Add-Type -TypeDefinition @'
    using System;
    using System.Runtime.InteropServices;
    namespace mklink
    public class symlink
    [DllImport("kernel32.dll")]
    public static extern bool CreateSymbolicLink(string lpSymlinkFileName, string lpTargetFileName, int dwFlags);
    [DllImport("kernel32.dll")]
    public static extern bool RemoveDirectory(string lpPathName);
    [DllImport("kernel32.dll")]
    public static extern uint GetLastError();
    Function New-ReparsePoint() {
    <#
    .SYNOPSIS
    Creates a reparse point to the specified target.
    .DESCRIPTION
    Creates a reparse point to the specified target.
    .PARAMETER Path
    Path to the reparse point to remove.
    .NOTES
    Author: Jordan Mills
    Version: 1.0
    .EXAMPLE
    Remove-SymbolicLink -Path "E:\directory\mount"
    #>
    [cmdletbinding(DefaultParameterSetName="default")]
    Param (
    [parameter(
    ParameterSetName="default",
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="file",
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="directory",
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [Alias("Path","FileName","Directory")]
    [string[]]$Name,
    [parameter(
    ParameterSetName="default",
    Position=1,
    Mandatory=$true,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="file",
    Position=1,
    Mandatory=$true,
    ValueFromPipelineByPropertyName=$True
    [parameter(
    ParameterSetName="directory",
    Position=1,
    Mandatory=$true,
    ValueFromPipelineByPropertyName=$True
    [string]$TargetPath,
    [parameter(
    ParameterSetName="file",
    Position=2,
    Mandatory=$false,
    ValueFromPipelineByPropertyName=$True
    [switch]$IsFile,
    [parameter(
    ParameterSetName="directory",
    Position=2,
    Mandatory=$false,
    ValueFromPipelineByPropertyName=$True
    [switch]$IsDirectory
    If ($IsFile -or $IsDirectory) {
    If($IsFile) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,0)
    Else {
    If($IsDirectory) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,1)
    Else {
    Write-Error -Message "Conflicting path type parameters. This should not happen."
    Break;
    Else {
    If (Test-Path -LiteralPath $TargetPath -PathType Leaf -ErrorAction SilentlyContinue) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,0)
    Else {
    If (Test-Path -LiteralPath $TargetPath -PathType Container -ErrorAction SilentlyContinue) {
    $result = [mklink.symlink]::CreateSymbolicLink($Name,$TargetPath,1)
    Else {
    Write-Error -Message "Unable to determine path type of TargetPath. Use -IsFile or -IsDirectory."
    Break;
    If ($result) {
    Get-Item $Name
    } Else {
    Write-Error -Message "Error creating symbolic link" -Category WriteError #-ErrorId $([mklink.symlink]::GetLastError())
    Function Remove-ReparsePoint {
    <#
    .SYNOPSIS
    Removes a file or directory that is a reparse point (symlink or hardlink) without removing all child objects.
    .DESCRIPTION
    Removes a file or directory that is a reparse point (symlink or hardlink) without removing all child objects.
    .PARAMETER Path
    Path to the reparse point to remove.
    .NOTES
    Author: Jordan Mills
    Version: 1.0
    .EXAMPLE
    Remove-SymbolicLink -Path "E:\directory\mount"
    #>
    [cmdletbinding()]
    Param (
    [parameter(
    Position=0,
    Mandatory=$true,
    ValueFromPipeLine=$True,
    ValueFromPipelineByPropertyName=$True
    [Alias("FullName","Name","FileName","Directory")]
    [ValidateScript({Test-Path $_})]
    [string[]]$Path
    $Path |
    Get-Item |
    ForEach-Object {
    $Item = $_;
    Switch ($Item.Attributes -band ([IO.FileAttributes]::ReparsePoint -bor [IO.FileAttributes]::Directory)) {
    ([IO.FileAttributes]::ReparsePoint -bor [IO.FileAttributes]::Directory) {
    # Is reparse directory / symlink
    If ($whatif) {
    Write-Host "What if: Performing the operation `"Delete Directory`" on target `"$($_.FullName)`""
    } Else {
    [System.IO.Directory]::Delete($Item.FullName);
    Break;
    ([IO.FileAttributes]::ReparsePoint -bor 0) {
    # Is reparse file / hardlink
    If ($whatif) {
    Write-Host "What if: Performing the operation `"Delete File`" on target `"$($_.FullName)`""
    } Else {
    [System.IO.File]::Delete($Item.FullName);
    Break;
    default {
    Write-Error "$Item is not a reparse point."

  • How do I create new mount point

    Hello,
    I'd like to create a new mount point. The Admin guide says to click the Create button on the toolbar but I don't see anything that says Create (I have New, Edit, Upload,...).
    Searching here I've seen references to some code snippets that purport to do it but I'd rather use a GUI.
    Thanks for any help

    You have to use iFS Manager, not the WebUI.

  • Mobile accounts WHICH MOUNT POINT?

    How does a machine handling a mobile account
    a. know how to set $HOME ?
    b. know where to mount the folder during sync?
    The scenario and problem:
    (can u help?)(you'll win a free beer if you come to Switzerland).
    I have the user's files stored in /Volumes/team1/users/user1
    The folder /Volumes/team1 is mounted on a local drive on server1.
    The server1 share point, called 'users' is /Volumes/team1/users
    (sounds simple.. doesn't it
    In config-scenario1 I do this:
    The user's share point URL is afp://server1.disneyland.ch/users
    The path to home folder is user1
    The full path is /Network/Servers/server1.disneyland.ch/users/user1
    THIS WORKS ON CLIENT MAC1
    When logged in (via login panel), the $HOME is set to /Users/user1
    and during syncing I see /Volumes/users mounted temporarily (weird,.. it used to show the temporary mount as /Network/Servers/server1.disneyland.ch/users )
    user1@mac1:~ > pwd
    /Users/user1
    user1@mac1:~ >
    THIS WORKS ON SERVER1
    When I ssh into the user, on server1,
    I see $HOME set to /Network/Servers/server1.disneyland.ch/users/user1
    user1@server1:~ > pwd
    /Network/Servers/server1.disneyland.ch/users/user1
    user1@server1:~ >
    THIS DOES NOT WORK ON SERVER2
    On server2 where the same external drive is mounted (it's an Xsan using fiber-channel)
    I get this:
    user1$ cd ~
    -bash: cd: /Network/Servers/server1.disneyland.ch/users/user1: No such file or directory
    SOLUTION1 (that fails)(aka config-scenario 2)
    The user's share point URL is afp://server1.disneyland.ch/users
    The path to home folder is user1
    Set the full path to /Volumes/team1/users/user1
    THIS WORKS ON MAC1
    THIS WORKS ON SERVER1
    THIS CAUSES PROBLEMS ON SERVER2 : (see this posting: http://forums.macosxhints.com/showthread.php?p=581557 ).
    Questions :
    1. How is the HOME folder determined by the computer? Despite the two config-scenarios, the client mac1 uses HOME as /Users/user1 (as it should) but not on Server1 or Server2 (on Server1 it always uses the value in the full path specified in the Mobility>Home for the user)(In Server2 it sometimes uses that value and sometimes it uses the previous configuration value).
    2. How is the MOUNT on the client determined? It seems that it is always /Volumes/users (as it should?); Perhaps it is identified by the system seeing what is behind the user's share point? What's weird is that I'm sure/certain that at one point, under config-scenario1, the mount point on mac8 was NOT /Volumes/users but rather /Network/Servers/server1.disneyland.ch ! Did I dream that ?
    3. How can I PREVENT the mount happening on Server2 (it's mounting on top of the existing /Volumes/team1/users !!) ?
    4. If I DO accept config-scenario1, couldn't I just create a symbolic link on server2 in /Network/Server/server1.disneyland.ch/users-->/Volumes/team1/users ?? Actually this doesn't work because even with sudo I can't mkdir /Networks/Servers/server1.disneyland.ch into which I wold have make the users-> link
    ARGHHH!
    Thanx for any insight.
    /shawn

    DrKdev wrote:
    I've bumped the topic over there:
    Then please do not do so here. The point of posting to the appropriate forum is to attract users with interest & expertise in that area. Bumping here, in an inappropriate forum, is annoying since it just keeps the topic near the top of this forum's list where users that have no expertise with or interest in the issue will keep seeing it.
    This generally does not increase your chances of a reply; if anything it will prompt some users to ignore both of your topics.

  • Mount Points in Windows 2012 R2 Cluster not displaying correctly

    Hi,
    Try
    and I might, I can't get Mount Points displayed properly in a Windows 2012 R2 cluster.
    In Windows 2008 R2, I added them, and they appear under Storage, as for Example, Cluster Disk 7: Mounted Volume (S:\SYSDB). (I may have had to bring them offline/online).
    in Windows 2012 R2, they are showing up as, for example, '\\?\Volume{7c636157-e7e9-11e4-80dc0005056873123}'
    In the error log it shows up as :
    Cluster disk resource 'Cluster Disk 7' contains an invalid mount point. Both the source and target disks associated with the mount point must be clustered disks, and must be members of the same group.
    Mount point 'SYSDB\' for volume '\\?\Volume{7c636106-e7e9-11e4-80dc-005056873123}\' references an invalid target disk. Please ensure that the target disk is also a clustered disk and in the same group as the source disk (hosting the mount point).
    Now I've checked the error, and in
    https://technet.microsoft.com/en-au/library/dd353925(v=ws.10).aspx it says
    "The mounted disk and the disk it is mounted onto must be part of the same clustered service or application. They cannot be in two different clustered services or applications, and they cannot be in the general pool of Available Storage in the cluster."
    So I have created a 'Other Server' Role. When I go right click on the Role and go to 'Add Storage', Cluster Disk 6 (the root volume) displays S:\, and Cluster Disk 9 (hosting the mountpoint) says Mount Point(s): (S:\SYSDB). I select both, and add, but
    alas, the Mount Point still shows up as '\\?\Volume{7c636106-e7e9-11e4-80dc-005056873123}\ (not S:\SYSDB or Cluster Disk 6: Mounted Volume (S:\SYSDB).) as I would expect.
    They are both clustered disks (iSCSI). I would expect when it says in the "same group", both added to the same role would be in the same group.

    Hi,
    Thankyou for your response. That's (sort of) good to know, but it seems to be a step backwards from Windows 2008 R2, where you would actually have the meaningful Mounted Volume: (S:\SYSDB) displayed, to the meaningless '\\?\Volume{7c636157-e7e9-11e4-80dc0005056873123}'
    GUID. Obviously before you do anything, you need to cross reference the disk number to 'Disk Management'; it would be better if is was displayed correctly in Failover Cluster Manager in the first place.
    Secondly, the GUID is somewhat misleading. In Windows 2008 R2 for example, it appears as though the same GUID was displayed on each node (e.g. using Mountvol.exe). In Windows 2012 R2, it appears as though different GUID's are displayed on each node, e.g.
    Node 1.
    \\?\Volume{7c6368a4-e7e9-11e4-80dc-005056873123}\
            S:\SYSDB\
    Node 2.
    \\?\Volume{97cc0d34-e7e9-11e4-80db-0050568724c4}\
            S:\SYSDB\
    But the GUID in Failover cluster manager remains the same (you can't really cross reference with what you see in FCM to Mountvol).
    Strangely enough, when I check the registry in 'MountedDevices' on Node 1, both of the GUIDs are displayed (even though only one is displayed in MountVol.exe),  referencing the same Disk ID listed in Diskpart.exe. I can see this mentioned in
    https://support.microsoft.com/en-us/kb/959573, where is says :
    A volume can be multiple unique volume names (and thus multiple GUIDs) when it is used by multiple running installations of Windows.  This could happen in the following scenarios and in similar scenarios where multiple installations of Windows have
    accessed the volume:
    Using a volume on a shared disk in a cluster where multiple nodes have accessed the volume.
    Oh well, that's progress I guess.

  • Nfs mount point does not allow file creations via java.io.File

    Folks,
    I have mounted an nfs drive to iFS on a Solaris server:
    mount -F nfs nfs://server:port/ifsfolder /unixfolder
    I can mkdir and touch files no problem. They appear in iFS as I'd expect. However if I write to the nfs mount via a JVM using java.io.File encounter the following problems:
    Only directories are created ? unless I include the user that started the JVM in the oinstall unix group with the oracle user because it's the oracle user that writes to iFS not the user that creating the files!
    I'm trying to create several files in a single directory via java.io.File BUT only the first file is created. I've tried putting waits in the code to see if it a timing issue but this doesn't appear to be. Writing via java.io.File to either a native directory of a native nfs mountpoint works OK. ie. Junit test against native file system works but not against an iFS mount point. Curiously the same unit tests running on PC with a windows driving mapping to iFS work OK !! so why not via a unix NFS mapping ?
    many thanks in advance.
    C

    Hi Diep,
    have done as requested via Oracle TAR #3308936.995. As it happens the problem is resolved. The resolution has been not to create the file via java.io.File.createNewFile(); before adding content via an outputStream. if the File creation is left until the content is added as shown below the problem is resolved.
    Another quick question is link creation via 'ln -fs' and 'ln -f' supported against and nfs mount point to iFS ? (at Operating System level, rather than adding a folder path relationship via the Java API).
    many thanks in advance.
    public void createFile(String p_absolutePath, InputStream p_inputStream) throws Exception
    File file = null;
    file = new File(p_absolutePath);
    // Oracle TAR Number: 3308936.995
    // Uncomment line below to cause failure java.io.IOException: Operation not supported on transport endpoint
    // at java.io.UnixFileSystem.createFileExclusively(Native Method)
    // at java.io.File.createNewFile(File.java:828)
    // at com.unisys.ors.filesystemdata.OracleTARTest.createFile(OracleTARTest.java:43)
    // at com.unisys.ors.filesystemdata.OracleTARTest.main(OracleTARTest.java:79)
    //file.createNewFile();
    FileOutputStream fos = new FileOutputStream(file);
    byte[] buffer = new byte[1024];
    int noOfBytesRead = 0;
    while ((noOfBytesRead = p_inputStream.read(buffer, 0, buffer.length)) != -1)
    fos.write(buffer, 0, noOfBytesRead);
    p_inputStream.close();
    fos.flush();
    fos.close();
    }

Maybe you are looking for

  • FN+F8 WLAN Aktivation ist not possible. How does ist work?

    Fn F8 doenst reakt. FN-Key is witout funktion. How do I aktivate this WLAN-Key? Is there a go around?

  • IPad Safari - Can't pinch to zoom on only one website

    I've always logged into Facebook on my iPad in Safari, but as of last night, I cannot use the pinch to zoom function on www.Facebook.com. I can go to any other website, even the mobile version of facebook at m.facebook.com and the pinch works. I have

  • Can't download app updates in itunes

    I'm running Mac OS X 10.6.8 and iTunes 10.5.1. I'm able to sync with my iphone fine and access the iTunes store (although very slowly - can take minutes to load), but when I try to download updates to my iphone apps via iTunes, it can never conncet t

  • Error in SMT1 authorization check

    Hello, I have created trusted RFC from My system QGS to QA1. Connection test,Authorization test and unicode Test are successful in SM59. But it is giving error following  when I am performing authorization test in SMT1 "error when opening RFC connect

  • Formula to get sum of records per page

    Post Author: dreamer_0244 CA Forum: Formula Hi! I'm trying to create a formula that would get the sum of a field within each page of the report. Does anyone have an idea on this? Thanks!