Zfs and Oracle raw volumes

This is the way I configured raw volumes to be used by Oracle 9:
# zpool create -f pool146gb c0t1d0
# zfs create -V 500mb pool146gb/system.dbf
# cd /dev/zvol/rdsk/pool146gb
# ls -l system.dbf
lrwxrwxrwx 1 root root 40 Oct 4 19:26 system.dbf -> ../../../../devices/pseudo/zfs@0:16c,raw
# chown oracle:oinstall ../../../../devices/pseudo/zfs@0:16c,raw
# zfs list -o name,volsize| grep system.dbf
pool146gb/system.dbf 500M
Resizing system.dbf to 600 MB
# zfs set volsize=600mb pool146gb/system.dbf
# zfs list -o name,volsize| grep system.dbf
pool146gb/system.dbf 600M
My question:
Is this a good approach for creating Oracle tablespaces in raw volumes?

Marcus Ruehmann (guest) wrote:
: Hi,
: did anybody successfully test Stephen Tweedy3s raw device
against
: Oracle? I testet also against Sybase but could not get it to
run.
: Stephen checked straces and stuff but there seems to be no
error!
: Look at ftp.uk.linux.org/pub/linux/sct/fs
: This patch is against Linux 2.2.9.
: Please people, test it and tell me if it works for you
: Cheers
: Marcus
Hi Marcis,
I tested raw device with Oracle but in AIX with Oracle 7.3 and
it worked perfectly. While I'm waiting for Oracle8i on Linux and
would test it with raw device, I don't think there would be too
much different.
Brdgs,
Quoc Trung
null

