IS iFS A PART OF THE ORACLE 8i PACKAGE

Hi Everybody,
I wish to install iFS on my
Windows 2000.
Is iFS a part of the Oracle 8i
for Windows NT/2000? Or do I
have to download it seperately?
Is this iFS in anyway related to
the Oracle Internet Directory/
Oracle Directory Manager?
Thanks in advance.
snodx

It's a separate download. There's more information on OTN's Oracle Internet File System page: http://otn.oracle.com/products/ifs/
Regards,
-rh

Similar Messages

  • Is Program Global Area considered part of the Oracle Instance?

    Is the memory structure Program Global Area considered part of the Oracle Instance?

    Yes. A program global area (PGA) is a memory region that contains data and control information for a server process. It is a nonshared memory created by Oracle when a server process is started. Access to it is exclusive to that server process and is read and written only by Oracle code acting on behalf of it. The total PGA memory allocated by each server process attached to an Oracle instance is also referred to as the aggregated PGA memory allocated by the instance.
    More here...
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/memory.htm#i14490

  • Is recruitment part of the  ess business package?

    Hi all,
    Is recruitment part of the  ess business package (BP_ESS_mySAPERP2005_P1)  ?
    or we need different business package to access recruitment from back end ?
    Regards
    Rajendra

    Thanks  Sudheer and Aneez.
      Do the external applicant can apply for these positions or  upload their resumes using this application ? ( from internet can candidates apply  or upload there resumes?)
    Regards
    Rajendra

  • Where to find the oracle.AQ  package

    Hi im learning how to use the oracle.AQ package? Does any one know whre i can download the package from the net? i tried searching in google. but i couldnt find it.
    thanks in advance

    i found it... its in
    http://www.csulb.edu/~rchi/is695/download/client/stage/Components/oracle.rdbms.aqapi/8.1.7.0.0/1/DataFiles/

  • I have recently downloaded Lightroom as part of the Photoshop CC package but needs a serial no. ?

    I have recently downloaded light room as part of the photoshop cc package but when I try to open it it wants a serial number , does anyone have a solution ? thank s .

    http://helpx.adobe.com/creative-cloud/kb/ccm-prompt-serial-number.html may help

  • What are some of the Oracle provided packages that DBAs should be aware of?

    Can anybody let me know what are the ORacle packages that one should aware of in case oracle 9i/10g

    user13389425 wrote:
    Can anybody let me know what are the ORacle packages that one should aware of in case oracle 9i/10gSince you haven't asked a very specific question, answer would be generic only. Anything, which you being a dba, don't know about, you should think twice before playing with it. This includes, parameters, packages , commands , anything!
    Aman....

  • VISA -- What is it and is it part of the LabView Program Package

    I am relatively new to Labview. I have taken the Basic I & II courses offered
    by the National Instruments and want to take other courses. I have looked
    through the manuals and all and ran a few of the programs but am not sure what
    VISA is... Is it an integral part of the LabView package and what is it used
    for????

    [email protected] (Ken) wrote:
    (paraphrased)
    1) What is VISA?
    2) Is it an integral part of the LabView package?
    3) What is it used for?
    Answers:
    1) The Virtual Instrument Software Architecture (VISA) is a comprehensive
    package for configuring, programming and troubleshooting instrumentation
    systems comprised of VXI, VME, PXI, GPIB, and/or serial interfaces.
    For more info, check out http://www.ni.com/visa/
    2) No, VISA is a seperate.
    3) VISA is used for communication. VIs written with VISA do not have to
    be re-written if the communication style changes (ie going from GPIB to VXI).
    For more info, check out http://www.ni.com/visa/why.htm
    I hope that this helps,
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • LR5 will not install as part of the CC photography package

    I just subscribed to the CC photography package of PS and LR5.
    PS and Bridge installed ok but LR5 would not install.
    Received this error message:
    ----------- Payload: AdobeLightroom5CCMPkg-mul 5.2.0.0 {4b06fc24-6249-4c57-9830-6008a3ce9a80} ----------- ERROR: DW006: Apple Package failed to install successfully. ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1
    How can I install it?

    Delete the Mag+ software and run the CC Cleaner tool ( Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 )
    Then start all over by installing the InDesign demo again. All this said, there is very little chance that you are going to be able to grasp all of this in 30 days so be prepared to subscribe to Creative Cloud.

  • Is slashes allowed in the Oracle user name?

    Do we can allow backward and forward slashes as a part of the Oracle user name?
    If not, Is there any other way force the usage of slashes?
    thanks

    That's work, but I have to say, very strange, and you must use double quote each time you invoke this user :
    SQL> create user toto/titi identified by pwd;
    create user toto/titi identified by pwd
    ERROR at line 1:
    ORA-00922: missing or invalid option
    SQL> create user "TOTO/TITI" identified by pwd;
    User created.
    SQL> ed
    Wrote file afiedt.buf
      1* grant create session to toto/titi
    SQL> /
    grant create session to toto/titi
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> ed
    Wrote file afiedt.buf
      1* grant create session to "TOTO/TITI"
    SQL> /
    Grant succeeded.
    SQL> conn "toto/titi"/pwd@H89UCBAC
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.
    SQL> conn "TOTO/TITI"/pwd@H89UCBAC
    Connected.
    SQL> conn H89UCBAC/H89UCBAC@H89UCBAC
    Connected.
    SQL> drop user "TOTO/TITI";
    User dropped.Nicolas.
    Oups, sorry Laurent...
    Message was edited by:
    N. Gasparotto

  • Where can I found the Oracle-Validated rpm packaeg in OEL6?

    Hello,
    I installed the OEL6 to avoid some issues I had; now I can't find the Oracle-Validated package rpm; I registered my system to UBL and nothing show up.
    Thanks

    user11344822 wrote:
    I installed the OEL6 to avoid some issues I had; now I can't find the Oracle-Validated package rpm; I registered my system to UBL and nothing show up. There is no oracle-validated RPM for OL6 yet, as there are no certified Oracle applications for OL6. Until our applications are certified, we cannot build that RPM (because we don't know what the right settings are yet!). Keep in mind that most Oracle applications won't install on OL6 yet and none of them are supported yet either. You're better off staying on OL5U6.

  • Can't localize the oracle.aurora.memoryManager.callBack class!

    A partner and I are working on a small LAN project, but he has the crazy idea of working only with Oracle products. As a result we've ended up implementing EJB's that use Oracle classes... the java code works, but when I move the code to the client machine, it fails because many of the oracle classes are not found on the client's machine. I've manage to move a lot of .jar files from the server so that the client will access them, but now I've come to a point where I can't find the file that contains a class we need: callBack from the aurora memoryManager. I've searched through a lot of .jar files on the server, all the ones specified by the CLASSPATH, but still, I can't find this class or any from the memoryManager package! It really bugs me... does anyone can help on this? I don't know where to locate this class.. and installing the Oracle Client package on the client seemed to do no good at all. I dunno where else to place this question.. but since it has to do with class installations I place it on the installation forum.

    Oh well.. I managed to find the class by myself afterall. It was in a file called Aurora.zip, why didn't I seek for it before? Anyway.. it's all solved now and it works... I guess this wasn't the correct way to get the packages installed, but at least we learned more this way.

  • Oracle DBMS_RAND package install on NT

    How do you install the Oracle DBMS_RAND package on NT. Oracle 8i is installed on and NT box and I'm not familiar with the tools in this environment. Like - is there such a thing as svrmgrl? If there is then how do I get there on a Windows NT box?
    Thanks for any input
    JR Myint

    I hope you are looking for the package DBMS_RANDOM (and not DBMS_RAND). It should already be installed. If you
    do not see this package installed then you can run ${ORACLE_HOME}/rdbms/admin/dbmsrand.sql script to create
    this package (you must run this script under user SYS).
    Oracle8i should have SVRMGRL (Oracle Server Manager) installed (file SVRMGRL.EXE). You can go to DOS window and
    type SVRMGRL at the DOS prompt to get Server Manager.
    SQL> desc dbms_random
    PROCEDURE INITIALIZE
    Argument Name                  Type                    In/Out Default?
    VAL                            BINARY_INTEGER          IN
    FUNCTION NORMAL RETURNS NUMBER
    FUNCTION RANDOM RETURNS BINARY_INTEGER
    PROCEDURE SEED
    Argument Name                  Type                    In/Out Default?
    VAL                            BINARY_INTEGER          IN
    PROCEDURE SEED
    Argument Name                  Type                    In/Out Default?
    VAL                            VARCHAR2                IN
    FUNCTION STRING RETURNS VARCHAR2
    Argument Name                  Type                    In/Out Default?
    OPT                            CHAR                    IN
    LEN                            NUMBER                  IN
    PROCEDURE TERMINATE
    FUNCTION VALUE RETURNS NUMBER
    FUNCTION VALUE RETURNS NUMBER
    Argument Name                  Type                    In/Out Default?
    LOW                            NUMBER                  IN
    HIGH                           NUMBER                  IN
    SQL>

  • "oracle-validated" package  not workable

    Hi all ;
    I have installed Oracle Linux 5.5.
    Why i cant use the "oracle-validated" package to perform pre req step ?
    # cat /etc/issue
    Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
    # yum install oracle-validated
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: yum-updatesd-he
        Memory :  18 M RSS ( 29 MB VSZ)
        Started: Fri Dec  5 15:34:26 2014 - 28:46 ago
        State  : Uninteruptable, pid: 4355
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: yum-updatesd-he
        Memory :  18 M RSS ( 29 MB VSZ)
        Started: Fri Dec  5 15:34:26 2014 - 28:48 ago
        State  : Uninteruptable, pid: 4355
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: yum-updatesd-he
        Memory :  18 M RSS ( 29 MB VSZ)
        Started: Fri Dec  5 15:34:26 2014 - 28:50 ago
        State  : Uninteruptable, pid: 4355
    Thanks in advance.

    Hi duse ;
    Thanks for your reply.
    Can i verify whether it is completely updated or NOT ?
    IS there any specific command or way to verify it ?
    [Trimmed]
    Dependencies Resolved
    ============================================================================================================
    Package                             Arch       Version                                Repository      Size
    ============================================================================================================
    Installing:
    firefox                             i386       31.3.0-4.0.1.el5_11                    el5_latest      65 M
         replacing  firefox.i386 3.0.18-1.0.1.el5_4
    kernel                              i686       2.6.18-400.el5                         el5_latest      20 M
    kernel-devel                        i686       2.6.18-400.el5                         el5_latest     5.9 M
    Updating:
    ImageMagick                         i386       6.2.8.0-15.el5_8                       el5_latest     3.3 M
    NetworkManager                      i386       1:0.7.0-13.el5                         el5_latest     1.1 M
    NetworkManager-glib                 i386       1:0.7.0-13.el5                         el5_latest      82 k
    NetworkManager-gnome                i386       1:0.7.0-13.el5                         el5_latest     327 k
    OpenIPMI                            i386       2.0.16-16.el5                          el5_latest     159 k
    OpenIPMI-libs                       i386       2.0.16-16.el5                          el5_latest     571 k
    OpenIPMI-tools                      i386       2.0.16-16.el5                          el5_latest     426 k
    PyXML                               i386       0.8.4-6.el5                            el5_latest     1.0 M
    SDL                                 i386       1.2.10-9.el5                           el5_latest     232 k
    SDL-devel                           i386       1.2.10-9.el5                           el5_latest     634 k
    SysVinit                            i386       2.86-17.el5                            el5_latest     113 k
    acl                                 i386       2.2.39-8.el5                           el5_latest      68 k
    acpid                               i386       1.0.4-12.el5                           el5_latest      24 k
    alsa-utils                          i386       1.0.17-7.el5                           el5_latest     2.3 M
    amtu                                i386       1.0.6-2.el5                            el5_latest      24 k
    anaconda                            i386       11.1.2.263-2.0.2                       el5_latest     5.7 M
    anaconda-runtime                    i386       11.1.2.263-2.0.2                       el5_latest     1.8 M
    apr                                 i386       1.2.7-11.el5_6.5                       el5_latest     124 k
    apr-util                            i386       1.2.7-11.el5_5.2                       el5_latest      80 k
    aspell                              i386       12:0.60.3-13                           el5_latest     946 k
    aspell-en                           i386       50:6.0-3                               el5_latest     1.5 M
    at                                  i386       3.1.8-84.el5_11.1                      el5_latest      56 k
    audit                               i386       1.8-2.0.1.el5                          el5_latest     368 k
    audit-libs                          i386       1.8-2.0.1.el5                          el5_latest      80 k
    audit-libs-python                   i386       1.8-2.0.1.el5                          el5_latest      80 k
    authconfig                          i386       5.3.21-7.el5                           el5_latest     456 k
    authconfig-gtk                      i386       5.3.21-7.el5                           el5_latest      47 k
    autofs                              i386       1:5.0.1-0.rc2.184.0.1.el5              el5_latest     903 k
    automake                            noarch     1.9.6-3.el5                            el5_latest     476 k
    avahi                               i386       0.6.16-10.el5_6                        el5_latest     251 k
    avahi-compat-libdns_sd              i386       0.6.16-10.el5_6                        el5_latest      23 k
    avahi-glib                          i386       0.6.16-10.el5_6                        el5_latest      15 k
    bash                                i386       3.2-33.el5_11.4.0.1                    el5_latest     1.8 M
    bind-libs                           i386       30:9.3.6-20.P1.el5_8.6                 el5_latest     864 k
    bind-utils                          i386       30:9.3.6-20.P1.el5_8.6                 el5_latest     174 k
    binutils                            i386       2.17.50.0.6-26.el5                     el5_latest     3.0 M
    boost                               i386       1.33.1-16.el5_9                        el5_latest     852 k
    boost-devel                         i386       1.33.1-16.el5_9                        el5_latest     4.1 M
    booty                               noarch     0.80.6-10.0.1                          el5_latest      94 k
    busybox                             i386       1:1.2.0-14.el5                         el5_latest     1.1 M
    bzip2                               i386       1.0.3-6.el5_5                          el5_latest      49 k
    bzip2-devel                         i386       1.0.3-6.el5_5                          el5_latest      39 k
    bzip2-libs                          i386       1.0.3-6.el5_5                          el5_latest      37 k
    ccid                                i386       1.3.8-2.el5                            el5_latest     147 k
    cdparanoia-libs                     i386       alpha9.8-28                            el5_latest      50 k
    compat-gcc-34                       i386       3.4.6-4.1                              el5_latest     4.0 M
    compat-gcc-34-c++                   i386       3.4.6-4.1                              el5_latest      11 M
    compat-gcc-34-g77                   i386       3.4.6-4.1                              el5_latest     2.1 M
    compat-libf2c-34                    i386       3.4.6-4.1                              el5_latest      52 k
    comps-extras                        noarch     11.4-1                                 el5_latest      48 k
    coolkey                             i386       1.1.0-17.el5                           el5_latest     106 k
    coolkey-devel                       i386       1.1.0-17.el5                           el5_latest      18 k
    coreutils                           i386       5.97-34.0.1.el5_8.1                    el5_latest     3.6 M
    cpio                                i386       2.6-26.el5                             el5_latest     122 k
    cpp                                 i386       4.1.2-55.el5                           el5_latest     2.7 M
    cpuspeed                            i386       1:1.2.1-11.0.1.el5_10                  el5_latest      32 k
    crash                               i386       7.0.4-1.0.0.el5                        el5_latest     2.6 M
    crontabs                            noarch     1.10-11.el5                            el5_latest     7.1 k
    cryptsetup-luks                     i386       1.0.3-8.el5                            el5_latest     713 k
    cscope                              i386       15.5-20.el5                            el5_latest     136 k
    cups                                i386       1:1.3.7-30.el5_9.3                     el5_latest     3.1 M
    cups-libs                           i386       1:1.3.7-30.el5_9.3                     el5_latest     200 k
    curl                                i386       7.15.5-17.el5_9                        el5_latest     235 k
    curl-devel                          i386       7.15.5-17.el5_9                        el5_latest     310 k
    cvs                                 i386       1.11.22-11.el5_8.1                     el5_latest     726 k
    cyrus-sasl                          i386       2.1.22-7.el5_8.1                       el5_latest     1.2 M
    cyrus-sasl-devel                    i386       2.1.22-7.el5_8.1                       el5_latest     1.4 M
    cyrus-sasl-lib                      i386       2.1.22-7.el5_8.1                       el5_latest     126 k
    cyrus-sasl-plain                    i386       2.1.22-7.el5_8.1                       el5_latest      27 k
    db4                                 i386       4.3.29-10.el5_5.2                      el5_latest     918 k
    db4-devel                           i386       4.3.29-10.el5_5.2                      el5_latest     2.0 M
    dbus                                i386       1.1.2-21.el5                           el5_latest     236 k
    dbus-devel                          i386       1.1.2-21.el5                           el5_latest     1.4 M
    dbus-glib                           i386       0.73-11.el5_9                          el5_latest     161 k
    dbus-glib-devel                     i386       0.73-11.el5_9                          el5_latest      37 k
    dbus-libs                           i386       1.1.2-21.el5                           el5_latest     125 k
    dbus-x11                            i386       1.1.2-21.el5                           el5_latest      32 k
    devhelp                             i386       0.12-23.el5_9                          el5_latest     215 k
    device-mapper                       i386       1.02.67-2.0.1.el5_11.1                 el5_latest     804 k
    device-mapper-event                 i386       1.02.67-2.0.1.el5_11.1                 el5_latest      24 k
    dhclient                            i386       12:3.0.5-33.el5_9                      el5_latest     281 k
    dhcpv6-client                       i386       1.0.10-20.el5                          el5_latest     124 k
    diffutils                           i386       2.8.1-16.el5                           el5_latest     211 k
    dmidecode                           i386       1:2.12-1.el5                           el5_latest      79 k
    dmraid                              i386       1.0.0.rc13-65.el5                      el5_latest     737 k
    dmraid-events                       i386       1.0.0.rc13-65.el5                      el5_latest      24 k
    dogtail                             noarch     0.6.1-4.el5                            el5_latest     172 k
    doxygen                             i386       1:1.4.7-2                              el5_latest     2.3 M
    dump                                i386       0.4b41-6.el5                           el5_latest     1.1 M
    e4fsprogs                           i386       1.41.12-4.el5_10                       el5_latest     1.1 M
    elinks                              i386       0.11.1-8.el5_9                         el5_latest     1.0 M
    enterprise-release                  i386       6:5-11.0.2                             el5_latest      31 k
    enterprise-release-notes            i386       5Server-27                             el5_latest     223 k
    esc                                 i386       1.1.0-14.el5_9.1                       el5_latest     489 k
    esound                              i386       1:0.2.36-4                             el5_latest     130 k
    esound-devel                        i386       1:0.2.36-4                             el5_latest      32 k
    ethtool                             i386       6-4.0.1.el5                            el5_latest      64 k
    evince                              i386       0.6.0-17.el5                           el5_latest     931 k
    expat                               i386       1.95.8-11.el5_8                        el5_latest      78 k
    expat-devel                         i386       1.95.8-11.el5_8                        el5_latest     132 k
    fetchmail                           i386       6.3.6-4.el5                            el5_latest     527 k
    file                                i386       4.17-28                                el5_latest     319 k
    finger                              i386       0.17-33                                el5_latest      21 k
    firstboot                           i386       1.4.27.9-1.0.1.el5                     el5_latest     324 k
    firstboot-tui                       i386       1.4.27.9-1.0.1.el5                     el5_latest     182 k
    foomatic                            i386       3.0.2-38.3.el5_7.1                     el5_latest      12 M
    freetype                            i386       2.2.1-32.el5_9.1                       el5_latest     313 k
    freetype-devel                      i386       2.2.1-32.el5_9.1                       el5_latest     149 k
    ftp                                 i386       0.17-38.el5                            el5_latest      55 k
    gamin                               i386       0.1.7-10.el5                           el5_latest     120 k
    gamin-python                        i386       0.1.7-10.el5                           el5_latest      55 k
    gawk                                i386       3.1.5-16.el5                           el5_latest     1.7 M
    gcc                                 i386       4.1.2-55.el5                           el5_latest     5.2 M
    gcc-c++                             i386       4.1.2-55.el5                           el5_latest     3.4 M
    gcc-gfortran                        i386       4.1.2-55.el5                           el5_latest     3.1 M
    gcc-java                            i386       4.1.2-55.el5                           el5_latest     2.9 M
    gdb                                 i386       7.0.1-45.0.1.el5                       el5_latest     2.4 M
    gdbm                                i386       1.8.0-28.el5                           el5_latest      28 k
    gdbm-devel                          i386       1.8.0-28.el5                           el5_latest      37 k
    gdm                                 i386       1:2.16.0-59.0.1.el5_9.1                el5_latest     3.7 M
    gettext                             i386       0.17-1.el5                             el5_latest     2.4 M
    ghostscript                         i386       8.70-15.el5_9.3                        el5_latest     9.0 M
    giflib                              i386       4.1.3-7.3.3.el5                        el5_latest      39 k
    giflib-devel                        i386       4.1.3-7.3.3.el5                        el5_latest     103 k
    glibc                               i686       2.5-123.0.1                            el5_latest     5.4 M
    glibc-common                        i386       2.5-123.0.1                            el5_latest      16 M
    glibc-devel                         i386       2.5-123.0.1                            el5_latest     2.1 M
    glibc-headers                       i386       2.5-123.0.1                            el5_latest     612 k
    glx-utils                           i386       6.5.1-7.11.el5_9                       el5_latest      32 k
    gnome-python2-extras                i386       2.14.2-7.el5                           el5_latest      24 k
    gnome-python2-gtkhtml2              i386       2.14.2-7.el5                           el5_latest      15 k
    gnome-python2-libegg                i386       2.14.2-7.el5                           el5_latest      53 k
    gnome-screensaver                   i386       2.16.1-8.el5_7.5                       el5_latest     1.8 M
    gnome-session                       i386       2.16.0-10.0.1.el5                      el5_latest     409 k
    gnome-system-monitor                i386       2.16.0-4.el5                           el5_latest     1.3 M
    gnome-terminal                      i386       2.16.0-5.3.el5_6.1                     el5_latest     2.2 M
    gnome-vfs2                          i386       2.16.2-12.el5_9                        el5_latest     1.3 M
    gnome-vfs2-devel                    i386       2.16.2-12.el5_9                        el5_latest     435 k
    gnome-vfs2-smb                      i386       2.16.2-12.el5_9                        el5_latest      36 k
    gnupg                               i386       1.4.5-18.el5_10.1                      el5_latest     1.8 M
    gnutls                              i386       1.4.1-16.el5_10                        el5_latest     353 k
    gnutls-devel                        i386       1.4.1-16.el5_10                        el5_latest     918 k
    groff                               i386       1.18.1.1-13.el5                        el5_latest     1.9 M
    grub                                i386       0.97-13.11.0.1.el5_10.1                el5_latest     489 k
    gtk2                                i386       2.10.4-30.el5                          el5_latest     6.5 M
    gtk2-devel                          i386       2.10.4-30.el5                          el5_latest     2.8 M
    gzip                                i386       1.3.5-13.0.1.el5                       el5_latest     102 k
    hal                                 i386       0.5.8.1-64.el5                         el5_latest     396 k
    hal-devel                           i386       0.5.8.1-64.el5                         el5_latest      33 k
    hmaccalc                            i386       0.9.6-4.el5                            el5_latest      22 k
    hpijs                               i386       1:1.6.7-6.el5_6.1                      el5_latest     222 k
    httpd                               i386       2.2.3-91.0.1.el5                       el5_latest     1.2 M
    hwdata                              noarch     0.213.30-1.el5                         el5_latest     477 k
    ifd-egate                           i386       0.05-17.el5                            el5_latest      23 k
    initscripts                         i386       8.45.45-1.0.2.el5                      el5_latest     1.6 M
    iproute                             i386       2.6.18-15.el5                          el5_latest     814 k
    ipsec-tools                         i386       0.6.5-14.el5_8.5                       el5_latest     383 k
    iptables                            i386       1.3.5-9.2.0.2.el5_8                    el5_latest     239 k
    iptables-ipv6                       i386       1.3.5-9.2.0.2.el5_8                    el5_latest     165 k
    jakarta-commons-httpclient          i386       1:3.0-7jpp.4.el5_10                    el5_latest     523 k
    jpackage-utils                      noarch     1.7.3-1jpp.3.0.1.el5                   el5_latest      61 k
    jwhois                              i386       3.2.3-12.el5                           el5_latest      97 k
    kbd                                 i386       1.12-22.el5                            el5_latest     1.3 M
    kernel-headers                      i386       2.6.18-400.el5                         el5_latest     1.5 M
    krb5-devel                          i386       1.6.1-80.el5_11                        el5_latest     1.9 M
    krb5-libs                           i386       1.6.1-80.el5_11                        el5_latest     670 k
    krb5-workstation                    i386       1.6.1-80.el5_11                        el5_latest     890 k
    ksh                                 i386       20100621-22.el5_11                     el5_latest     1.2 M
    kudzu                               i386       1.2.57.1.26-7.0.4                      el5_latest     244 k
    kudzu-devel                         i386       1.2.57.1.26-7.0.4                      el5_latest     143 k
    less                                i386       436-9.el5                              el5_latest     106 k
    lftp                                i386       3.7.11-8.el5                           el5_latest     932 k
    libX11                              i386       1.0.3-11.el5_7.1                       el5_latest     796 k
    libX11-devel                        i386       1.0.3-11.el5_7.1                       el5_latest     661 k
    libXcursor                          i386       1.1.7-1.2                              el5_latest      32 k
    libXcursor-devel                    i386       1.1.7-1.2                              el5_latest      14 k
    libXfont                            i386       1.2.2-1.0.6.el5_11                     el5_latest     241 k
    libXfont-devel                      i386       1.2.2-1.0.6.el5_11                     el5_latest      21 k
    libacl                              i386       2.2.39-8.el5                           el5_latest      19 k
    libacl-devel                        i386       2.2.39-8.el5                           el5_latest      81 k
    libbonobo                           i386       2.16.0-1.1.el5_5.1                     el5_latest     502 k
    libbonobo-devel                     i386       2.16.0-1.1.el5_5.1                     el5_latest     504 k
    libdhcp                             i386       1.20-13.el5                            el5_latest      61 k
    libdhcp4client                      i386       12:3.0.5-33.el5_9                      el5_latest     249 k
    libdhcp6client                      i386       1.0.10-20.el5                          el5_latest      92 k
    libexif                             i386       0.6.21-1.el5_8                         el5_latest     664 k
    libgcc                              i386       4.1.2-55.el5                           el5_latest      97 k
    libgcj                              i386       4.1.2-55.el5                           el5_latest      16 M
    libgcj-devel                        i386       4.1.2-55.el5                           el5_latest     1.4 M
    libgcj-src                          i386       4.1.2-55.el5                           el5_latest      11 M
    libgcrypt                           i386       1.4.4-7.el5_10                         el5_latest     251 k
    libgcrypt-devel                     i386       1.4.4-7.el5_10                         el5_latest     397 k
    libgfortran                         i386       4.1.2-55.el5                           el5_latest     233 k
    libgomp                             i386       4.4.7-1.el5                            el5_latest      74 k
    libhugetlbfs                        i386       1.3-8.2.el5                            el5_latest      40 k
    libicu                              i386       3.6-5.16.1                             el5_latest     5.3 M
    libjpeg                             i386       6b-38                                  el5_latest     138 k
    libjpeg-devel                       i386       6b-38                                  el5_latest     103 k
    libpcap                             i386       14:0.9.4-15.0.1.el5                    el5_latest     107 k
    libpng                              i386       2:1.2.10-17.el5_8                      el5_latest     241 k
    libpng-devel                        i386       2:1.2.10-17.el5_8                      el5_latest     182 k
    libsane-hpaio                       i386       1.6.7-6.el5_6.1                        el5_latest      58 k
    libselinux                          i386       1.33.4-5.7.el5                         el5_latest      77 k
    libselinux-devel                    i386       1.33.4-5.7.el5                         el5_latest     144 k
    libselinux-python                   i386       1.33.4-5.7.el5                         el5_latest      73 k
    libselinux-utils                    i386       1.33.4-5.7.el5                         el5_latest      55 k
    libsmbclient                        i386       3.0.33-3.40.el5_10                     el5_latest     909 k
    libstdc++                           i386       4.1.2-55.el5                           el5_latest     364 k
    libstdc++-devel                     i386       4.1.2-55.el5                           el5_latest     2.8 M
    libsysfs                            i386       2.1.0-1.el5                            el5_latest      47 k
    libtiff                             i386       3.8.2-19.el5_10                        el5_latest     311 k
    libtiff-devel                       i386       3.8.2-19.el5_10                        el5_latest     466 k
    libusb                              i386       0.1.12-6.el5                           el5_latest      26 k
    libusb-devel                        i386       0.1.12-6.el5                           el5_latest      95 k
    libuser                             i386       0.54.7-3.el5                           el5_latest     438 k
    libuser-devel                       i386       0.54.7-3.el5                           el5_latest      56 k
    libvolume_id                        i386       095-14.32.0.1.el5                      el5_latest      45 k
    libvorbis                           i386       1:1.1.2-3.el5_7.6                      el5_latest     192 k
    libvorbis-devel                     i386       1:1.1.2-3.el5_7.6                      el5_latest     542 k
    libxml2                             i386       2.6.26-2.1.25.0.1.el5_11               el5_latest     799 k
    libxml2-devel                       i386       2.6.26-2.1.25.0.1.el5_11               el5_latest     2.1 M
    libxml2-python                      i386       2.6.26-2.1.25.0.1.el5_11               el5_latest     705 k
    libxslt                             i386       1.1.17-4.0.1.el5_8.3                   el5_latest     421 k
    libxslt-devel                       i386       1.1.17-4.0.1.el5_8.3                   el5_latest     230 k
    libxslt-python                      i386       1.1.17-4.0.1.el5_8.3                   el5_latest      72 k
    linuxwacom                          i386       0.7.8.3-11.2.el5_8                     el5_latest     247 k
    logrotate                           i386       3.7.4-14                               el5_latest      42 k
    logwatch                            noarch     7.3-10.el5                             el5_latest     245 k
    lsof                                i386       4.78-6                                 el5_latest     323 k
    ltrace                              i386       0.5-20.45svn.el5                       el5_latest      70 k
    lvm2                                i386       2.02.88-13.0.1.el5                     el5_latest     3.2 M
    m2crypto                            i386       0.16-9.el5                             el5_latest     495 k
    man                                 i386       1.6d-3.el5                             el5_latest     262 k
    man-pages                           noarch     2.39-20.el5                            el5_latest     4.2 M
    mdadm                               i386       2.6.9-5.el5                            el5_latest     854 k
    mesa-libGL                          i386       6.5.1-7.11.el5_9                       el5_latest     9.6 M
    mesa-libGL-devel                    i386       6.5.1-7.11.el5_9                       el5_latest     461 k
    mesa-libGLU                         i386       6.5.1-7.11.el5_9                       el5_latest     226 k
    mesa-libGLU-devel                   i386       6.5.1-7.11.el5_9                       el5_latest      92 k
    metacity                            i386       2.16.0-16.el5                          el5_latest     2.1 M
    microcode_ctl                       i386       2:1.17-7.0.1.el5                       el5_latest     1.2 M
    mktemp                              i386       3:1.5-24.el5                           el5_latest      14 k
    module-init-tools                   i386       3.3-0.pre3.1.63.0.1.el5                el5_latest     432 k
    mozldap                             i386       6.0.5-2.el5                            el5_latest     132 k
    mutt                                i386       5:1.4.2.2-6.el5                        el5_latest     1.1 M
    nautilus                            i386       2.16.2-10.el5                          el5_latest     4.2 M
    nautilus-extensions                 i386       2.16.2-10.el5                          el5_latest      38 k
    net-snmp-libs                       i386       1:5.3.2.2-25.0.2.el5_11                el5_latest     1.3 M
    net-tools                           i386       1.60-83.el5_10                         el5_latest     361 k
    netpbm                              i386       10.35.58-10.el5                        el5_latest     834 k
    netpbm-devel                        i386       10.35.58-10.el5                        el5_latest     175 k
    netpbm-progs                        i386       10.35.58-10.el5                        el5_latest     2.0 M
    nfs-utils                           i386       1:1.0.9-71.el5                         el5_latest     403 k
    nfs-utils-lib                       i386       1.0.8-7.9.el5                          el5_latest      64 k
    nmap                                i386       2:4.11-2.0.1                           el5_latest     660 k
    nscd                                i386       2.5-123.0.1                            el5_latest     178 k
    nspluginwrapper                     i386       1.3.0-9.el5                            el5_latest     198 k
    nspr                                i386       4.10.6-1.el5_10                        el5_latest     124 k
    nspr-devel                          i386       4.10.6-1.el5_10                        el5_latest     113 k
    nss                                 i386       3.16.2.3-1.el5_11                      el5_latest     1.2 M
    nss-devel                           i386       3.16.2.3-1.el5_11                      el5_latest     255 k
    nss-tools                           i386       3.16.2.3-1.el5_11                      el5_latest     755 k
    nss_db                              i386       2.2-35.4.el5_5                         el5_latest     775 k
    nss_ldap                            i386       253-51.el5_9.1                         el5_latest     1.4 M
    ntp                                 i386       4.2.2p1-17.el5_10                      el5_latest     1.3 M
    numactl                             i386       0.9.8-12.0.3.el5_6                     el5_latest      46 k
    openldap                            i386       2.3.43-28.el5_10                       el5_latest     298 k
    openldap-clients                    i386       2.3.43-28.el5_10                       el5_latest     219 k
    openldap-devel                      i386       2.3.43-28.el5_10                       el5_latest     2.9 M
    openssh                             i386       4.3p2-82.el5     

  • Where can i download oracle.sql package?

    Hi!
    Can u please help me in finding out the site from where I can download oracle.sql.package.I need this for inserting images into the database using oracle.sql.BLOB class.I tried with java.sql.Blob.But I failed.can u please help me?
    Thank u,
    Ramana

    hello f.ahmed, in regards to the suggestion as how to import the oracle.sql package. I found the zip file and put the path to that zip file into my classpath. I even tried to unzip it. I still get compiliation errors in JSP telling me that they cannot find the oracle.sql.* package. Can you please tell me what i am doing wrong? Thanks for your time

  • Link broken to download Oracle Software Packager

    I can't download the Oracle Software Packager. I keep getting the 404 error page.
    here is the start page.
    http://www.oracle.com/technology/software/products/osp/htdocs/winsoft.html
    where can I download this?

    well, it's working now. (I had cleared out my cache and re-tried it several times before I posted the message).
    anyway, thanks.

Maybe you are looking for