Linux,tuxedo,oracle ,HP ux, RM entry

hello all,
I am new to tuxedo and i run my tuxedo application in linux.I have oracle client
in linux and oracle databases running in HP unix .so which RM entry do i have
to make for building my TMS ---the RM entry for linux or the RM entry for HP Unix(
i mean where the database server is running?)
some one please help.If RM entry is for linux ,any place i can get it?
thanks in advance,
adi

Thanks peter,
that cleared my basic doubt.However very little is known of linux rm entry.i would
encourage someone to post on that ,still.
Peter Holditch <[email protected]> wrote:
adi,
The RM file entry tells buildserver which database libraries it needs
to
link with your
server code to give xa access to the database.
Therefore, if your Tuxedo server (including the TMS, which is just
another Tuxedo server) will be running on Linux, you want the Linux RM
entry because the Tuxedo server will be a Linux executable, linked with
Linux libraries.
If the database libraries are actually communicating with a different
box where the database instance executes
at run-time, that's handled by the implementation of the databse
libraries, not by Tuxedo,
so it is transparent from the perspective of coding and building all
Tuxedo server executables.
I hope that helps,
Regards,
Peter.
Got a Question? Ask BEA at http://askbea.bea.com
The views expressed in this posting are solely those of the author, and
BEA
Systems, Inc. does not endorse any of these views.
BEA Systems, Inc. is not responsible for the accuracy or completeness
of
the
information provided
and assumes no duty to correct, expand upon, delete or update any of
the
information contained in this posting.
adisesha wrote:
Hi MAnoj,
I did refer those links even before posting the my problem.Thoselinks do not
have much on linux.Plus my pertinent doubt is "I have oracle clientin linux and
oracle databases running in HP unix .so which RM entry do i have tomake for building
my TMS ---the RM entry for linux or the RM entry for HP Unix( i meanwhere the
database server is running?)"
can you please clear my doubt on the above point?
meanwhile I have done the required settings in my database like creatingthe necessary
views and granting select permission for the tuxedo user.my attemptat this stage
is to get bankapp apllication use an oracle database.
thanks and regards
adi
"Manoj SASIDHARAN" <[email protected]> wrote:
Hello,
Pl refer to my posting:
Message ID:437
Subject: INFO - Tuxedo RM File Entries for popular RDBMSes
HTH
regards
MS

