Linux Portal Update to 3.0.7

When the Linux Portal Update to version 3.0.7 available?
thanks,
Jan

Januar,
You should be able to run the upgrade scripts from a different platform and point them at your linux machine.
The linux porting group will post the upgrade scripts to OTN as soon as they are available for linux.
Rich

Similar Messages

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • Fast installation for oracle db under redhat linux 4 update 3

    dear sirs...
    i know little about linux, however, i create a simple script that will preform pre-installation operations for linux 4 update 3. it will update the files, create oracle user, and so on. you will find its source. if possible i hope someone can upgrade this script such that there it will check the OS packages, and stop the changes if any of the packages is missing.
    thanks for any help and best regards.
    notes:
    1- to use this script, type the text in linux gedit. save it in a file and put the file in a safe place so that every time you want to install the db, you can find it ready.
    2- do not use notepad to create the file, it will not work.
    3- before you run the script, be sure that all packages needed by the db exists.
    4- the script assumes that you have just installed linux for running the database only.
    5- to run the script in linux , login as root user, and type . scriptfilename
    6- the script should be executed only once.
    /usr/sbin/groupadd oinstall
    /usr/sbin/groupadd dba
    /usr/sbin/useradd -m -g oinstall -G dba oracle
    passwd oracle
    mkdir -p /home/oracle
    chown -R oracle:oinstall /home/oracle
    chmod -R 775 /home/oracle
    cat >> /etc/sysctl.conf <<EOF
    # the following lines are added by a script
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.wmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_max = 262144
    EOF
    /sbin/sysctl -p
    cat >> /etc/security/limits.conf <<EOF
    # the following lines are added by a script
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    EOF
    cat >> /etc/pam.d/login <<EOF
    # the following lines are added by a script
    session required /lib/security/pam_limits.so
    EOF
    cat >> /etc/profile <<EOF
    # the following lines are added by a script
    if [ \$USER = "oracle" ]; then
    if [ \$SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    umask 022
    fi
    EOF
    cat >> /etc/csh.login <<EOF
    # the following lines are added by a script
    if ( \$USER == "oracle" ) then
    limit maxproc 16384
    limit descriptors 65536
    umask 022
    endif
    EOF

    Nice.
    A fair chunk of additional work would go into this to ensure that existing settings are not clobbered, but it should be OK on a new install of Linux.
    Why not require that they use the DVD (so you have all RPMs on one media), cd to the RPMS directory and simply 'rpm -i' all the prereq packages? Then you don't need to 'rpm -q' and inspect the status.

  • Oracle Linux 6 update --- wirelees network card not working.

    Hello,
    The only problem I am having is with my wireless network card(built-in). Should I buy a new wireless card that can be used with Oracle Linux?
    Here is some info about my laptop:
    $ lspci -v | grep -i net
    04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    $ iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    virbr0 no wireless extensions.
    virbr0-nic no wireless extensions.
    $ lsmod
    Module Size Used by
    fuse 49340 0
    ipt_MASQUERADE 1780 3
    iptable_nat 4651 1
    nf_nat 16615 2 ipt_MASQUERADE,iptable_nat
    iptable_mangle 2603 0
    tun 9430 1
    bridge 39245 0
    stp 1503 1 bridge
    llc 4140 2 bridge,stp
    autofs4 18216 3
    sunrpc 168053 1
    cpufreq_ondemand 6844 4
    powernow_k8 12957 0
    ipt_REJECT 1621 4
    nf_conntrack_ipv4 7140 6 iptable_nat,nf_nat
    nf_defrag_ipv4 1033 1 nf_conntrack_ipv4
    iptable_filter 2123 1
    ip_tables 8337 3 iptable_nat,iptable_mangle,iptable_filter
    ip6t_REJECT 3390 2
    xt_tcpudp 1879 6
    nf_conntrack_ipv6 14880 2
    xt_state 1042 5
    nf_conntrack 59159 6 ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
    ip6table_filter 2231 1
    ip6_tables 9601 1 ip6table_filter
    x_tables 12478 8 ipt_MASQUERADE,iptable_nat,ipt_REJECT,ip_tables,ip6t_REJECT,xt_tcpudp,xt_state,ip6_tables
    ipv6 225173 34 ip6t_REJECT,nf_conntrack_ipv6
    uinput 5260 0
    rfkill 13768 1
    i2c_piix4 10150 0
    joydev 7304 0
    microcode 11243 0
    uvcvideo 47429 0
    videodev 29537 1 uvcvideo
    v4l1_compat 11137 2 uvcvideo,videodev
    i2c_core 23454 2 i2c_piix4,videodev
    pcspkr 1386 0
    serio_raw 3380 0
    r8169 29689 0
    mii 3889 1 r8169
    snd_hda_codec_realtek 197227 1
    snd_hda_codec_atihdmi 2039 1
    snd_hda_intel 19505 2
    snd_hda_codec 62689 3 snd_hda_codec_realtek,snd_hda_codec_atihdmi,snd_hda_intel
    snd_hwdep 4852 1 snd_hda_codec
    snd_seq 43513 0
    snd_seq_device 5326 1 snd_seq
    snd_pcm 63799 2 snd_hda_intel,snd_hda_codec
    snd_timer 16064 2 snd_seq,snd_pcm
    snd 49098 12 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
    soundcore 5387 1 snd
    snd_page_alloc 6456 2 snd_hda_intel,snd_pcm
    usb_storage 35626 0
    ahci 28838 2
    pata_acpi 2307 0
    ata_generic 2403 0
    pata_atiixp 2852 0
    ohci_hcd 25812 0
    video 16346 0
    output 1723 1 video

    The actual problem seems to be that you are using the wrong Linux distribution for you Laptop. Enterprise Linux was not designed for consumer grade hardware. To further troubleshoot the problem you will need to check for relevant output of "dmesg", i.e. check if the firmware and driver that was loaded for the device. You should also check "lspci -v" w/o grep to see more detailed information for the device.
    Are you trying the latest Oracle Linux 6 update 2?
    What is your hardware?
    Beware that no Oracle database products are yet certified for EL6 yet, so you should better stick to Oracle Linux 5 update 7 instead.
    If the purpose of your installation is research and development I suggest to install Windows as your primary OS and run Oracle Linux inside Virtualbox. Check the following link: http://www.oracle.com/technetwork/community/developer-vm/index.html

  • In Oracle Linux 6 update 3, a question about Language

    Hi, I'm operating Oracle Linux 6 update 3.
    I have some question.
    After it is booting, We can select various Languages in fisrt login display. So then does it(Oracle Linux 6 update 3 vesrion) support all Languages without installing a Language Packs?
    thanks for reading this contens.
    If you know about this, plz...inform this.

    leave_for wrote:
    Hi, I'm operating Oracle Linux 6 update 3.
    I have some question.
    After it is booting, We can select various Languages in fisrt login display. So then does it(Oracle Linux 6 update 3 vesrion) support all Languages without installing a Language Packs?
    thanks for reading this contens.
    If you know about this, plz...inform this.At least if you select "desktop" during installation, then the answer is yes. But you have to run the ibus program, log out then log in to complete the process. You only need to run it once.

  • Re: Is Oracle 11gR2 and 10gR2 BOTH compatible with Oracle Linux 6 Update 1?

    Hello,
    Required to Install Oracle 11gR2 and 10gR2 Oracle binaries on Oracle Linux 6 Update 1, are both versions compatible to install and run with databases on Oracle Linux Release 6 Update 1 or Oracle Linux Release 5 Update 7 is required for this?
    Thanks in advance,
    Regards,
    A
    Edited by: 850391 on Oct 13, 2011 3:43 PM
    Edited by: 850391 on Oct 13, 2011 3:44 PM
    Edited by: 850391 on Oct 13, 2011 3:44 PM

    Hi;
    Oracle 11g or 10g is not certified wiht OEL or RHEH6 yet. Please use OEL 5.x version which you can download from edelivery.
    Also see:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • How to run .EXE files from Linux Portal page?

    We have an IIS web server that runs a Photoshow_player.exe slide show program. I'm not sure if this can run from Linux Portal, but we are trying.
    The link in an IIS web page looks like this:
    <a> href="file:///\\mulsrv22\share\PCS\PhotoshowPlayer.exe" title="clean slate">clean slate</a>
    Portal is installed and running from two Linux servers. If I create a link using the above syntax, I get "can not display page" browser errors.
    I copied the entire PCS directory from the Windoz box to a Portal web_dav folder, but running the .EXE link from that Portal page gives errors indicating that the /PDS/data/.XML and /PCS/data/.jpg files can not be found.
    Any ideas on how I can run this slide show from Linux Portal?
    Thanks.
    --Don                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    if you just need to run a slideshow in you portal, why don't you use a javascript slide show ?
    Just "googleize" and you'll find tons of javascripts taht can do that.
    for example : http://www.barelyfitz.com/projects/slideshow/

  • Vmware tools intallation -- linux 4 update 5 was not happening

    Hi ,
    I want to install Vmware tools for my machine. I installed VMware and Linux 4 update 5 but was unable to install vmware tools once i installed linux. I couldnt find vmware tools rpm. I just find vmwaretools-8.1.4-227600.tar.gz file. I was not able to move my cursor freely. everytime i need to use keystrokes like alt+control to come out. Can anyone help me how to install vmware tools.

    Please, avoid duplicated thread :
    Linux 4 Update 5  vmware tools
    Nicolas.

  • Linux 4 update & License

    Dear all
    1-Does anybody have a link to download ISO images for Linux 4 update 1 (ES or AS), because I need it with application server for testing a project.
    2- Is it possible to download the update only, because I already have RedHat ES 4, and how can we update the system?
    3- Can I use and copy the RedHat Linux ES or AS in order to be used in a production system (depending on the idea of the open source code OS)? And is it true that RedHat license is for support only?
    Regards

    Hi.
    You have to download either the respin of the whole product, or the updates via the official update site. Both of these options require a Red Hat Network login and at least one entitlement. That means you've got to put your hand in your pocket.
    The open source nature of the product means you are entitled to download the source, alter and/or compile it for use. As far as I'm aware, you are not allowed to distribute it etc. One look at the problems CentOS have had should indicate that Red Hat take the redistribution of their software and their trademarks very seriously.
    I think you should speak to redhat directly about what you can and can't do with their software, or at least read their T's & C's.
    Remember, open source does not necessarily mean free!
    Cheers
    Tim...

  • Connect to Linux portal

    How to connect linux portal from java program?
    also issue some unix commands through it?

    google with topic "java program terminal emulator" . You will get lot of source codes written in java. Use them.
    If you are more interested in more implementation stuff then go below.
    Terminal emulator implemented by using telnet. What u need to implement is telnet client and make sure telnet server is already running on some other machine on which u want to run commands.
    For more detail abt TELNET do read some document related to TELNET protocol.
    Hope this will help you.
    - Uday

  • Oracle Linux Patching/Updates Impact on Oracle Database

    I have several questions regarding Oracle Linux patching and its impact on Oracle Database.
    3 node Cluster
    Operating System: Oracle Linux Release 5 update 2
    Kernel: 2.6.18-92.1.22.0.1.el5 x86_64 GNU/Linux
    Grid Infrastructure: Oracle Grid Infrastructure 11g Release 2 (11.2.0.2)
    Database: Oracle Database 11g Release 2 Enterprise Edition (11.2.0.2) with RAC option
    ASM with ASMLib is being used for Data and FRA.
    *1)* Given your at Oracle Linux Release 5 update 2, will applying only Security Patches require any changes to ASMLib, Oracle Grid Infrastructure and/or Oracle Database (software binaries, configuration etc.)?
    *2)* Given your at Oracle Linux Release 5 update 2, will applying Bug Fixes and Security Patches to Oracle Linux 5 update 2 require any changes to ASMLib, Oracle Grid Infrastructure and/or Oracle Database (software binaries, configuration etc.)?
    *3)* Given your updating from Oracle Linux Release 5 update 2 to Oracle Linux Release 5 update 8, will this require any changes to ASMLib, Oracle Grid Infrastructure and/or Oracle Database (software binaries, configuration etc.)?
    I would most whole heartedly appreciate if someone could answer the specific questions asked, inline if possible. Our System Administrator is preparing to perform some patching and as the DBA I'd like to be certain what changes I need to prepare for? I also have a single instance database setup with Oracle Restart. I don't know if this impacts the answers above.
    Thanks in advance.

    How do you plan to apply Oracle Linux security patches? As far as I'm aware the yum security plug-in does not work with the Oracle public yum repository and there is no really feasible way to automate and determine security related patches only, unless you setup Oracle Enterprise Manager Grid Control (11g) or Cloud (12c)  and have a subscription to Oracle ULN.
    If you upgrade your Oracle Linux to the latest available version using the public yum repository, all patches, including errata will be applied. You cannot apply patches and stay on a specific release version unless you have a subscription and appropriate yum repository access.
    As far as I'm aware there are no changes required to your Oracle database or ASM setup and configuration when updating the OS, provided the version of the Oracle database is supported for the specific OS version (ASM features like ADVM/ACFS are kernel version depending). Upgrading from one major release to another, such as upgrading Oracle Linux 5 to Oracle Linux 6 is not supported and will require upgrading the Oracle Database to 11.2.0.3. You can check the Oracle database certification matrix to determine which Oracle database release version is required for which OS version http://docs.oracle.com/cd/E11882_01/relnotes.112/e23558/toc.htm
    The relinking of Oracle Database binaries is a common practice when updating the OS. I do not think it is necessary under Linux. Oracle binaries are typically standalone applications, or use Oracle provided libraries, or in some cases use OS shared libraries, which does not require relinking of Oracle binaries. Upgrading the Oracle database software of course requires relinking.
    Edited by: Dude on Dec 4, 2012 2:09 PM

  • Portal updating inconsistent

    Hi,
    I have run into a major issue with EP 5.0 level 5.0.  I have updated the title of an iView, and the change is not showing up on all machines.  This is a change that was done last week.  Also, we have another issue in that a user, who has access to a certain iView, cannot see the iView.  It does not matter what machine the user is logged into, the iView does not show up, but it does for other employees. 
    Why are changes reflected on some machines, but not others?  All the iViews are set to bypass the iview server, and all caching settings for the iViews are turned off. 
    One last question.  Some of the iViews are not showing up with the standard portal theme behind it.  Example:  take an iView that uses hbj:tableView.  Some of the iViews are showing up using the branding, but some are showing up using a totally different font, with the buttons represented as text, and no visual of a table.
    Any help would be greatly appreciated!!
    TIA!!
    Best regards,
    Kevin

    Hmm ... does <CTRL><F5> at the client make any difference? That does a full reload.
    Otherwise it might be the isolation level of the iView (there could be a user-specific server-side cache). Try clearing the server cache. You indicated there was no iView caching, but your other problem seems to indicate that CSS might be cached too.
    For a setting that that will always grab what resides on the portal, there's Note 605662. Or you could try adding the following metatag in the header section of the page:
    <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
    Note that the Web page may <b>still</b> be cached in the Temporary Internet Files folder. See the MS-KB for a work-around:
    <http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q222064>
    Sean

  • Java Fx Linux release update

    Hi all, I was wondering if I could get a status update on the progress of the official JavaFx for Linux?

    Hi Josh,
    I actually read that after looking around a bit. I was just suggesting that you state something on the downloads page that its under way. As it is now, it looks as if there is no plan to support either platform. Also , you must get tired of answering this question :-)
    --Richard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Discoverer 10g Business Intelligence Portal Update

    Hi,
    We have a Oracle Application Server portal used for Business Intelligence that automatically updates every morning. Sometimes some of the sheets in the portal fail to update and are done manually later in the day. Usually the owner of the portal do this manual refresh. Is there any way we could delegate this task to other user who can do this?

    Anybody with the solution/suggestion?

  • Linux - after update to firefox 5 64-bit flash player stopped working

    After updating firefox 5 (from stable repo) the flash player stopped working.
    I have had installed the adobe flash player square (64 bit) - by following http://queleimporta.com/en/finally-adobe-releases-native-64-bit-flash-10-for-linux/ ...
    The .so library is still on its place(/usr/lib/mozilla/plugins/libflashplayer.so), though firefox does not seem to have flash player installed.
    before update to firefox 5 it worked
    system is Xubuntu 10.04

    Finally I've found out that it's possible to install flash from lucid repositories (which works... named 'flashplugin installer')... I've never noticed that before... So sorry for asking stupid question and thanks to anyone who spend some time even only by reading this thread.
    //EDIT: so question 2 - how to tag the topic as solved? :)