Similar Messages

  • Parameters of NFS in Solaris 10 and Oracle Linux 6 with ZFS Storage 7420 in cluster without database

    Hello,
    I have ZFS 7420 in cluster and OS Solaris 10 and Oracle Linux 6 without DB and I need mount share NFS in this OS and I do not know which parameters are the best for this.
    Wich are the best parameters to mount share NFS in Solaris 10 or Oracle Linux 6?
    Thanks
    Best regards.

    Hi Pascal,
    My question is because when We mount share NFS in some servers for example Exadata Database Machine or Super Cluster  for best performance we need mount this shares with specific parameters, for example.
    Exadata
    192.168.36.200:/export/dbname/backup1 /zfssa/dbname/backup1 nfs rw,bg,hard,nointr,rsize=131072,wsize=1048576,tcp,nfsvers=3,timeo=600 0 0
    Super Cluster
    sscsn1-stor:/export/ssc-shares/share1      -       /export/share1     nfs     -       yes     rw,bg,hard,nointr,rsize=131072,wsize=131072,proto=tcp,vers=3
    Now,
    My network is 10GBE
    What happen with normal servers only with OS (Solaris and Linux)?
    Which parameters I need use for best performance?
    or are not necessary specific parameters.
    Thanks.
    Best regards.

  • ISCSI and ZFS Thin Provisioning Sparse Volumes - constraints?

    Hello,
    I am running an iSCSI target using COMSTAR.
    I activated Time Slider (Snapshot feature) for all pools.
    Now I want to set up an iSCSI target using thin provisioning, storing the data in a file system rather than a file.
    Is there any official documentation about thin p.?
    All I found was
    http://www.cuddletech.com/blog/pivot/entry.php?id=729
    http://www.c0t0d0s0.org/archives/4222-Less-known-Solaris-Features-iSCSI-Part-4-Alternative-backing-stores.html
    Are there any problems to be expected about the snapshots?
    How would I set up a 100 GByte iSCSI target with mentioned thin p.?
    Thanks
    n00b

    To create a thin provisioned volume:
    zfs create -V <SIZE> -s path/to/volume
    Where <SIZE> is the capacity of the volume and path/to/volume is the ZFS path and volume name.
    To create a COMSTAR target:
    stmfadm create-lu /dev/zvol/rdsk/path/to/volume
    You'll get a LU ID, which you can then use to create a view, optionally with target and host groups to limit access.
    -Nick

  • Volumes and Qtrees set up for SAP and Oracle

    Hi Gurus
    I Need your help Please
    I need to get Volumes and Qtrees set up for SAP and Oracle.
    I found a document from NetApp that helped a lot about the structure.
    But what I donu2019t know and canu2019t find anywhere is sizing for the volumes and Qtrees.
    I really need some guidelines on sizing these below:
    FlexVol saplog
    /usr/sap/SID
    /usr/sap/trans
    /sapmnt/SID
    /home/SIDadm
    /oracle/SID
    /oracle/SID/origlogA
    /oracle/SID/origlogB
    /oracle/SID/oraarch
    /oracle/SID/sapreorg
    /oracle/SID/sapbackup
    /oracle/SID/saparch
    FlexVol sapdata
    /oracle/SID/sapdata1
    /oracle/SID/sapdata2
    /oracle/SID/sapdataN
    FlexVol mirrlogs
    /oracle/SID/mirrlogA
    /oracle/SID/mirrlogB
    Thanks and appreciate your help

    > I have gone through the Inst Guide and I was surprised to see only 50 MB for Oracle software directory ?
    Where did you read that?
    > The sizing given in Installation guide is for typical setup or do we need to size as per our requirement ?
    The sizing give there is for the initial system setup. It does not contain customer specific requirements.
    The usual process is:
    - you contact your hardware vendor
    - you use http://service.sap.com/quicksizer together with him and fill in the data
    - the hardware vendor will offer you the storage and the machines for the setup
    - the vendor configures with you the storage and the necessary filesystem layout based on that sizing
    Each customers setup is different and requires the experience and knowledge from the respective hardware vendor how to set up the system so it performs well.
    You can follow the suggestions given here, this will be enough for the initial setup but the system will grow. This is not taken into account in the installation guide because it's customer specific.
    Markus

  • Oracle raw device conversion on alpha unix

    I would like to convert an Oracle database version 7.3.4 from filesystem to raw devices in digital alpha o/s version 4.0d. Anyone knows how to do it (i.e., can I simply use dd to convert? do I need to include 'skip' and 'seek' in dd command?)
    thanks very much

    Each raw device you create is used as a single data file.
    Eg mklv -y 'myfile' <vgname> <number of logical partitians>
    Will have two special files associated with them /dev/rmyfile and /dev/myfile. The number of logical partitians will be the size of your datafile subtract 1 meg for overhead.
    So, if you were addding the above raw volume to a tablespace, and the lp size was 32 meg, you would
    create tabelspace tsname datafile '/dev/rmyfile' size 31 m;
    Note the use of rmyfile not myfile.

  • Windows 2003 64 bit and Oracle Client install issues

    A bit of background. We are a Microsoft shop using SQL Server 2005 / Windows 2003 64 bit servers. We need to have ODBC drivers and Oracle OLE provider to connect and transfer data vis SSIS.
    We have installed a package (ODAC10203x64.zip) for OADC 10.0.2.3 which we downloaded from the Oracle website.
    We see the software in the program file group. We cannot find the Oracle ODBC drivers, also can't find the Oracle OLE Provider. However the Oracle installation package shows the Oracle OLE Provider has been installed even though we cannot find it anywhere.
    Any suggestions?

    Hi!
    But I get the warning
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2010-09-27 14:42:10.140
    Execute step SetPermissionsForSapdatahome of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0
    WARNING 2010-09-27 14:42:14.734
    Unable to get the name of a domain controller for domain .
    INFO[E] 2010-09-27 14:42:46.234
    FSL-01027 Account user="ORA_IDS_DBA" does not exist.
    INFO[E] 2010-09-27 14:47:16.281
    FSL-01027 Account user="Administrators" does not exist.
    Actually, my PC is not in Domain, its in workgroup.
    So installation is stop at the create database phase
    so please suggest me How to solve the problem
    Thanks
    Ganesh

  • Migration of LONG and LONG RAW datatype

    Just upgraded a DB from 8.1.7.4 to 10.2.0.1.0. In the post-upgrade tasks, it speaks of migrating tables with LONG and LONG RAW datatypes to CLOB's or BLOB's. All of my tables in the DB with LONG or LONG RAW datatypes are in the sys, sysman, mdsys or system schemas (as per query of dba_tab_columns). Are these to be converted? Or, does Oracle want us to convert user data only (user_tab_columns)?

    USER_TAB_COLUMNS tells you the columns in the tables owned by the current user. There may well be many users on your system that you created that contain objects. I suppose you could log in to each of those schemas and query their USER_TAB_COLUMNS table, but it's probably easier to query DBA_TAB_COLUMNS with an appropriate WHERE clause on the owner of the objects.
    Justin

  • How do I map Hitachi SAN LUNs to Solaris 10 and Oracle 10g ASM?

    Hi all,
    I am working on an Oracle 10g RAC and ASM installation with Sun E6900 servers attached to a Hitachi SAN for shared storage with Sun Solaris 10 as the server OS. We are using Oracle 10g Release 2 (10.2.0.3) RAC clusterware
    for the clustering software and raw devices for shared storage and Veritas VxFs 4.1 filesystem.
    My question is this:
    How do I map the raw devices and LUNs on the Hitachi SAN to Solaris 10 OS and Oracle 10g RAC ASM?
    I am aware that with an Oracle 10g RAC and ASM instance, one needs to configure the ASM instance initialization parameter file to set the asm_diskstring setting to recognize the LUNs that are presented to the host.
    I know that Sun Solaris 10 uses /dev/rdsk/CwTxDySz naming convention at the OS level for disks. However, how would I map this to Oracle 10g ASM settings?
    I cannot find this critical piece of information ANYWHERE!!!!
    Thanks for your help!

    Yes that is correct however due to use of Solaris 10 MPxIO multipathing software that we are using with the Hitachi SAN it does present an extra layer of complexity and issues with ASM configuration. Which means that ASM may get confused when it attempts to find the new LUNs from the Hitachi SAN at the Solaris OS level. Oracle Metalink note 396015.1 states this issue.
    So my question is this: how to configure the ASM instance initialization parameter asm_diskstring to recognize the new Hitachi LUNs presented to the Solaris 10 host?
    Lets say that I have the following new LUNs:
    /dev/rdsk/c7t1d1s6
    /dev/rdsk/c7t1d2s6
    /dev/rdsk/c7t1d3s6
    /dev/rdsk/c7t1d4s6
    Would I set the ASM initialization parameter for asm_diskstring to /dev/rdsk/c7t1d*s6
    as correct setting so that the ASM instance recognizes my new Hitachi LUNs? Solaris needs to map these LUNs using pseudo devices in the Solaris OS for ASM to recognize the new disks.
    How would I set this up in Solaris 10 with Sun multipathing (MPxIO) and Oracle 10g RAC ASM?
    I want to get this right to avoid the dreaded ORA-15072 errors when creating a diskgroup with external redundancy for the Oracle 10g RAC ASM installation process.

  • ASM and Oracle VM

    I am looking for a best practice here for Oracle VM 3.0.3 and to receive the best (Fastest) I/O performance.
    We have a FC Storage Appliance with 12 2TB disks in it.
    I normally would give this whole thing to ASM as 6 RAID01 2TB Raidsets.
    Then Make each RAIDSET an ASMDISK and oracle does the rest as each disk is a member of an external redundancy DISKGROUP.
    Now if we through Oracle VM into the mix what is the best practice here to get equivalent performance?
    I think I want to do the same with the RAIDSETS, make each one a Repository I guess, and someone make the VM guests aware.
    I do WANT to use physical disks and not disk images. I just started playing with the Fiber Channel Appliance today, so I am green when it comes to FC and more familiar with SAS.
    Right now the appliance has 6 vdisks and 6 volumes of 2TB each.
    I want one VM Guest that can run from 2 different VM servers to have access is the goal. How can I get there?

    Avi Miller wrote:
    Present the physical LUNs to your Oracle VM Servers and map them directly into the guests. What are the exact steps to accomplish this? I have the LUNs visible via "fdisk -l" on the OVM server, but that is as far as I have gone. Not sure what to do in the Manager yet, as this is completely different than what I did with NFS disks so far. Where I make the export available to the OVM server, add a new Repository in Hardware/Storage/File Servers/Register File Server. Then once that is created I can present that repository to the VM servers, and then create vdisks. And finally present those vdisks to the guest.
    So in this case what are the steps to get to the guest?

  • Merge to HDR Pro and Camera Raw stop working...

    I have been noticing for the past few days that two aspects of PS CS6 completely stop working. Those are Merge to HDR Pro and Camera Raw 7.0. What happens is I can see a photo yet no changes take place no matter what I change, I try zooming, I try changing settings, nothing at all changes. At one point Merge to HDR Pro would not let me cancel or click okay to do anything. To solve this problem I must reboot PS. Merge to HDR Pro this problem keeps happening, with Camera Raw I have seen this issue twice so far.
    I am running Windows XP (SP3).

    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x32
    Operating System: Windows XP 32-bit
    Version: 5.1 Service Pack 3
    System architecture: Intel CPU Family:15, Model:2, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, HyperThreading
    Physical processor count: 1
    Logical processor count: 2
    Processor speed: 2800 MHz
    Built-in memory: 3071 MB
    Free memory: 1261 MB
    Memory available to Photoshop: 1710 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Normal
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 3600 Series
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1024, right: 1280
    Video Card Number: 1
    Video Card: ATI Radeon HD 3600 Series     
    OpenCL Unavailable
    Driver Version: 6.14.10.7236
    Driver Date: 20111026030140.000000-000
    Video Card Driver: ati2dvag.dll
    Video Mode: 1280 x 1024 x 4294967296 colors
    Video Card Caption: ATI Radeon HD 3600 Series     
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 8192
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\DOCUME~1\Lynda\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
       D:\, 74.5G, 9.93G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
        A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
        ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
        adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
        AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
        AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
        AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
        AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1642  
        AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
        AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
        AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
        adobe_caps.dll   Adobe CAPS   5,0,10,0  
        AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
        ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
        aif_core.dll   AIF   3.0   62.490293
        aif_ocl.dll   AIF   3.0   62.490293
        aif_ogl.dll   AIF   3.0   62.490293
        amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
        ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
        AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
        AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
        Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
        BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
        boost_date_time.dll   DVA Product   6.0.0  
        boost_signals.dll   DVA Product   6.0.0  
        boost_system.dll   DVA Product   6.0.0  
        boost_threads.dll   DVA Product   6.0.0  
        cg.dll   NVIDIA Cg Runtime   3.0.00007  
        cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
        CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
        CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
        data_flow.dll   AIF   3.0   62.490293
        dvaaudiodevice.dll   DVA Product   6.0.0  
        dvacore.dll   DVA Product   6.0.0  
        dvamarshal.dll   DVA Product   6.0.0  
        dvamediatypes.dll   DVA Product   6.0.0  
        dvaplayer.dll   DVA Product   6.0.0  
        dvatransport.dll   DVA Product   6.0.0  
        dvaunittesting.dll   DVA Product   6.0.0  
        dynamiclink.dll   DVA Product   6.0.0  
        ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
        FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
        filter_graph.dll   AIF   3.0   62.490293
        hydra_filters.dll   AIF   3.0   62.490293
        icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
        icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
        image_compiler.dll   AIF   3.0   62.490293
        image_flow.dll   AIF   3.0   62.490293
        image_runtime.dll   AIF   3.0   62.490293
        JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
        libeay32.dll   The OpenSSL Toolkit   0.9.8g  
        libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
        libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
        LogSession.dll   LogSession   2.1.2.1640  
        mediacoreif.dll   DVA Product   6.0.0  
        MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
        msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
        msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
        msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
        msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
        msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
        msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
        msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
        msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
        msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
        msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
        pdfsettings.dll   Adobe PDFSettings   1.04  
        Photoshop.dll   Adobe Photoshop CS6   CS6  
        Plugin.dll   Adobe Photoshop CS6   CS6  
        PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
        PSArt.dll   Adobe Photoshop CS6   CS6  
        PSViews.dll   Adobe Photoshop CS6   CS6  
        SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
        ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
        shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
        ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
        tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
        tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
        TfFontMgr.dll   FontMgr   9.3.0.113  
        TfKernel.dll   Kernel   9.3.0.113  
        TFKGEOM.dll   Kernel Geom   9.3.0.113  
        TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
        updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
        WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
        wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
        Accented Edges 13.0
        Adaptive Wide Angle 13.0
        ADM 3.11x01
        Angled Strokes 13.0
        Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Bas Relief 13.0
        BMP 13.0
        Camera Raw 7.0
        Chalk & Charcoal 13.0
        Charcoal 13.0
        Chrome 13.0
        Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Collada 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Color Halftone 13.0
        Colored Pencil 13.0
        CompuServe GIF 13.0
        Conté Crayon 13.0
        Craquelure 13.0
        Crop and Straighten Photos 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Crop and Straighten Photos Filter 13.0
        Crosshatch 13.0
        Crystallize 13.0
        Cutout 13.0
        Dark Strokes 13.0
        De-Interlace 13.0
        Dicom 13.0
        Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Diffuse Glow 13.0
        Displace 13.0
        Dry Brush 13.0
        Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Embed Watermark 4.0
        Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Extrude 13.0
        FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Fibers 13.0
        Film Grain 13.0
        Filter Gallery 13.0
        Fresco 13.0
        Glass 13.0
        Glowing Edges 13.0
        Grain 13.0
        Graphic Pen 13.0
        Halftone Pattern 13.0
        HDRMergeUI 13.0
        IFF Format 13.0
        Ink Outlines 13.0
        JPEG 2000 13.0
        Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Lens Blur 13.0
        Lens Correction 13.0
        Lens Flare 13.0
        Liquify 13.0
        Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Mezzotint 13.0
        Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Mosaic Tiles 13.0
        Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Neon Glow 13.0
        Note Paper 13.0
        NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Ocean Ripple 13.0
        Oil Paint 13.0
        OpenEXR 13.0
        Paint Daubs 13.0
        Palette Knife 13.0
        Patchwork 13.0
        Paths to Illustrator 13.0
        PCX 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Photocopy 13.0
        Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Pinch 13.0
        Pixar 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Plaster 13.0
        Plastic Wrap 13.0
        PNG 13.0
        Pointillize 13.0
        Polar Coordinates 13.0
        Portable Bit Map 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Poster Edges 13.0
        Radial Blur 13.0
        Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Range 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Read Watermark 4.0
        Reticulation 13.0
        Ripple 13.0
        Rough Pastels 13.0
        Save for Web 13.0
        ScriptingSupport 13.0
        Shear 13.0
        Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Smart Blur 13.0
        Smudge Stick 13.0
        Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Spatter 13.0
        Spherize 13.0
        Sponge 13.0
        Sprayed Strokes 13.0
        Stained Glass 13.0
        Stamp 13.0
        Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Sumi-e 13.0
        Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Targa 13.0
        Texturizer 13.0
        Tiles 13.0
        Torn Edges 13.0
        Twirl 13.0
        Underpainting 13.0
        Vanishing Point 13.0
        Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Water Paper 13.0
        Watercolor 13.0
        Wave 13.0
        WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        Wind 13.0
        Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
        ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
        Workflow
        Stack Modes
        Paper Texture
        Painting Assistant
        Mode
        GuideGuide
        Adobe Watermark
        Adobe EMailer
        Mini Bridge
        Kuler
    Installed TWAIN devices: NONE

  • Oracle10gRAC installation with ASM, SGeRAC and Oracle Clusterware on Ita64

    Hello!
    Does anyone have an installation guide for the configuration: Oracle10gRAC with ASM, SGeRAC and Oracle Clusterware on Itanium?
    Thanks in advance, Mara

    859875 wrote:
    Thanks Fiedi. Thanks a lot for your response.
    Last month I did RAC installation where I need format raw devices using below commands :
    clean all
    create part ext
    create part log
    Is it not required for standalone DB installation with ASM ?
    Basically preparing disk for ASM on RAC or non RAC is the same
    >
    >
    I am able to create 4 logical raw devices (175GB) each. 2 for Data and 2 for DB flash. However I am not able to clean those raw devices with "clean all" command.
    Can you help me ?
    what error did you get?. Try delete the logical partition and recreate it

  • /Library/StartupItems and Oracle

    I have just installed Oracle on an XServe running Snow Leopard. The last job is the auto-start.
    The script provided by Oracle runs okay for any user using the command
    "sudo /Library/StartupItems/Oracle/Oracle"
    But when it is run as part of the StartupItems at startup I get the following error message:
    22/04/2010 15:48:32 com.apple.SystemStarter92 Starting Oracle Databases
    22/04/2010 15:48:32 com.apple.SystemStarter92 bash: /Volumes/HD1/oracle/product/10.2.0/db_1/bin/dbstart: No such file or directory
    But the files and directory do exist, and the script runs okay from the command line. Any advice?
    Here is the Oracle script and the StartupParametersplist file.
    #!/bin/sh
    Suppress the annoying "$1: unbound variable" error when no option
    was given
    if -z $1 ; then
    echo "Usage: $0 stop "
    exit 1
    fi
    source the common startup script
    . /etc/rc.common
    Change the value of ORACLE_HOME to specify the correct Oracle home
    directory for the installation
    ORACLEHOME=/Volumes/HD1/oracle/product/10.2.0/db1
    DYLDLIBRARY_PATH=/Volumes/HD1/oracle/product/10.2.0/db1/lib
    export ORACLE_HOME DYLDLIBRARYPATH
    change the value of ORACLE to the login name of the
    oracle owner at your site
    ORACLE=oracle
    PATH=$PATH:/Volumes/HD1/oracle/product/10.2.0/db_1/bin
    Set shell limits for the Oracle Database
    #ulimit -Hu 2068
    #ulimit -Su 2068
    #ulimit -Hn 65536
    #ulimit -Sn 65536
    StartService()
    ConsoleMessage "Starting Oracle Databases"
    su oracle -c "/Volumes/HD1/oracle/product/10.2.0/db_1/bin/dbstart /Volumes/HD1/oracle/product/10.2.0/db_1"
    StopService()
    ConsoleMessage "Stopping Oracle Databases"
    su oracle -c "/Volumes/HD1/oracle/product/10.2.0/db_1/bin/dbshut /Volumes/HD1/oracle/product/10.2.0/db_1"
    RestartService()
    StopService
    StartService
    RunService "$1"
    PLIST:
    Description = "Oracle Database Startup";
    Provides = ("Oracle Database");
    Requires = ("Disks");
    OrderPreference = "None";
    }

    Atul,
    I believe I have done everything according to the instructions you provided. I may be missing something. It doesn't seem to be executing the script since I don't get the t.log file in /Library/StartupItems/oracleServices folder.
    I am guessing I don't have the StartupItems.plist file in the correct place. I put it into /Library/StartupItems/oracleService folder along with the oracleService file that has the shell script code.
    Is this correct?
    Thanks for your time.

  • ZFS and fragmentation

    I do not see Oracle on ZFS often, in fact, i was called in too meet the first. The database was experiencing heavy IO problems, both by undersized IOPS capability, but also a lack of performance on the backups - the reading part of it. The IOPS capability was easily extended by adding more LUNS, so i was left with the very poor bandwidth experienced by RMAN reading the datafiles. iostat showed that during a simple datafile copy (both cp and dd with 1MiB blocksize), the average IO blocksize was very small, and varying wildly. i feared fragmentation, so i set off to test.
    i wrote a small C program that initializes a 10 GiB datafile on ZFS, and repeatedly does
    1 - 1000 random 8KiB writes with random data (contents) at 8KiB boundaries (mimicking a 8KiB database block size)
    2 - a full read of the datafile from start to finish in 128*8KiB=1MiB IO's. (mimicking datafile copies, rman backups, full table scans, index fast full scans)
    3 - goto 1
    so it's a datafile that gets random writes and is full scanned to see the impact of the random writes on the multiblock read performance. note that the datafile is not grown, all writes are over existing data.
    even though i expected fragmentation (it must have come from somewhere), is was appalled by the results. ZFS truly sucks big time in this scenario. Where EXT3, on which i ran the same tests (on the exact same storage), the read timings were stable (around 10ms for a 1MiB IO), ZFS started of with 10ms and went up to 35ms for 1 128*8Kib IO after 100.000 random writes into the file. it has not reached the end of the test yet - the service times are still increasing, so the test is taking very long. i do expect it to stop somewhere - as the file would eventually be completely fragmented and cannot be fragmented more.
    I started noticing statements that seem to acknowledge this behavior in some Oracle whitepapers, such as the otherwise unexplained advice to copy datafiles regularly. Indeed, copying the file back and forth defragments it. I don't have to tell you all this means downtime.
    On the production server this issue has gotten so bad that migrating to a new different filesystem by copying the files will take much longer than restoring from disk backup - the disk backups are written once and are not fragmented. They are lucky the application does not require full table scans or index fast full scans, or perhaps unlucky, because this issue would have been become impossible to ignore earlier.
    I observed the fragmentation with all settings for logbias and recordsize that are recommended by Oracle for ZFS. The ZFS caches were allowed to use 14GiB RAM (and moslty did), bigger than the file itself.
    The question is, of course, am i missing something here? Who else has seen this behavior?

    Stephan,
    "well i got a multi billion dollar enterprise client running his whole Oracle infrastructure on ZFS (Solaris x86) and it runs pretty good."
    for random reads there is almost no penalty because randomness is not increased by fragmentation. the problem is in scan-reads (aka scattered reads). the SAN cache may reduce the impact, or in the case of tiered storage, SSD's abviously do not suffer as much from fragmentation as rotational devices.
    "In fact ZFS introduces a "new level of complexity", but it is worth for some clients (especially the snapshot feature for example)."
    certainly, ZFS has some very nice features.
    "Maybe you hit a sync I/O issue. I have written a blog post about a ZFS issue and its sync I/O behavior with RMAN: [Oracle] RMAN (backup) performance with synchronous I/O dependent on OS limitations
    Unfortunately you have not provided enough information to confirm this."
    thanks for that article,  in my case it is a simple fact that the datafiles are getting fragmented by random writes. this fact is easily established by doing large scanning read IO's and observing the average block size during the read. moreover, fragmentation MUST be happening because that's what ZFS is designed to do with random writes - it allocates a new block for each write, data is not overwritten in place. i can 'make' test files fragmented by simply doing random writes to it, and this reproduces on both Solaris and Linux. obviously this ruins scanning read performance on rotational devices (eg devices for which the seek time is a function of the 'distance between consecutive file offsets).
    "How does the ZFS pool layout look like?"
    separate pools for datafiles, redo+control, archives, disk backups and oracle_home+diag. there is no separate device for the ZIL (zfs intent log), but i tested with setups that do have a seprate ZIL device, fragmentation still occurs.
    "Is the whole database in the same pool?"
    as in all the datafiles: yes.
    "At first you should separate the log and data files into different pools. ZFS works with "copy on write""
    it's already configured like that.
    "How does the ZFS free space look like? Depending on the free space of the ZFS pool you can delay the "ZFS ganging" or sometimes let (depending on the pool usage) it disappear completely."
    yes, i have read that. we never surpassed 55% pool usage.
    thanks!

  • How to connect mysql and oracle 10g by UTL_HTTP?

    how to connect mysql 5.0 and oracle 10g r2 by UTL_HTTP?what to do for this url connection exactly?

    cant i change anything to stup a link?
    SQL> desc utl_http
    PROCEDURE ADD_COOKIES
    Argument Name               Type               In/Out Default?
    COOKIES               TABLE OF RECORD      IN
    FUNCTION BEGIN_REQUEST RETURNS RECORD
    Argument Name               Type               In/Out Default?
       URL                    VARCHAR2(32767)      OUT
       METHOD               VARCHAR2(64)          OUT
       HTTP_VERSION           VARCHAR2(64)          OUT
       PRIVATE_HNDL           BINARY_INTEGER          OUT
    URL                    VARCHAR2          IN
    METHOD                VARCHAR2          IN     DEFAULT
    HTTP_VERSION               VARCHAR2          IN     DEFAULT
    PROCEDURE CLEAR_COOKIES
    PROCEDURE CLOSE_PERSISTENT_CONN
    Argument Name               Type               In/Out Default?
    CONN                    RECORD               IN
       HOST                VARCHAR2(256)          IN
       PORT                BINARY_INTEGER          IN
       PROXY_HOST               VARCHAR2(256)          IN
       PROXY_PORT               BINARY_INTEGER          IN
       SSL                    BOOLEAN           IN
    PROCEDURE CLOSE_PERSISTENT_CONNS
    Argument Name               Type               In/Out Default?
    HOST                    VARCHAR2          IN     DEFAULT
    PORT                    BINARY_INTEGER          IN     DEFAULT
    PROXY_HOST               VARCHAR2          IN     DEFAULT
    PROXY_PORT               BINARY_INTEGER          IN     DEFAULT
    SSL                    BOOLEAN           IN     DEFAULT
    PROCEDURE END_REQUEST
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    PROCEDURE END_RESPONSE
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    PROCEDURE GET_AUTHENTICATION
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    SCHEME                VARCHAR2          OUT
    REALM                    VARCHAR2          OUT
    FOR_PROXY               BOOLEAN           IN     DEFAULT
    PROCEDURE GET_BODY_CHARSET
    Argument Name               Type               In/Out Default?
    CHARSET               VARCHAR2          OUT
    FUNCTION GET_BODY_CHARSET RETURNS VARCHAR2
    PROCEDURE GET_COOKIES
    Argument Name               Type               In/Out Default?
    COOKIES               TABLE OF RECORD      IN/OUT
    FUNCTION GET_COOKIE_COUNT RETURNS BINARY_INTEGER
    PROCEDURE GET_COOKIE_SUPPORT
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           OUT
    MAX_COOKIES               BINARY_INTEGER          OUT
    MAX_COOKIES_PER_SITE          BINARY_INTEGER          OUT
    PROCEDURE GET_DETAILED_EXCP_SUPPORT
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           OUT
    FUNCTION GET_DETAILED_SQLCODE RETURNS BINARY_INTEGER
    FUNCTION GET_DETAILED_SQLERRM RETURNS VARCHAR2
    PROCEDURE GET_FOLLOW_REDIRECT
    Argument Name               Type               In/Out Default?
    MAX_REDIRECTS               BINARY_INTEGER          OUT
    PROCEDURE GET_HEADER
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    N                    BINARY_INTEGER          IN
    NAME                    VARCHAR2          OUT
    VALUE                    VARCHAR2          OUT
    PROCEDURE GET_HEADER_BY_NAME
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    NAME                    VARCHAR2          IN
    VALUE                    VARCHAR2          OUT
    N                    BINARY_INTEGER          IN     DEFAULT
    FUNCTION GET_HEADER_COUNT RETURNS BINARY_INTEGER
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    PROCEDURE GET_PERSISTENT_CONNS
    Argument Name               Type               In/Out Default?
    CONNECTIONS               TABLE OF RECORD      IN/OUT
    FUNCTION GET_PERSISTENT_CONN_COUNT RETURNS BINARY_INTEGER
    PROCEDURE GET_PERSISTENT_CONN_SUPPORT
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           OUT
    MAX_CONNS               BINARY_INTEGER          OUT
    PROCEDURE GET_PROXY
    Argument Name               Type               In/Out Default?
    PROXY                    VARCHAR2          OUT
    NO_PROXY_DOMAINS          VARCHAR2          OUT
    FUNCTION GET_RESPONSE RETURNS RECORD
    Argument Name               Type               In/Out Default?
       STATUS_CODE               BINARY_INTEGER          OUT
       REASON_PHRASE          VARCHAR2(256)          OUT
       HTTP_VERSION           VARCHAR2(64)          OUT
       PRIVATE_HNDL           BINARY_INTEGER          OUT
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    RETURN_INFO_RESPONSE          BOOLEAN           IN     DEFAULT
    PROCEDURE GET_RESPONSE_ERROR_CHECK
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           OUT
    PROCEDURE GET_TRANSFER_TIMEOUT
    Argument Name               Type               In/Out Default?
    TIMEOUT               BINARY_INTEGER          OUT
    PROCEDURE READ_LINE
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    DATA                    VARCHAR2          OUT
    REMOVE_CRLF               BOOLEAN           IN     DEFAULT
    PROCEDURE READ_RAW
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    DATA                    RAW               OUT
    LEN                    BINARY_INTEGER          IN     DEFAULT
    PROCEDURE READ_TEXT
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    DATA                    VARCHAR2          OUT
    LEN                    BINARY_INTEGER          IN     DEFAULT
    FUNCTION REQUEST RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    URL                    VARCHAR2          IN
    PROXY                    VARCHAR2          IN     DEFAULT
    WALLET_PATH               VARCHAR2          IN     DEFAULT
    WALLET_PASSWORD          VARCHAR2          IN     DEFAULT
    FUNCTION REQUEST_PIECES RETURNS TABLE OF VARCHAR2(2000)
    Argument Name               Type               In/Out Default?
    URL                    VARCHAR2          IN
    MAX_PIECES               BINARY_INTEGER          IN     DEFAULT
    PROXY                    VARCHAR2          IN     DEFAULT
    WALLET_PATH               VARCHAR2          IN     DEFAULT
    WALLET_PASSWORD          VARCHAR2          IN     DEFAULT
    PROCEDURE SET_AUTHENTICATION
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    USERNAME               VARCHAR2          IN
    PASSWORD               VARCHAR2          IN     DEFAULT
    SCHEME                VARCHAR2          IN     DEFAULT
    FOR_PROXY               BOOLEAN           IN     DEFAULT
    PROCEDURE SET_BODY_CHARSET
    Argument Name               Type               In/Out Default?
    CHARSET               VARCHAR2          IN     DEFAULT
    PROCEDURE SET_BODY_CHARSET
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    CHARSET               VARCHAR2          IN     DEFAULT
    PROCEDURE SET_BODY_CHARSET
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       STATUS_CODE               BINARY_INTEGER          IN/OUT
       REASON_PHRASE          VARCHAR2(256)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    CHARSET               VARCHAR2          IN     DEFAULT
    PROCEDURE SET_COOKIE_SUPPORT
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           IN
    MAX_COOKIES               BINARY_INTEGER          IN     DEFAULT
    MAX_COOKIES_PER_SITE          BINARY_INTEGER          IN     DEFAULT
    PROCEDURE SET_COOKIE_SUPPORT
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    ENABLE                BOOLEAN           IN     DEFAULT
    PROCEDURE SET_DETAILED_EXCP_SUPPORT
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           IN     DEFAULT
    PROCEDURE SET_FOLLOW_REDIRECT
    Argument Name               Type               In/Out Default?
    MAX_REDIRECTS               BINARY_INTEGER          IN     DEFAULT
    PROCEDURE SET_FOLLOW_REDIRECT
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    MAX_REDIRECTS               BINARY_INTEGER          IN     DEFAULT
    PROCEDURE SET_HEADER
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    NAME                    VARCHAR2          IN
    VALUE                    VARCHAR2          IN     DEFAULT
    PROCEDURE SET_PERSISTENT_CONN_SUPPORT
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           IN
    MAX_CONNS               BINARY_INTEGER          IN     DEFAULT
    PROCEDURE SET_PERSISTENT_CONN_SUPPORT
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    ENABLE                BOOLEAN           IN     DEFAULT
    PROCEDURE SET_PROXY
    Argument Name               Type               In/Out Default?
    PROXY                    VARCHAR2          IN
    NO_PROXY_DOMAINS          VARCHAR2          IN     DEFAULT
    PROCEDURE SET_RESPONSE_ERROR_CHECK
    Argument Name               Type               In/Out Default?
    ENABLE                BOOLEAN           IN     DEFAULT
    PROCEDURE SET_TRANSFER_TIMEOUT
    Argument Name               Type               In/Out Default?
    TIMEOUT               BINARY_INTEGER          IN     DEFAULT
    PROCEDURE SET_TRANSFER_TIMEOUT
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    TIMEOUT               BINARY_INTEGER          IN     DEFAULT
    PROCEDURE SET_WALLET
    Argument Name               Type               In/Out Default?
    PATH                    VARCHAR2          IN
    PASSWORD               VARCHAR2          IN     DEFAULT
    PROCEDURE WRITE_LINE
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    DATA                    VARCHAR2          IN
    PROCEDURE WRITE_RAW
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    DATA                    RAW               IN
    PROCEDURE WRITE_TEXT
    Argument Name               Type               In/Out Default?
    R                    RECORD               IN/OUT
       URL                    VARCHAR2(32767)      IN/OUT
       METHOD               VARCHAR2(64)          IN/OUT
       HTTP_VERSION           VARCHAR2(64)          IN/OUT
       PRIVATE_HNDL           BINARY_INTEGER          IN/OUT
    DATA                    VARCHAR2          IN

  • Will solaris 10 ZFS supports oracle 9i ora ...???

    hi friends
    currently we r using solaris 8 with oracle 9i... now we want to upgrate it to solaris 10 ZFS(zetabyte file system) and oracle 9i. so will this combition work..?
    Thanks & Regards

    hi friends
    currently we r using solaris 8 with oracle 9i... now we want to upgrate it to solaris 10 ZFS(zetabyte file system) and oracle 9i. so will this combition work..?
    Thanks & Regards

Maybe you are looking for

  • XML Bursting Program erroring out.

    Hi All, When I am trying to use the bursting, I get the below error: XML/BI Publisher Version : 5.6.3 --Exception For input string: "" java.lang.NumberFormatException: For input string: ""      at java.lang.NumberFormatException.forInputString(Number

  • Posting to Accounts Receivable using WPUBON, when WPUBON contains tenders

    Hi all! My client has some special requirements when invoicing specific customers in SAP ERP using WPUBON from POS DM. They want accounts receivable to be involved, even though the WPUBON idoc have all tenders/means of payment that is required to pay

  • Error while trying to load java classes

    I am doing a 9iAS installation - at the end of the installation I get an error stating that the SSOHash class has not been loaded into the database. When I run the loadjava utility to load the class into the database I get the following error: ora-29

  • How can I get handle(s) to and poll non-LabVIEW window(s)/application(s) from LabVIEW?

    Want to launch EXE from LabVIEW, wait for user to finish with EXE's UI, and once they closed it, return execution flow in LabVIEW. Cool, no problem. Used the System Exec VI and with the "wait until completion" = TRUE the EXE never launches. Not sure

  • Broken links that are bookmarks

    I have 321 broken links that are bookmarks in a project. I don't need these bookmarks anymore, as I already spend recreating the bookmarks because I could not restore them%$$%$. My question now: is there a more expeditious way of removing the broken