Similar Messages

  • What do I need to install when I install oralce in linux and oracle client

    What do I need to install when I install oralce in linux and oracle client in windows?
    I want to connect oracle from windows to Linux, what do I need to install or setup? thanks.

    Are you trying to install the DB on Linux from your Windows Box? if so, you need to have an XWindows client on your client. You have to SSH or Telnet into the box, set your DISPLAY variable. In fact, it is all in your documentation for the DB install. We still don't understand what you are exactly asking.
    Do you have direct access to your Linux machine? If so, and it has a graphical GUI, then you can find install guides for most flavors of Linux at dizwell.com. His are most excellent and show examples, but do not go over the XWindows problem. You would have to resolve that first.
    A free XWindows environment for Windows is Cygwin.
    Once the DB is running on Linux then all you do is create a TNS entry on it on your client and it connects. It is the same as setting up a connection to connect to Oracle on a Windows box.

  • Error(10,47): EntryFlowPageCO not found  in class oracle.apps.ap.oie.entry.

    Hi All,
    I extended a CO named IndusFinalReviewPageCOXX and I got the following error.
    Error(10,47): EntryFlowPageCO not found in class oracle.apps.ap.oie.entry.summary.webui.FinalReviewPageCO in class indus.oracle.apps.ap.oie.entry.summary.webui.IndusFinalReviewPageCOXX.
    I already drag the class file of EntryFlowPageCO in path myclasses\oracle\apps\ap\oie\entry\summary\webui
    and import the file. but the error remains same..after that I compile the class file of EntryFlowPageCO and found one more CO imports in EntryFlowPageCO. I drag class file of that CO also in appropriate path.. But still get the same error.
    Pls give me the solution ASAP.
    Thanks
    Amit Jaitly

    Amit,
    In the standard CO you can check that controller EntryFlowPageCO is not under myclasses\oracle\apps\ap\oie\entry\summary\webui.
    Its under oracle/apps/ap/oie/entry/webui so put the same under this directory structure.
    Regards,
    Gyan

  • Does Oracle 8i for Linux include Oracle Enterprise Manager?

    What's the version of the current Oracle 8i for Linux?
    Enterprise Edition?
    null

    Hi,
    Michael (guest) wrote:
    : The latest OEM is in Java. It is included in o8i for Solaris,
    : which I use for an o8i machine at work. They don't seem to
    : include it with the Linux version, though, despite the fact
    that
    : it's Java and theoretically (the key word here...) it should be
    : platform-independent and run on Linux just the same.
    NO, it will not work. You cannot even install since the installer
    for Solaris is a Solaris binary and some windows exe also does
    not work. I guess somebody has to write a better bootstrap proggy
    first...
    I wonder why they did it that way...
    Marcus
    : Bryan Batchelder (guest) wrote:
    : : Oracle8i for Linux is Oracle 8.1.5.0 Enterprise Edition.
    : : As for Oracle Enterprise Manager, they still only have that
    for
    : : NT, but you can download it from OTN.
    : : --Bryan
    : : Gary Young (guest) wrote:
    : : : What's the version of the current Oracle 8i for Linux?
    : : : Enterprise Edition?
    null

  • Hardening Linux for Oracle 10g

    I have been working on creating a bare-bones RHEL 5 installation which will act as an Oracle 10g database server. For hardening Linux, I have restricted to a bare minimum of packages to make it more secure. This installation did not have X-Windows, Gnome/KDE and a host of other services that will not be required on Production servers. I selected only the BASE installation which was further customized to include just the following (there is scope to trim this further, so feedback is welcome):
    NetworkManager
    readahead
    smartmontools
    yum-updatesd
    irqbalance
    acpid
    crash
    cryptsetup-luks
    dos2unix
    dump
    finger
    gnugpg
    ksh
    libaio
    logwatch
    m2crypto
    man-pages
    mdadm
    nano
    numactl
    openssh-clients
    openssh-servers
    pam_ccreds
    pam_krb5
    pam_passwdqc
    sendmail
    setuptools
    stunnel
    sudo
    symlinks
    system-config-network
    tree
    unix2dos
    unzip
    vconfig
    wget
    which
    yum
    yum-rhn-plugin
    yum-security
    zip
    Since I do not intend to use nfs, nis, samba – associated packages were not included. Further hardening was achieved by deleting non-required services (kudzu, avahi, gpm, atd, netfs, ip6tables).
    The challenge comes when I begin setting up Oracle 10g using the oracle validated rpm method. In an attempt to resolve dependencies, YUM ends up installing 70 packages that do not apparently seem to have anything to do with an RDBMS (sound libraries, Gnome, X libraries and tools etc.). For me the libraries/binaries required for linking appear to be justified but the rest appear to be installed only for the Installer.
    This package addition also ends up installing gamin which provides the gam_server which has bugs in it that lead to > 90% CPU consumption.
    I further tried erasing some of the packages to see if anything broke. Till now nothing is broken and the database is running fine. Till now I have removed:
    gamin
    gamin-python
    gnome-mount
    gnome-vfs2
    libbonoboui
    libgnome
    libgnomeui
    oracle-validated
    yum-updatesd
    esound
    hicolor-icon-theme
    GConf2
    gnome-keyring
    gtk2
    libglade2
    libgnomecanvas
    libnotify
    libwnck
    notification-daemon
    audiofile
    cups-libs
    gnome-mime-data
    cairo
    pango
    My questions:
    • How have you created a production/hardened Linux based Oracle installation?
    • Can you share your experiences in hardening Linux for Oracle and deploying the Oracle 10g RDBMS without installing the scores of packages which themselves might compromise the server?
    • What exactly is the dependency for the Oracle 10g RDBMS on X11, Gnome, Gamin and graphic libraries such as Cairo and Pango (to name a few)?
    • Which Linux system services are really mandatory for Oracle?
    • Does a non-default secure installation compromise Oracle support?
    The current memory footprint for this setup (without any workload) is (figures in MB):
    total used free shared buffers cached
    Mem: 1010 458 552 0 19 377
    -/+ buffers/cache: 61 949
    Swap: 2047 0 2047
    …of this 290 MB belongs to Oracle ☺
    I will be working with the other route – without using the oracle-validated rpm.
    Please let me have your feedback.
    BR
    Aniruddha

    Hi,
    I'll paste the rpm -qa of a RHEL5 server I have installed through rpm -ivh (not yum at all)
    aspell-0.60.3-7.1
    aspell-en-6.0-2.1
    aspell-es-0.50-13.2.2
    at-3.1.8-82.fc6
    atk-1.12.2-1.fc6
    audit-libs-1.7.13-2.el5
    audit-libs-1.7.13-2.el5
    audit-libs-python-1.7.13-2.el5
    authconfig-5.3.21-6.el5
    avahi-0.6.16-6.el5
    avahi-compat-libdns_sd-0.6.16-6.el5
    basesystem-8.0-5.1.1
    bash-3.2-24.el5
    bc-1.06-21
    binutils-2.17.50.0.6-12.el5
    bitmap-fonts-0.3-5.1.1
    bitstream-vera-fonts-1.10-7
    bzip2-1.0.3-4.el5_2
    bzip2-libs-1.0.3-4.el5_2
    cairo-1.2.4-5.el5
    checkpolicy-1.33.1-4.el5
    chkconfig-1.3.30.1-2
    compat-libstdc++-33-3.2.3-61
    compat-libstdc++-33-3.2.3-61
    coreutils-5.97-23.el5
    cpio-2.6-23.el5
    cpp-4.1.2-46.el5
    cracklib-2.8.9-3.3
    cracklib-dicts-2.8.9-3.3
    crontabs-1.10-8
    cryptsetup-luks-1.0.3-5.el5
    cups-1.3.7-11.el5
    cups-libs-1.3.7-11.el5
    cyrus-sasl-2.1.22-5.el5
    cyrus-sasl-lib-2.1.22-5.el5
    db4-4.3.29-10.el5
    db4-4.3.29-10.el5
    dbus-1.1.2-12.el5
    dbus-glib-0.73-8.el5
    dbus-libs-1.1.2-12.el5
    dbus-python-0.70-7.el5
    Deployment_Guide-en-US-5.2-11
    Deployment_Guide-es-ES-5.2-11
    desktop-file-utils-0.10-7
    device-mapper-1.02.32-1.el5
    device-mapper-1.02.32-1.el5
    device-mapper-event-1.02.32-1.el5
    device-mapper-multipath-0.4.7-30.el5
    diffutils-2.8.1-15.2.3.el5
    dmidecode-2.9-1.el5
    dmraid-1.0.0.rc13-53.el5
    dmraid-events-1.0.0.rc13-53.el5
    e2fsprogs-1.39-23.el5
    e2fsprogs-devel-1.39-23.el5
    e2fsprogs-devel-1.39-23.el5
    e2fsprogs-libs-1.39-23.el5
    e2fsprogs-libs-1.39-23.el5
    ed-0.2-39.el5_2
    eject-2.1.5-4.2.el5
    elfutils-0.137-3.el5
    elfutils-libelf-0.137-3.el5
    elfutils-libelf-devel-0.137-3.el5
    elfutils-libelf-devel-static-0.137-3.el5
    elfutils-libs-0.137-3.el5
    ethtool-6-3.el5
    expat-1.95.8-8.2.1
    file-4.17-15.el5_3.1
    filesystem-2.4.0-2
    findutils-4.2.27-6.el5
    fipscheck-1.2.0-1.el5
    fipscheck-lib-1.2.0-1.el5
    fontconfig-2.4.1-7.el5
    freetype-2.2.1-21.el5_3
    freetype-2.2.1-21.el5_3
    gawk-3.1.5-14.el5
    gcc-4.1.2-46.el5
    gcc-c++-4.1.2-46.el5
    gdbm-1.8.0-26.2.1
    gettext-0.14.6-4.el5
    glib2-2.12.3-4.el5_3.1
    glib2-2.12.3-4.el5_3.1
    glib2-devel-2.12.3-4.el5_3.1
    glib2-devel-2.12.3-4.el5_3.1
    glibc-2.5-42
    glibc-2.5-42
    glibc-common-2.5-42
    glibc-devel-2.5-42
    glibc-devel-2.5-42
    glibc-headers-2.5-42
    gnutls-1.4.1-3.el5_2.1
    grep-2.5.1-55.el5
    groff-1.18.1.1-11.1
    grub-0.97-13.5
    gtk2-2.10.4-20.el5
    gzip-1.3.5-10.el5
    hal-0.5.8.1-52.el5
    hdparm-6.6-2
    hesiod-3.1.0-8
    hicolor-icon-theme-0.9-2.1
    hmaccalc-0.9.6-1.el5
    htmlview-4.0.0-2.el5
    hwdata-0.213.16-1.el5
    info-4.8-14.el5
    initscripts-8.45.30-2.el5
    iproute-2.6.18-10.el5
    iptables-1.3.5-5.3.el5
    iptables-ipv6-1.3.5-5.3.el5
    iputils-20020927-46.el5
    kbd-1.12-21.el5
    kernel-2.6.18-164.el5
    kernel-headers-2.6.18-164.el5
    keyutils-libs-1.2-1.el5
    kpartx-0.4.7-30.el5
    krb5-libs-1.6.1-36.el5
    ksh-20080202-2.el5
    kudzu-1.2.57.1.21-1
    less-394-6.el5
    libacl-2.2.39-3.el5
    libaio-0.3.106-3.2
    libaio-0.3.106-3.2
    libaio-devel-0.3.106-3.2
    libattr-2.4.32-1.1
    libcap-1.10-26
    libdaemon-0.10-5.el5
    libdmx-1.0.2-3.1
    libdrm-2.0.2-1.1
    libgcc-4.1.2-46.el5
    libgcc-4.1.2-46.el5
    libgcrypt-1.4.4-5.el5
    libgomp-4.4.0-6.el5
    libgomp-4.4.0-6.el5
    libgpg-error-1.4-2
    libhugetlbfs-1.3-3.el5
    libhugetlbfs-1.3-3.el5
    libICE-1.0.1-2.1
    libICE-1.0.1-2.1
    libjpeg-6b-37
    libpng-1.2.10-7.1.el5_3.2
    libselinux-1.33.4-5.5.el5
    libselinux-1.33.4-5.5.el5
    libselinux-python-1.33.4-5.5.el5
    libselinux-utils-1.33.4-5.5.el5
    libsemanage-1.9.1-4.4.el5
    libsepol-1.15.2-2.el5
    libsepol-1.15.2-2.el5
    libSM-1.0.1-3.1
    libSM-1.0.1-3.1
    libstdc++-4.1.2-46.el5
    libstdc++-4.1.2-46.el5
    libstdc++-devel-4.1.2-46.el5
    libstdc++-devel-4.1.2-46.el5
    libsysfs-2.0.0-6
    libtermcap-2.0.8-46.1
    libtermcap-2.0.8-46.1
    libtiff-3.8.2-7.el5_3.4
    libusb-0.1.12-5.1
    libuser-0.54.7-2.el5.5
    libvolume_id-095-14.21.el5
    libvolume_id-095-14.21.el5
    libX11-1.0.3-11.el5
    libX11-1.0.3-11.el5
    libXau-1.0.1-3.1
    libXau-1.0.1-3.1
    libXau-devel-1.0.1-3.1
    libXaw-1.0.2-8.1
    libXcursor-1.1.7-1.1
    libXdmcp-1.0.1-2.1
    libXdmcp-1.0.1-2.1
    libXext-1.0.1-2.1
    libXext-1.0.1-2.1
    libXfixes-4.0.1-2.1
    libXft-2.1.10-1.1
    libXi-1.0.1-3.1
    libXinerama-1.0.1-2.1
    libxml2-2.6.26-2.1.2.8
    libxml2-python-2.6.26-2.1.2.8
    libXmu-1.0.2-5
    libXp-1.0.0-8.1.el5
    libXp-1.0.0-8.1.el5
    libXp-devel-1.0.0-8.1.el5
    libXpm-3.5.5-3
    libXrandr-1.1.1-3.1
    libXrender-0.9.1-3.1
    libXt-1.0.2-3.1.fc6
    libXt-1.0.2-3.1.fc6
    libXtst-1.0.1-3.1
    libXtst-1.0.1-3.1
    libXv-1.0.1-4.1
    libXxf86dga-1.0.1-3.1
    libXxf86misc-1.0.1-3.1
    libXxf86vm-1.0.1-3.1
    lm_sensors-2.10.7-4.el5
    logrotate-3.7.4-9
    lsscsi-0.17-3.el5
    lvm2-2.02.46-8.el5
    m4-1.4.5-3.el5.1
    mailx-8.1.1-44.2.2
    make-3.81-3.el5
    MAKEDEV-3.23-1.2
    man-1.6d-1.1
    man-pages-es-1.28-10.1.1
    mcstrans-0.2.11-3.el5
    mesa-libGL-6.5.1-7.7.el5
    microcode_ctl-1.17-1.48.el5
    mingetty-1.07-5.2.2
    mkinitrd-5.1.19.6-54
    mkinitrd-5.1.19.6-54
    mktemp-1.5-23.2.2
    module-init-tools-3.3-0.pre3.1.54.el5
    nano-1.3.12-1.1
    nash-5.1.19.6-54
    ncurses-5.5-24.20060715
    net-tools-1.60-78.el5
    newt-0.52.2-12.el5
    nspr-4.7.4-1.el5_3.1
    nspr-4.7.4-1.el5_3.1
    nss-3.12.3.99.3-1.el5_3.2
    nss-3.12.3.99.3-1.el5_3.2
    ntp-4.2.2p1-9.el5_3.2
    ocfs2-2.6.18-164.el5-1.4.2-1.el5
    ocfs2console-1.4.2-1.el5
    ocfs2-tools-1.4.2-1.el5
    ocfs2-tools-devel-1.4.2-1.el5
    openldap-2.3.43-3.el5
    openssh-4.3p2-36.el5
    openssh-clients-4.3p2-36.el5
    openssh-server-4.3p2-36.el5
    openssl-0.9.8e-12.el5
    oracleasm-2.6.18-164.el5-2.0.5-1.el5
    oracleasmlib-2.0.4-1.el5
    oracleasm-support-2.1.3-1.el5
    pam-0.99.6.2-6.el5
    pango-1.14.9-6.el5
    paps-0.6.6-18.el5
    passwd-0.73-1
    patch-2.5.4-29.2.3.el5
    pax-3.4-1.2.2
    pciutils-2.2.3-7.el5
    pcre-6.6-2.el5_1.7
    perl-5.8.8-27.el5
    pkgconfig-0.21-2.el5
    pm-utils-0.99.3-10.el5
    policycoreutils-1.33.12-14.6.el5
    popt-1.10.2.3-18.el5
    prelink-0.4.0-2.el5
    procmail-3.22-17.1
    procps-3.2.7-11.1.el5
    psmisc-22.2-7
    pycairo-1.2.0-1.1
    pygobject2-2.12.1-5.el5
    pygtk2-2.10.1-12.el5
    python-2.4.3-27.el5
    python-numeric-23.7-2.2.2
    readline-5.1-3.el5
    readline-5.1-3.el5
    redhat-logos-4.9.16-1
    redhat-lsb-3.1-12.3.EL
    redhat-menus-6.7.8-3.el5
    redhat-release-5Server-5.4.0.3
    redhat-release-notes-5Server-29
    rhpl-0.194.1-1
    rootfiles-8.1-1.1.1
    rpm-4.4.2.3-18.el5
    rpm-libs-4.4.2.3-18.el5
    rsh-0.17-38.el5
    rsync-2.6.8-3.1
    sed-4.1.5-5.fc6
    selinux-policy-2.4.6-255.el5
    selinux-policy-targeted-2.4.6-255.el5
    sendmail-8.13.8-2.el5
    setools-3.0-3.el5
    setserial-2.17-19.2.2
    setup-2.5.58-7.el5
    sgpio-1.2.0_10-2.el5
    shadow-utils-4.0.17-14.el5
    slang-2.0.6-4.el5
    smartmontools-5.38-2.el5
    sqlite-3.3.6-5
    sysfsutils-2.0.0-6
    sysklogd-1.4.1-44.el5
    sysstat-7.0.2-3.el5
    system-config-securitylevel-tui-1.6.29.1-2.1.el5
    SysVinit-2.86-15.el5
    tar-1.15.1-23.0.1.el5
    tcl-8.4.13-4.el5
    tcl-8.4.13-4.el5
    tcp_wrappers-7.6-40.7.el5
    tcp_wrappers-7.6-40.7.el5
    telnet-0.17-39.el5
    termcap-5.5-1.20060701.1
    time-1.7-27.2.2
    tmpwatch-2.9.7-1.1.el5.2
    tzdata-2009k-1.el5
    udev-095-14.21.el5
    udftools-1.0.0b3-0.1.el5
    unzip-5.52-3.el5
    usermode-1.88-3.el5.2
    util-linux-2.13-0.52.el5
    vim-common-7.0.109-6.el5
    vim-minimal-7.0.109-6.el5
    vixie-cron-4.1-76.el5
    vte-0.14.0-2.el5
    which-2.16-7
    wireless-tools-28-2.el5
    xorg-x11-filesystem-7.1-2.fc6
    xorg-x11-utils-7.1-2.fc6
    xorg-x11-xauth-1.0.1-2.1
    zabbix-agent-1.4.6-1.el5
    zip-2.31-2.el5
    zlib-1.2.3-3
    Hope to help,
    Mario Alcaide

  • Oracle in RHEL 5. Which one to learn first? Linux or Oracle?

    My office uses Oracle Database in RHEL 5. Which one should I master first to be a qualified DBA? the Linux or Oracle? If the answer's Linux, where can I find Linux Tutorial for Dummies since I've never handled Linux in my life before. thanks

    Both.
    Best way to start is install a VM on your computer and download a Live distribution (Ubuntu, Fedora Core, etc...), install it. While you are playing around with linux in your VM, install oracle on your windows system and start playing around there. The only real difference you will encounter when playing around with the basics of oracle is the path reference to files. It may seem hard to get started but once have gotten to the point where you know enough to install oracle under linux (install apps via YUM or RPM, change configuration, install other daemons or services; IE: postfix, samba, smtp, etc) and know about creating users, creating tablespaces, creating tables/procedures/packages, altering system parameters, creating database links, etc...you will be on your way.
    However becoming a DBA is not as simple as just knowing about Linux and Oracle. Since you have not indicated what you do know about this area I will assume a few things. First off when you start working as a DBA, you may not be just running Oracle on Linux, you may be running oracle on HP-UX, AIX, Linux, Solaris, Windows. Plus you will also be expected to know about writing quieries and optimizing queries. There is no magic settings that make databases run fast, you have to know about how they work, how queires are executed by the sql parser (this is where the real performance gains are).
    One thing that I have been constantly expected to know (with detail) is oracle licensing. This is a nightmare, and it takes a while to learn about how all the licensing works so you can give advise for new projects that want to use certain technologies from oracle. This is very daunting at first, but as you learn about everything and become more comfortable about using and knowing all of this stuff it will become second nature to you. If you know DBA's (work colleagues or friends) talk to them, get them to show you, you will learn a lot more in less time than learning by yourself.

  • 32 Bit Installation or Oracle Linux and Oracle Database 10g

    I have an old E-Machine that I wanted to put Oracle Linux and Oracle Database Express 11G on. I was just wanting to do some testing and development on the system. I'm pretty sure the machine is 32bit.
    I just burned a copy of 32 bit Oracle Linux onto a CD. Is there a version of Oracle Database Express that will run on it?
    It seems like there is only a 64 bit version of Oracle Express Database 11g. Is Oracle Database Express 10g installable on Oracle Linux 32 bit?
    Let me know! Thanks in an advance.

    One (or two) caveats with the 10g version, XE can not be patched and the 10.2.0.1 XEs were created before the current daylight savings time rules went into effect.
    If you have access to My Oracle Support there is a method to get updated timezone files for the oracle binaries, you need at least version 4 of the DST files. I've got the MOS docIDs somewhere let us know if needed and I'll dig 'em up.

  • Linux 32位操作系统Oracle awr报错

    Linux 32位操作系统Oracle awr报错
    配置了vlm
    执行awrrpt.sql报错如下:
    Using the report name awrrpt_1_15156_15157.html
    select output from table(dbms_workload_repository.awr_report_html( :dbid,
    ERROR at line 1:
    ORA-20005: Missing underlying statistics for given snapshots
    ORA-06512: at "SYS.DBMS_SWRF_REPORT_INTERNAL", line 2754
    ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_SWRF_REPORT_INTERNAL", line 321
    ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 222
    ORA-06512: at line 1
    麻烦大师分析下,感谢!

    搞不懂
    你为啥给出操作系统的位数 而不给出数据库的版本; 这背后是什么诡异的逻辑?

  • Upgrading Oracle Linux with Oracle Unbreakable Linux Kernel

    Hi all.
    I'd like to upgrade an Oracle Linux OS with unbreakable linux kernel.
    Current version is :
    [oracle@union ~]$ uname -r
    2.6.18-164.el5PAE
    Which steps needs to be performed?.
    I know i must be at 2.6.32. Also Unbreakable Enterprise Kernel is available for x86-64 servers.
    Q: How do i know if my distro is x86 or x86-64?
    Regards, Luis ...!

    Hi Dude... what's a pae kernel?
    [oracle@union ART0]$ uname -a
    Linux union.rioturbio.com.ve 2.6.18-164.el5PAE #1 SMP Thu Sep 3 02:28:20 EDT 2009 i686 i686 i386 GNU/Linux
    [oracle@union ART0]$
    No x86_64 x86_64 x86_64 GNU/Linux
    Also:
    [oracle@union ART0]$ grep flags /proc/cpuinfo |grep lm
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constanttsc ida nonstoptsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm [8]
    [oracle@union ART0]$
    There is lm although....
    So i guess the installation is for 32bit.
    Do i need to download a 64bit distro?.

  • $JAVA_TOP/oracle/apps/ap/oie/entry/accounting/server/AllocationsLinesVO

    Hi,
    I need to extend the VO($JAVA_TOP/oracle/apps/ap/oie/entry/accounting/server/AllocationsLinesVO).
    I have seen this type of View for the first time.The query is different in a different way.
    I need to extend it.
    Can soemone give me inputs after having a look at the VO mentioned above.
    Regards
    Jujaar
    Message was edited by:
    jujaar.singh

    Part of the XML file which creates teh query I feel is:
    <ViewObject
    Name="AllocationsLinesVO"
    SelectList="ExpenseReportLineEO.REPORT_LINE_ID,
    ExpenseReportLineEO.FLEX_CONCATENATED,
    ExpenseReportLineEO.START_EXPENSE_DATE,
    ExpenseReportLineEO.END_EXPENSE_DATE,
    ExpenseReportLineEO.RECEIPT_CURRENCY_AMOUNT,
    ExpenseReportLineEO.AMOUNT,
    ExpenseReportLineEO.CURRENCY_CODE,
    ExpenseReportLineEO.MERCHANT_NAME,
    ExpenseReportLineEO.LOCATION,
    ExpenseReportLineEO.ALLOCATION_REASON,
    ExpenseReportLineEO.JUSTIFICATION,
    ExpenseReportLineEO.REPORT_HEADER_ID,
    ExpenseReportLineEO.WEB_PARAMETER_ID,
    ExpenseReportLineEO.ORG_ID,
    ExpenseReportLineEO.DISTRIBUTION_LINE_NUMBER,
    ExpenseReportLineEO.PROJECT_ID,
    ExpenseReportLineEO.TASK_ID,
    ExpenseReportLineEO.AWARD_ID,
    ExpenseReportLineEO.EXPENDITURE_ORGANIZATION_ID,
    ExpenseReportLineEO.PROJECT_NUMBER,
    ExpenseReportLineEO.TASK_NUMBER,
    ExpenseReportLineEO.AWARD_NUMBER,
    ExpenseReportLineEO.CURRENCY_CODE AS CURRENCY_CODE1,
    ExpenseReportLineEO.CATEGORY_CODE,
    ExpenseReportLineEO.CREDIT_CARD_TRX_ID,
    ExpenseReportLineEO.ALLOCATION_SPLIT_CODE,
    ExpenseReportLineEO.EXPENDITURE_TYPE,
    ExpenseReportLineEO.EXPENDITURE_ITEM_DATE,
    ExpenseReportLineEO.RECEIPT_CURRENCY_CODE,
    ExpenseReportLineEO.ITEMIZATION_PARENT_ID"
    FromList="AP_EXPENSE_REPORT_LINES_ALL ExpenseReportLineEO"
    Where="(itemization_parent_id IS NULL OR itemization_parent_id &#62; 0) AND NOT EXISTS (SELECT 1 FROM ap_expense_report_par
    ams_all WHERE expense_type_code in (&#39;ROUNDING&#39;, &#39;PERSONAL&#39;) AND parameter_id = ExpenseReportLi
    neEO.web_parameter_id)"
    OrderBy="distribution_line_number"
    BindingStyle="Oracle"
    CustomQuery="false"
    RowClass="oracle.apps.ap.oie.entry.accounting.server.AllocationsLinesVORowImpl"
    ComponentClass="oracle.apps.ap.oie.entry.accounting.server.AllocationsLinesVOImpl"
    MsgBundleClass="oracle.jbo.common.JboResourceBundle"
    UseGlueCode="false" >
    <Properties>
    <Property Name ="ROW_DISPLAY_PREFIX_ATTR_NAME" Value ="ErrorRowPrefix" />
    </Properties>
    Regards
    Jujaar

  • Difference between RH Linux Administration & Oracle Enterprise Linux

    Dear Gentlemen,
    what is the difference between the RedHat Linux Administration & Oracle Enterprise Linux System Administration (Training & Certifications)
    Thanks Alot.

    Catalonia wrote:
    Dear Gentlemen,
    what is the difference between the RedHat Linux Administration & Oracle Enterprise Linux System Administration (Training & Certifications)
    Thanks Alot.OEL is an extremely close clone of RHEL; so training for one has very good synergy with the other.
    Please remember there are 2 major version of RHEL (and OEM) in current use, namely RHEL 4 and RHEL 5. (With RHEL 6 over the horizon, currently in Beta 1 since april).
    The RHCT and RHCE certifications are RHEL 5 based on practical exams and are typcially well respected.
    I believe the current OEL certifications are OEL 4 based and are based on multiple choice exams.
    Training orientated for Certifications for one of these will have a low to mid synergy with the required certification training for the other.

  • H/W & Data migration form AS 400/DB2 V5 R4 to Unix/Linux and Oracle

    We are considering migration of huge data(in Terabytes) from AS 400/DB2 V5 R4 to Unix/Linux and Oracle.
    We are changing operating system and data base also..Please advise if R98403 can be used to move data in terabytes.
    I understand Oracle work bench does not support V5 R4.
    I would like to know pointers on possible tools and approach for the migration.
    Thanks
    Las

    Hi,
    May I know the reason for this huge change? As most of the current setups of E1 are on AS00 only. Then also if you are planning to migrate your hardware and data from DB2/OS400 to Orcle and Unix/Linux you can consider below options for data migration:
    1) R98403 and R98403A are best approach for this type of migration it may consule some extra time but accurate..! As no other tools like Oracle Workbench can
    provide 100% accuracy.
    2) Archive data size if possible with the help of BA team and work on some purging this will help you to great level.
    3) If you decide to go live on new setup please consider going live module wise as a specific module data can be moved fast, and if BA team can specify some specific tables only getting hit for module trasection they can develop TC reports for specific data to be migrated and can save your time instead of copying entire data set again at go live.
    Good Luck..!
    Thanks,
    Manoj Kathare

  • Install SAP ERP 6.0 with Linux and Oracle RAC

    Hi Guru,
    I want to install SAP ERP 6.0 with Linux and Oracle RAC. Is this possible?
    Where do I find information?
    Thanks,
    Hugo.

    Hello Hugo,
    You can use either RAC or dataguard. On note [105047|http://service.sap.com/sap/support/notes/105047]:
    14. Data Guard
        o  You can use "Physical Standby".
        o  You cannot use "Logical Standby".
        o  You can use Data Guard Broker.
        o  You can use Maximum Performance Mode, Maximum Availability Mode and Maximum Protection Mode.
        o  In the case of Maximum Availability and Maximum Protection, you must pay particular attention to a fast network connection in order to avoid performance problems.
        o  Maximum Protection causes the primary database to terminate if problems occur in the standby database.
    60. Real Application Cluster (RAC)
        o  You can use this feature in accordance with Note 527843.
    Regards,
    Eduardo Rezende

  • Installing Linux and Oracle-Partition Management

    Dear Friends,
    I will be using Java Linux and Oracle lite on My New IBM R40
    Thinkpad, that Now Has Windows XP.
    Problem at Present is Finding Free Partition Manager
    for DualBoot Partitioning.

    I had a similar problem. I solved it by adding the following line in /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    After that I started the installation again and the problem was solved. But, now I'm having a problem with opmn and HTTP Server. The error says:
    "...Error
    --> Process (pid=14674)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/9.0.4/IMHome/opmn/logs/HTTP_Server~1 ..."
    I'm using Red Hat ES 4. Please let me know if you can complete the installation.
    Thanks,
    Pablo.

  • Installation NetWeaver 7.02 on Linux x86_64 Oracle 11.2. - Problem JLoad

    Hi,
    i hope this is the right forum.
    I'm trying to install a NW7.02 on a Linux x86_64 host.
    The installation gets an error while the JLoad:
    J2EE_CONFIGENTRY deleted
    Importing data into table J2EE_CONFIGENTRY
    Rows to insert: 25448
    Executing batch. Rows inserted : 3619, lob size : 54419183
    Importing table J2EE_CONFIGENTRY : 14% complete (3619 rows)
    Executing batch. Rows inserted : 1059, lob size : 56551411
    Importing table J2EE_CONFIGENTRY : 18% complete (4678 rows)
    Executing batch. Rows inserted : 1538, lob size : 53686144
    Importing table J2EE_CONFIGENTRY : 24% complete (6216 rows)
    Executing batch. Rows inserted : 723, lob size : 57000744
    Importing table J2EE_CONFIGENTRY : 27% complete (6939 rows)
    Executing batch. Rows inserted : 2875, lob size : 87695271
    Importing table J2EE_CONFIGENTRY : 38% complete (9814 rows)
    Executing batch. Rows inserted : 4051, lob size : 52459838
    Importing table J2EE_CONFIGENTRY : 54% complete (13865 rows)
    Executing batch. Rows inserted : 5000, lob size : 52170089
    Importing table J2EE_CONFIGENTRY : 74% complete (18865 rows)
    java.io.IOException: Permission denied
            at java.io.UnixFileSystem.createFileExclusively(Native Method)
            at java.io.File.checkAndCreate(File.java:1355)
            at java.io.File.createTempFile(File.java:1444)
            at java.io.File.createTempFile(File.java:1481)
            at com.sap.inst.jload.db.BlobFileInputStream.<init>(BitHandler.java:278)
            at com.sap.inst.jload.db.BlobHandler.setValue(BitHandler.java:158)
            at com.sap.inst.jload.db.DBTable.load(DBTable.java:255)
            at com.sap.inst.jload.executor.JobExecutor.dbImport(JobExecutor.java:431)
            at com.sap.inst.jload.executor.JobExecutor.executeJob(JobExecutor.java:766)
            at com.sap.inst.jload.Jload.main(Jload.java:273)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    An error occured during execution. Please consult SAP note 942766 for first steps on troubleshooting the problem.
    ERROR 2011-03-17 16:04:37.664
    CJS-30049  <html> <head> </head> <body> Execution of <font face="Monospaced">JLoad</font> tool '/usr/lib64/jvm/java/bin/java -classpath /sapmnt/AJT/tmp/sapinst_instdir/NW702/AS-JAVA/ORA/CENTRAL/install/sharedlib/launcher.jar -showversion -Xmx1024m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload /sapmnt/AJT/tmp/sapinst_instdir/NW702/AS-JAVA/ORA/CENTRAL/install/lib/iaik_jce.jar:/sapmnt/AJT/tmp/sapinst_instdir/NW702/AS-JAVA/ORA/CENTRAL/install/sharedlib:/oracle/client/10x_64/instantclient/ojdbc14.jar -sec AJT,jdbc/pool/AJT,/usr/sap/AJT/SYS/global/security/data/SecStore.properties,/usr/sap/AJT/SYS/global/security/data/SecStore.key -dataDir /sapcd/SAP/NW7.02_Java_Base_Components/DATA_UNITS/JAVA_EXPORT_JDMP -job /sapmnt/AJT/tmp/sapinst_instdir/NW702/AS-JAVA/ORA/CENTRAL/IMPORT.XML -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and '/sapmnt/AJT/tmp/sapinst_instdir/NW702/AS-JAVA/ORA/CENTRAL/jload.java.log' for more information. </body></html>
    Strange thing. The Insert works until 74% and suddenly a permission problem...
    I checked the note mentioned, i check the other logs, i couldn't find a hint.
    Anyone a idea?

    Hi,
    > Importing table J2EE_CONFIGENTRY : 38% complete (9814 rows)
    > Executing batch. Rows inserted : 4051, lob size : 52459838
    > Importing table J2EE_CONFIGENTRY : 54% complete (13865 rows)
    > Executing batch. Rows inserted : 5000, lob size : 52170089
    > Importing table J2EE_CONFIGENTRY : 74% complete (18865 rows)
    > java.io.IOException: Permission denied
    >         at java.io.UnixFileSystem.createFileExclusively(Native Method)
    >         at java.io.File.checkAndCreate(File.java:1355)
    >         at java.io.File.createTempFile(File.java:1444)
    >         at java.io.File.createTempFile(File.java:1481)
    As per the error log, it is giving permission denied error. Please check installation directory should have 777 permission.
    Thanks
    Sunny

Maybe you are looking for