Maybe you are looking for

  • How do I get the caption (Description) out of an image's metadata?

    Taking a break from a monstrous project that has had me tied up for days, I have embarked upon what I thought would be a bit of light relief (hah!). A colleague asked me for an easy way to get captions into InDesign. So I started scripting there, ask

  • All-In-One C4795 won't print straight...! Ugh!

    I have a C4795 All-In-One Printer that worked fine up until about a month ago.  I tried to print a document, and when the printer pulled the paper in, it pulled it in crooked, even though the guides were aligned to make the paper straight.  Then, whe

  • I can't print from iPhoto 8.1 - no themes.

    I've looked for the iPhoto folder under Library/Application Support, but it doesn't even exist.  So I can't even look for the themes that are supposed to be there.  This is the same situation under HD and under my user.  I tried to repair permissions

  • Mass update of processor & Coordinator in Dispute cases UDM_DISPUTE

    Hi All, Few months ago one of our user left our co, there were more than 500 dispute cases with this user as both processor & Coordinator. Now we want to reassin all these dispute cases to a different USER. However system allows only one field to cha

  • Migrating j2ee db for duet

    Hello, I want to migrate the database instance used for the Duet J2EE server to another physical machine which has an existing MS SQL Server installed, while my Duet system stays on the original machine? The SAP Duet Server part is running on the SAP