Configure dbstart script Oracle 10g Oracle Enterprise Linux

Hallo!I am a newbie in Oracle 10g having installed Oracle 10g in Oracle Enterprise Linux version 4 update 7.
Please give me a step-by step guide of how to configure dbstart script such that I can start the listener,the database ,Enterprise Manager and isqlplus automatically at boot time.
Thanks.

dbstart does not work correctly in 10.2.0.4 and 10.2.0.5 (solaris 64bit) I did not try it in 10.2.0.1.
If you look at this thread you will see some discussion of the problem: "dbstart" command error in Oracle10g_Linux
I tried the fix from that thread and dbstart still does not work.
Both dbstart and dbshut are required to have the oracle_home path passed to them as the first argument per the 10gR2 Administrators reference for Unix systems.
http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#CFAHAHGA
See metalink bug: 386650.1 for a potential resolution to dbstart
Edited by: user925295 on Sep 10, 2010 5:45 PM
Edited by: user925295 on Sep 10, 2010 5:47 PM

Similar Messages

  • ORACLE_HOME_LISTNER is not SET dbstart error Oracle Enterprise Linux

    ORACLE_HOME_LISTNER is not SET dbstart error Oracle Enterprise Linux
    Hallo!I am a newbie in Oracle 10g having installed Oracle 10g in Oracle Enterprise Linux version 4 update 7.
    I am trying to automate the startup of the Listener,Database,Enterprise Manager and isqlplus during boot.
    I have tried running the dbstart script but an error resulted.After research,I found out that I am supposed to edit line 78 of the dbstart script from
    ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracle
    To
    ORACLE_HOME_LISTNER=$ORACLE_HOME
    Even after this,when I run the dbstart script,I receive the error below.
    [root@joey-oel ~]# cd /u01/app/oracle/product/10.2.0/db/bin/
    [root@joey-oel bin]# ./dbstart
    ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener
    Processing Database instance "orcl": log file /u01/app/oracle/product/10.2.0/db/startup.log
    When I view the log file startup.log,the information is as below
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 9 21:20:33 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-12546: TNS:permission denied
    SQL> ORA-12546: TNS:permission denied
    SQL>
    ./dbstart: Database instance "orcl" warm started
    ./dbstart: Starting up database "orcl"
    Sat Aug 14 15:30:25 EAT 2010
    How do I resolve this?
    Thanks.

    The results of the env | sort command is as below
    [oracle@joey-oel ~]$ env | sort
    _=/bin/env
    EDITOR=gedit
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=joey-oel.com
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db
    ORACLE_HOSTNAME=joey-oel.com
    ORACLE_SID=orcl
    PATH=/u01/app/oracle/product/10.2.0/db/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    QTDIR=/usr/lib/qt-3.3
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    TERM=vt100
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    I am trying to run the dbstart as the oracle user.When I try doing this as below
    [oracle@joey-oel ~]$ $ORACLE_HOME/bin/dbstart $ORACLE_HOME
    chmod: changing permissions of `/u01/app/oracle/product/10.2.0/db/startup.log': Operation not permitted
    Processing Database instance "orcl": log file /u01/app/oracle/product/10.2.0/db/startup.log
    Even when I try changing the permissions of startup.log as below,
    chmod 777 startup.log
    the error still appears.

  • Configure dial-up connection in Oracle Enterprise Linux Release 4-3.7.11

    Hallo!I have just finished installing Oracle Enterprise Linux Release 4-3.7.11 so that I can set up Oracle 10g on this Linux platform.
    But first I need to set up a few configurations e.g enable my OEL connect to the internet via a dial-up modem.
    I have used my modem successfully on openSUSE 11.2 and Ubuntu 9.04 but I am unable to use it on OEL.
    My ubuntu configurations are as follows
    Connection Name:ZAIN
    Number:*99#
    APN:ke.celtel.com
    How do I set up dial-up in OEL using the settings above?
    Also,simple commands to restart the OEL such as shutdown -r now are not being found when I type them in the terminal.How can this be so?
    Thanks.

    user11114098 wrote:
    But first I need to set up a few configurations e.g enable my OEL connect to the internet via a dial-up modem.Use wvdialconf to configure access.
    Use wvdial to dial out using the modem, authenticate, and have it launch the pppd daemon for creating an IP connection via the modem.
    If you want to configure manually, you will need to edit the files pap-secrets and chap-sercrets in +/etc/ppp+. Then you also need a unique config file for your connection defined in the +/etc/ppp/peers+ directory.
    These files are fairly simple to edit. The secret files contains your ISP authentication details. The peers file the phone number and account name (from the secret files) to use. wvdialconf should configure this accordingly though.
    There's lot of details available on the web - suggest you google.

  • This problem appears while installing oracle 10g on enterprise linux

    Hi All,
    While installing oracle 10g on enterprise linux 5 this message apear:
    http://img134.imageshack.us/my.php?image=problemqy2.png
    More Info:
    Oracle 10g supports redhat 4 and Enterprise Linux is redhat 5 so I changed the redhat-release to 4 to countinue setup but the above error appears, also I tried this configuration on SuSE 10 I changed the SuSE-release to 9 and went good.

    The packeges are already installedIf you execute runInstaller again is the error message the same as before?
    If yes can you post output for this command?
    rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n'|grep -i 'libxp'

  • Oracle Application Server 10g R2 installation on Oracle Enterprise Linux 5

    Hi there ...
    I want to install Oracle Application Server 10g R2 on Oracle Enterprise Linux 5. Can I get an installation instructions (or steps) for that?
    Oracle installation guide mentions Suse 9 & 8 and Red hat 3 & 2. There is nothing related to Oracle Enterprise Linux 5 or 4?
    Thanks

    Yes there is one for 10gR3 too:
    Note:465159.1 Oracle Application Server 10g (10.1.3) Requirements for Linux OEL 5 and RHEL 5
    Thanks
    Shail

  • Oracle 10g Express Edition for Oracle Enterprise Linux

    Hi All,
    Can I install Oracle 10g Express Edition for Oracle Enterprise Linux?
    And which for? Enterprise Linux Release 5 or 4?
    Thanks.
    Attila

    It's certified with Enterprise Linux 4.
    Werner

  • 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. ;)

  • Guide to installing XE and Apex on Oracle Enterprise Linux 5.3 (64 bit)

    I have just been through a time consuming and frustrating process of installing Oracle XE 10gR2 on Oracle Enterprise Linux 5.3 x86-64 and I want to share my experience so that others can benefit from it and overcome the same problems more quickly.
    Prior to starting I had installed OEL 5.3 and been using it for a few days. The system I am using is a home built box with an AMD Phenom X4 955 Black Edition, 8 Gb RAM, Highpoint RR2680 RAID controller with 4 1TB disks in a RAID5 array and an additional 320Gb HDD storing the OS. I am using KDE3.5 on the desktop.
    The main problem I encountered was with SELinux. As I eventually intend to have this system exposed on the Internet I was reluctant to switch it off despite having read extensively about the issues surrounding it and Oracle. I had several failed attempts at the installation process before succumbing to the reality that SELinux and Oracle are not happy bedfellows. I decided to switch SELinux to permissive mode having followed the advice here.
    I found a very helpful guide to installing XE on Linux here as part of the installation of an application called Spacewalk. Note that you do not need to complete the whole Spacewalk installation, but just follow the instructions in the linked page.
    Before you start you need to ensure that the UID of your oracle user is less than 500. Mine was 500, so I used the following commands to fix this:
    usermod -u 250 oracle
    find / -uid 500 -exec chown oracle {} \;
    These change the oracle UID to 250 (but check that isn't already used first!) and the find command searches for all files that were owned by oracle (but weren't after the usermod cmd) and changes them back to oracle's ownership.
    Now follow the Spacewalk instructions until you reach the Server Setup section. Before you do this you need to make a couple of changes to the script /etc/init.d/oracle-xe. I found these changes in various places, such as [link(1)|http://forums.oracle.com/forums/thread.jspa?messageID=1345771&#1345771] and [link(2)|http://dbataj.blogspot.com/2008/08/lblibrarypath-is-not-set-on-startup.html].
    Note that in link(1) the oracle-xe-selinux packages installed have the same effect as the chcon command on the shared libraries so it isn't necessary to perform this step.
    Open /etc/init.d/oracle-xe in vi (or your favourite editor) and do the following:
    line 49: change /bin/su to /sbin/runuser
    after line 52 (export PATH...) add the following lines:
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    There are further changes recommended to /etc/init.d/oracle-xe in [this post|http://forums.oracle.com/forums/thread.jspa?messageID=3201491&#3201491] but I haven't done them yet.
    Having done the above changes you can now configure Oracle XE by running /etc/init.d/oracle-xe configure (as root!). As I have Apache Tomcat running on port 8080 I changed the default HTTP port to 8500 but kept the listener on its default port of 1521. Once the confuration script is done you will need to change the ports SELinux uses for Oracle as follows:
    semanage port -d -t oracle_port_t -p tcp 9000 - deletes port 9000, which is the SELinux default port for Apex
    semanage port -a -t oracle_port_t -p tcp 1521 - ensure that listener port is OK (assuming you used default of 1521, change accordingly if you didn't)
    semanage port -a -t oracle_port_t -p tcp 8500 - add the new Apex HTTP port to SELinux
    After all this running:
    semanage port -l | grep oracle
    should show you:
    oracle_port_t tcp 1521, 8500
    I ignored the TNSNAMES.ORA part of the Spacewalk instructions and proceeded with the 'Client setup on 64bit platform' and 'Configuring sqlplus' sections.
    For the latter I created a bash script which I have made available in the oracle user and my own user's home directories:
    cat > configure_oracle_10g_xe.sh
    ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    PATH=$PATH:$ORACLE_HOME/bin
    ORACLE_SID=XE
    export ORACLE_HOME ORACLE_SID PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    I did this as I intend to install other Oracle databases, e.g. 11gR2, on this box later so I didn't want to put the above in .bashrc.
    Having done the above you should be able to log into the database using sqlplus and the XE setup is complete.
    The upgrade of Apex 2.2 to Apex 3.2.1 was fairly painless so I won't go into much detail about it - just follow the instructions provided by Oracle.
    The only issue I had was right at the end of the process and is documented and answered in [this thread|http://forums.oracle.com/forums/thread.jspa?threadID=958611&tstart=0].
    That's it - I hope somebody will find this useful.

    On Oracle Metalink site, there are many documents which says that Oracle 32 bit software works on 32 bits OS and 64 bits software works on 64 bits OS. Official support is only in those combination....
    So there is no good way to help you in your case-XE is 32 bit application with hard codded compiled libraries which most of them would not work on 64 bit OS.
    Sorry
    8(
    Hope this helps

  • Is vsftpd included in the Oracle Enterprise Linux Server Release 5.3?

    Hi there,
    I have just installed Oracle Enterprise Linux server release 5.3 (Tikanga). I was trying to setup the "vsftpd" service but was unable to find it. Do you know if vsftpd is distributed along with 5.3 or do I need to install it seperately? Although there is "gssftp" and I configured the same.
    In case anyone knows please let me know.
    Thanks.

    Hi all,
    I need this vsftpd thing also. Someone told me that it works as a file server right? We need to have sa centralized repository of all our Oracle Apps Documentations (BR100, MD50, Oracle Tutor, Test Scripts, TA100, etc)
    How do you configured this thing as "centralized" repository?
    Thanks a lot,
    Ms K

  • Installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system

    We are having installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system.
    Using interface, when installation come up to “Installing Wizard” window where Gateway Name Server Configuration window should take place, everything just freeze up
    Using console, after installation we obtain following errors:
    Installing Siebel Enterprise Server. Please wait...
    unable to launch: "ksh export
    LD_LIBRARY_PATH=/siebel/gtwysrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/gtwysrvr/bin/setup.jar run -args LANG=ENU
    MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm" error code:
    "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/bin/setup.jar run -args LANG=ENU
    REPEAT=FALSE MODE=LIVE MODEL_FILE=/siebel/siebsrvr/admin/siebel_server.scm"
    error code: "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/mgmtagent/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/mgmtagent/bin/setup.jar run -args
    LANG=ENU MODE=LIVE
    MODEL_FILE=/siebel/siebsrvr/mgmtagent/admin/mgmtagent_ses.scm" error code:
    "236"(SBL-STJ-00152)
    Running command :
    ./ssincfgw -is:javaconsole -console -args LANG=ENU MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm
    Infinite loop of following error pops out:
    An error occurred during wizard bean change notification:
    java.lang.NoClassDefFoundError
    at ConfigInitialize.execute(ConfigInitialize.java:21)
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
    Is there any clue how this error can be solved??
    Thanks in advance!!
    Gordon
    Message was edited by:
    user605023

    I'm facing the same error message while install Siebel 8.0 on OEL. But before I had this ksh problem, it complains about disc space first, and I actually has plenty of disk space under the directory (it needs only 0.7 G and I have 17G free). Anybody has encountered such problem before?
    /net/sdcnas05/vol/engfs01/v_sia/8.0SIA[20405|http://forums.oracle.com/forums/]/Release/Linux/Server/Siebel_Enterprise_Server
    -bash-3.00$ ./setuplinux -is:javaconsole -console
    Initializing InstallShield Wizard........
    Initializing InstallShield Wizard........
    Launching InstallShield Wizard........
    0% 25% 50% 75% 100%
    Welcome to the InstallShield Wizard for Siebel Enterprise Server
    The InstallShield Wizard will install Siebel Enterprise Server on your
    computer.
    To continue, choose Next.
    Siebel Enterprise Server
    Siebel Systems
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]
    Siebel Enterprise Server Install Location
    Please specify a directory or press Enter to accept the default directory.
    Directory Name: [siebel] /slot/ems1115/appmgr/20405
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the products you wish to install.
    [ ] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 1
    [X] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 2
    [X] 1 - Gateway Name Server
    [X] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]:
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Configuring uninstallers. Please wait...
    0% 25% 50% 75% 100%
    Choose the setup type that best suits your needs.
    [X] 1 - Typical
    [ ] 2 - Compact
    [ ] 3 - Custom
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the languages you wish to install.
    [X] 1 - enu - English (American)
    [ ] 2 - fin - Finnish
    [ ] 3 - kor - Korean
    [ ] 4 - cht - Chinese (Traditional)
    [ ] 5 - ita - Italian (Standard)
    [ ] 6 - esn - Spanish (Modern)
    [ ] 7 - deu - German (Standard)
    [ ] 8 - chs - Chinese (Simplified)
    [ ] 9 - tha - Thai
    [ ] 10 - dan - Danish
    [ ] 11 - heb - Hebrew
    [ ] 12 - fra - French (Standard)
    [ ] 13 - nld - Dutch (Standard)
    [ ] 14 - ptb - Portuguese (Brazilian)
    [ ] 15 - csy - Czech
    [ ] 16 - jpn - Japanese
    [ ] 17 - ptg - Portuguese (Standard)
    [ ] 18 - ara - Arabic (Sa`udi)
    [ ] 19 - sve - Swedish
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    {color:#ff0000}*Drive "/slot/ems1115/appmgr/20405" does not have enough space to install the*
    selected configuration. Please free up "766446" KB on drive
    *"/slot/ems1115/appmgr/20405" before continuing.*{color}
    -bash-3.00$ pwd
    /slot/ems1115/appmgr/20405
    -bash-3.00$ df -h .
    Filesystem Size Used Avail Use% Mounted on
    sdc1002nap-vlan1:/vol/ems_39426_1115
    71G 55G 17G 77% /slot/ems1115

  • Error during Oracle installation in Oracle Enterprise Linux

    Hi All,
    I was trying to install Oracle 10g in Oracle Enterprise Linux, and I'm getting the following error when I give the command *./runInstall*.
    [oracle@localhost database]$ ./runInstaller -responseFile /home/oracle/database/response/enterprise1.rsp -nowelcome
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_12-58-11AM. Please wait ...[oracle@localhost database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
    OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh: % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
    echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
    echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'
    I have tried to set the DISPLAY variable to my IP address, but it still gives the same issue.
    Please find the logs for the same:
    [oracle@localhost database]$ /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 00:0C:29:95:3B:4F
    inet addr:192.168.64.128 Bcast:192.168.64.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe95:3b4f/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:532694 errors:0 dropped:0 overruns:0 frame:0
    TX packets:288167 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:792077163 (755.3 MiB) TX bytes:16147337 (15.3 MiB)
    Interrupt:193 Base address:0x2024
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:3280 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3280 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1739143 (1.6 MiB) TX bytes:1739143 (1.6 MiB)
    [oracle@localhost database]$ export DISPLAY=192.168.64.128:0.0
    [oracle@localhost database]$ echo $DISPLAY
    192.168.64.128:0.0
    Please suggest on what can be done as this is the last step for the Oracle installation which I'm unable to complete.
    Let me know for any more details needed.
    Thanks
    Ravi
    Ph: +919583750774

    Hi,
    Thanks for the immediate response.
    Now I'm getting the following error:
    [oracle@scondw01 database]$ ./runInstaller -force -responseFile /u01/database/response/enterprise1.rsp -silent -nowelcome
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_09-10-03PM. Please wait ...[oracle@scondw01 database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.
    Unexpected Signal : 11 occurred at PC=0xB7C297CE
    Function=(null)
    Library=/tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/client/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.chgrp(Native Method)
    at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.changeGroup(OiipgBootstrap.java:1206)
    at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.writeInvLoc(OiipgBootstrap.java:900)
    at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(OiipgBootstrap.java:408)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(OiicSessionInterfaceManager.java:400)
    at oracle.sysman.oii.oiic.OiicSilentInterfaceManager.doInvSetupOperations(OiicSilentInterfaceManager.java:679)
    at oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(OiicInvSetupWCCE.java:217)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:929)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 08:01 511751 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/bin/java
    08056000-08059000 rwxp 0000d000 08:01 511751 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/bin/java
    a4d43000-a4d4a000 r-xp 00000000 08:01 659354 /tmp/OraInstall2012-04-05_09-10-03PM/oui/lib/linux/liboraInstaller.so
    a4d4a000-a4d4b000 rwxp 00006000 08:01 659354 /tmp/OraInstall2012-04-05_09-10-03PM/oui/lib/linux/liboraInstaller.so
    a4d4b000-a4d88000 r-xs 00000000 08:01 659257 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/jewt4-nls.jar
    a4d88000-a4f2f000 r-xs 00000000 08:01 659256 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/jewt4.jar
    a4f2f000-a4f67000 r-xs 00000000 08:01 659275 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/OraPrereq.jar
    a4f67000-a5085000 r-xs 00000000 08:01 659274 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/classes12.jar
    a5085000-a508d000 r-xs 00000000 08:01 659272 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/swingaccess.jar
    a508d000-a50da000 r-xs 00000000 08:01 659255 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ewt3-nls.jar
    a50da000-a50e0000 r-xs 00000000 08:01 659273 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ewt3-swingaccess.jar
    a50e0000-a5365000 r-xs 00000000 08:01 659254 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ewt3.jar
    a5365000-a538c000 r-xs 00000000 08:01 659259 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/help4-nls.jar
    a538c000-a53f1000 r-xs 00000000 08:01 659258 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/help4.jar
    a53f1000-a54a6000 r-xs 00000000 08:01 659271 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/oracle_ice.jar
    a54a6000-a54c3000 r-xs 00000000 08:01 659269 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_zh_TW.jar
    a54c3000-a54e0000 r-xs 00000000 08:01 659268 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_zh_CN.jar
    a54e0000-a54fe000 r-xs 00000000 08:01 659267 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_pt_BR.jar
    a54fe000-a551b000 r-xs 00000000 08:01 659266 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_ko.jar
    a551b000-a5537000 r-xs 00000000 08:01 659265 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_ja.jar
    a5537000-a5554000 r-xs 00000000 08:01 659264 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_it.jar
    a5554000-a5571000 r-xs 00000000 08:01 659263 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_fr.jar
    a5571000-a558e000 r-xs 00000000 08:01 659262 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_es.jar
    a558e000-a55ad000 r-xs 00000000 08:01 659261 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp_de.jar
    a55ad000-a55c9000 r-xs 00000000 08:01 659260 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstHelp.jar
    a55c9000-a55ea000 r-xs 00000000 08:01 659270 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/InstImages.jar
    a55ea000-a55f0000 r-xs 00000000 08:01 659345 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/ojmisc.jar
    a55f0000-a56ce000 r-xs 00000000 08:01 659342 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/emCfg.jar
    a56ce000-a56e1000 r-xs 00000000 08:01 659344 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/orai18n-mapping.jar
    a56e1000-a57e1000 r-xs 00000000 08:01 659343 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/orai18n-collation.jar
    a57e1000-a5866000 r-xs 00000000 08:01 659341 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/xml.jar
    a5866000-a5868000 r-xs 00000000 08:01 659349 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/OraInstallerNet.jar
    a5868000-a5876000 r-xs 00000000 08:01 659350 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/share.jar
    a5876000-a593d000 r-xs 00000000 08:01 659347 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/srvm.jar
    a593d000-a5a65000 r-xs 00000000 08:01 659346 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/xmlparserv2.jar
    a5a65000-a5a72000 r-xs 00000000 08:01 659351 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/oneclick.jar
    a5a72000-a5e0f000 r-xs 00000000 08:01 659348 /tmp/OraInstall2012-04-05_09-10-03PM/oui/jlib/OraInstaller.jar
    a5e0f000-a5e2b000 r-xs 00000000 08:01 642421 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/sunjce_provider.jar
    a5e2b000-a5ee6000 r-xs 00000000 08:01 642420 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/localedata.jar
    a5ee6000-a5ef3000 r-xs 00000000 08:01 642419 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/ldapsec.jar
    a5ef3000-a5ef6000 r-xs 00000000 08:01 642418 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/ext/dnsns.jar
    a60fa000-a62fa000 r-xp 00000000 08:01 330503 /usr/lib/locale/locale-archive
    b5bfb000-b618a000 r-xs 00000000 08:01 511764 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/charsets.jar
    b618a000-b619b000 r-xs 00000000 08:01 511802 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/jce.jar
    b619b000-b6274000 r-xs 00000000 08:01 511803 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/jsse.jar
    b6274000-b628a000 r-xs 00000000 08:01 196225 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/sunrsasign.jar
    b62d4000-b79c2000 r-xs 00000000 08:01 511810 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/rt.jar
    b79c2000-b79d6000 r-xp 00000000 08:01 659151 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libzip.so
    b79d6000-b79d9000 rwxp 00013000 08:01 659151 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libzip.so
    b79d9000-b79f9000 r-xp 00000000 08:01 659136 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libjava.so
    b79f9000-b79fb000 rwxp 0001f000 08:01 659136 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libjava.so
    b79fb000-b7a0b000 r-xp 00000000 08:01 659150 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libverify.so
    b7a0b000-b7a0d000 rwxp 0000f000 08:01 659150 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/libverify.so
    b7a0d000-b7a16000 r-xp 00000000 08:01 344676 /lib/libnss_files-2.3.4.so
    b7a16000-b7a17000 r-xp 00008000 08:01 344676 /lib/libnss_files-2.3.4.so
    b7a17000-b7a18000 rwxp 00009000 08:01 344676 /lib/libnss_files-2.3.4.so
    b7a1f000-b7a23000 rwxs 00000000 08:01 249425 /tmp/hsperfdata_oracle/5761
    b7a23000-b7a44000 r-xp 00000000 08:01 344698 /lib/tls/libm-2.3.4.so
    b7a44000-b7a45000 r-xp 00020000 08:01 344698 /lib/tls/libm-2.3.4.so
    b7a45000-b7a46000 rwxp 00021000 08:01 344698 /lib/tls/libm-2.3.4.so
    b7a46000-b7a58000 r-xp 00000000 08:01 344660 /lib/libnsl-2.3.4.so
    b7a58000-b7a59000 r-xp 00011000 08:01 344660 /lib/libnsl-2.3.4.so
    b7a59000-b7a5a000 rwxp 00012000 08:01 344660 /lib/libnsl-2.3.4.so
    b7a5e000-b7a66000 r-xp 00000000 08:01 659161 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
    b7a66000-b7a67000 rwxp 00007000 08:01 659161 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
    b7a67000-b7e6d000 r-xp 00000000 08:01 659159 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/client/libjvm.so
    b7e6d000-b7e88000 rwxp 00405000 08:01 659159 /tmp/OraInstall2012-04-05_09-10-03PM/jre/1.4.2/lib/i386/client/libjvm.so
    b7e9c000-b7fc1000 r-xp 00000000 08:01 344696 /lib/tls/libc-2.3.4.so
    b7fc1000-b7fc3000 r-xp 00124000 08:01 344696 /lib/tls/libc-2.3.4.so
    b7fc3000-b7fc5000 rwxp 00126000 08:01 344696 /lib/tls/libc-2.3.4.so
    b7fc7000-b7fc9000 r-xp 00000000 08:01 344656 /lib/libdl-2.3.4.so
    b7fc9000-b7fca000 r-xp 00001000 08:01 344656 /lib/libdl-2.3.4.so
    b7fca000-b7fcb000 rwxp 00002000 08:01 344656 /lib/libdl-2.3.4.so
    b7fcc000-b7fda000 r-xp 00000000 08:01 344700 /lib/tls/libpthread-2.3.4.so
    b7fda000-b7fdb000 r-xp 0000d000 08:01 344700 /lib/tls/libpthread-2.3.4.so
    b7fdb000-b7fdc000 rwxp 0000e000 08:01 344700 /lib/tls/libpthread-2.3.4.so
    b7fe9000-b7ffe000 r-xp 00000000 08:01 344641 /lib/ld-2.3.4.so
    b7ffe000-b7fff000 r-xp 00015000 08:01 344641 /lib/ld-2.3.4.so
    b7fff000-b8000000 rwxp 00016000 08:01 344641 /lib/ld-2.3.4.so
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 387K [0xa6550000, 0xa65f0000, 0xa70d0000)
    eden space 512K, 69% used [0xa6550000, 0xa65a8f48, 0xa65d0000)
    from space 64K, 50% used [0xa65d0000, 0xa65d8080, 0xa65e0000)
    to space 64K, 0% used [0xa65e0000, 0xa65e0000, 0xa65f0000)
    tenured generation total 1408K, used 1090K [0xa70d0000, 0xa7230000, 0xafb50000)
    the space 1408K, 77% used [0xa70d0000, 0xa71e0938, 0xa71e0a00, 0xa7230000)
    compacting perm gen total 4864K, used 4693K [0xafb50000, 0xb0010000, 0xb3b50000)
    the space 4864K, 96% used [0xafb50000, 0xaffe5698, 0xaffe5800, 0xb0010000)
    Local Time = Thu Apr 5 21:10:05 2012
    Elapsed Time = 0
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid5761.log.
    # Please refer to the file for further information.
    Please let me know what can be the solution.
    thanks
    Ravikanth

  • TNS-12560: TNS:protocol adapter error on Oracle Enterprise Linux

    hi,
    I am getting -
    TNS-12560: TNS:protocol adapter error when I try to connect the Db installed on Oracle Enterprise Linux from other machines.
    I made all the .bash_profile changes and created one shared listener also to check whether there is any problem with the dedicated default listener or its port.
    Please suggest the solution .
    Regards
    sumit chaudhary

    You need to open the firewall on OEL.
    Edit the contents of /etc/sysconfig/iptables file. I added the line in bold:
    # Firewall configuration written by system-config-securitylevel
    # Manual customization of this file is not recommended.
    *filter
    :INPUT ACCEPT [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    :RH-Firewall-1-INPUT - [0:0]
    -A INPUT -j RH-Firewall-1-INPUT
    -A FORWARD -j RH-Firewall-1-INPUT
    -A RH-Firewall-1-INPUT -i lo -j ACCEPT
    -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
    -A RH-Firewall-1-INPUT -p 50 -j ACCEPT
    -A RH-Firewall-1-INPUT -p 51 -j ACCEPT
    -A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
    -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
    -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 22 -j ACCEPT
    *-A RH-Firewall-1-INPUT -m state state NEW,ESTABLISHED,RELATED -m tcp -p tcp dport 1521 -j ACCEPT*
    -A RH-Firewall-1-INPUT -m state state NEW -m udp -p udp dport 137 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m udp -p udp dport 138 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 139 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 445 -j ACCEPT
    -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
    COMMIT
    As you can see, my listener port is 1521.
    Do not put that line after the line with REJECT keyword ( it won't work then) !
    Save and close the file. Restart iptables:
    /etc/init.d/iptables restart
    Now you can connect from the outside.
    It works on my OEL version 5 update 4.

  • Oracle 11g installation on Oracle Enterprise Linux, 64bit version.

    Hi
    I want to install oracle 11g on Oracle Enterprise Linux, 64bit version.
    Do I need to set kernel parameters in this operating system, since it is not standart Linux editions.
    or
    Can I have a step by step documentation for installing oracle 11g on this operating system?

    Hello,
    Yes you do need to set kernal parameters in order to meet pre-requisites, otherwise your installation will fail and oracle might not work or unstable.
    Here is the best place to find out stepwise installation instruction and kernel parameter configuration
    Quick Installation Guide*
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm
    Kernel parameter configuration*
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm#CEGFBCFD
    You can use this tutorial to install oracle 11g*
    http://www.oracle.com/technology/obe/11gr1_db/install/dbinst/dbinst.htm#o
    Regards

  • OWB 10.2.0.1 installation on Oracle Enterprise Linux

    Hello Forum,
    I am installing OWB 10.2.0.1 on Oracle Enterprise Linux.
    While installation (creation of OWB reprository) i am getting following exception:
    A spawned program error. Exception = java.io.IOException: java.io.IOException: ../unix/jvm.sh: cannot execute
    oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894): java.io.IOException: java.io.IOException: ../unix/jvm.sh: cannot execute
    Does anyone has faced such issues.
    Thanks in Advance.
    Regards,
    Praveen

    Hi!
    I want suggest you to investigate inside script '../unix/jvm.sh' searching for Java enviroment variables (it's possible that your enviroment is lacking of presence of some of them).
    Good luck!

  • Oracle Enterprise Linux 5u5 install issue

    Please help.
    I'm trying to install Oracle Enterprise Linux 5u5 on a desktop computer.
    In GUI mode, after the network adapter settings screen i press Next, and the system hangs.
    In Text mode, after the network adapter settings screen i press Next, and the following error is displayed.
    ------------------| Exception Occurred |------------------
    Traceback (most recent call first):
    File
    "/usr/lib/anaconda/textw/timezone_text.py",
    line 33, in getTimezoneList
    zt = zonetab.ZoneTab()
    File
    "/usr/lib/anaconda/textw/timezone_text.py",
    line 61, in __call__
    timezones = self.getTimesoneList()
    File "/usr/lib/anaconda/text.py", line
    582, in run
    rc = win(self.screen, instance)
    File "/usr/bin/anaconda", line 955, in
    <module>
    anaconda.intf.run(anaconda)
    AttributeError: 'module' object has no attribute 'ZoneTab'
    I've tried different languages and different network adapter settings, but I don't think it has something to do with the problem.
    Can anyone tell me what to do to continue the installation?
    Thanks in advance

    Can you provide more information, like what is your desktop system?
    Besides, Enterprise Linux is not designed to work on Desktop or other portable computers. Your Ethernet may not be the only issue.
    You may check the following link:
    https://bugzilla.redhat.com/show_bug.cgi?id=247399
    " I am seeing this behaviour as well on installing Fedora 9 Beta on an older Dell Latitude C840 laptop. I was able to get this error in a subsequent install by skipping the network
    configuration."
    "This really seems like something that could be caused by errors reading the CD media. Could someone who is seeing this take a look at tty4 or /tmp/syslog and see if there are kernel read error messages?"
    Edited by: waldorfm on Nov 1, 2010 11:27 AM

Maybe you are looking for

  • Can I share Attributes/Variables between 2 different Class Driver Sessions?

    I am designing a Simulator of Instrumentation following these steps: 1) re-programming, re-compiling, and re-building the DLLs from the advanced class simulation drivers included in IVI Driver Toolset 2.0 using LabWindows/CVI 7.0; 2) then i create a

  • Issue with WAN Miniport when setting up VPN server in Windows 7

    I tried making my computer a VPN server by setting up a "New incoming connection" under network connections within Network and sharing center. Originally, it did complete but did not show any WAN Miniport connections. I could not connect to this VPN

  • Submit Button and Email Ady issu

    hi all .. i have an issue here.. I would like to insert two email addresses that pop up your email app, and at the bottom of message box i have a submit button as well.. i would like that to goto to an email as well.. I am sucha noob at this its not

  • Why won't iCal let me name a calendar?

    Everytime I try to make a new calendar in iCal, after I type in the name, it refuses to accept the name of the new calendar and just calls it "untitled".  Even when I try to then rename the "untitled" with "Home", it doesn't accept it.  This is crazy

  • How to call the RFC FM at the time of mapping

    Hi Experts, I am new to PI. I want to know How can we call the RFC function module at the time of message mapping. Can any plz explain me? Thanks Karthik