DISPLAY issue Oracle Database 11gR2 Installation On Oracle Linux 6

Hello All,
I am trying to install Oracle 11gR2 on Oracle Linux 6. I get the below error when running the installer.
[oracle@oelinux database]$ pwd
/home/oracle/install/database
[oracle@oelinux database]$ ls
doc install response rpm runInstaller sshsetup stage welcome.html
[oracle@oelinux database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 38234 MB Passed
Checking swap space: must be greater than 150 MB. Actual 3023 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
Appreciate your help in advance. Thanks.

Dude wrote:
VNC certainly has it's beauty and advantages. I was under the impression though that the OP is trying to run OUI on a local server console that is runnig a graphical desktop. If that wasn't the case, VNC was certainly a preferable option.I have not done a local GUI console installation of Oracle in years. In fact, I'm known to start foaming at the mouth when discovering a server running X on the console, disabling it interactively, preventing initlevel 5 from ever loading X again, and leave comments of my disgust in inittab. ;-)
If I'm not mistaken then the vncserver does not need to have the X server running since the necessary support is built-in. The installation of X libraries is probably still required, but I'm not sure.It needs a X display manager. And xterm. twm does fine as display manager. Small and minimalistic. Not the greatest of ideas loading an entire Gnome desktop in VNC.
Btw, Apple Mac OS X provides seamless X11 support and uses VNC for screen sharing and even for installing a system remotely. If you use Apple Mac to access a remote Linux system, using ssh with X forwarding is very convenient as it works right out of the box without having to configure the remote Linux server.Nice. OS/X has come a long way the last few years. I recall a time when they pretended there was no "stinking" command line. :-)

Similar Messages

  • Oracle Database 11g Installation Issue: ORA-12560:TNS: protocol adapter error.

    Folks,
    Hello. Initially, my Windows XP host name is "localhost" and IP address 127.0.0.1.
    I installed Oracle Database 11g with Windows XP successfully and all Database clients work with Database instance correctly.
    For some reasons, I uninstalled the entire Database Server and delete the entire installation directory /oracle.
    I configured Windows XP IP address into 192.168.196.101 in order to ping other machines.
    For my need, I installed Oracle Database 11g with Windows XP again. On step 7 of 8: Oracle Database Configuration Assistant, I got this error:
    ORA-12560:TNS: protocol adapter error.
    I click "Password Management" button, there are no rows in this Windows (no username, no lock accounts).
    I check listener as below:
    C:\>lsnrctl
    LSNRCTL>start
    Its output: listener name LISTENER has already been started.
    LSNRCTL>status
    Its output: ......Service DB1 has 1 instance. Instance DB1 status ready. The command completed successfully.
    I check \Oracle\cfgtoollogs\dbca\DB1\trace file, the entry is :
    listen[0]=LISTENER address=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(port=1522))
    I also check \oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\SAMPLE\tnsnames.ora file and listener.ora file, the entries are the same as below
    HOST=localhost  port=1522
    I think HOST=localhost and port=1522 is the cause of the error ORA-12560 because Windows XP has been configured into HOST=192.168.196.101.
    But I don't understand how to solve this issue.
    Can any folk tell me how to solve this issue ? need to cancel the installation on step 7 of 8 and install it again ?
    Thanks.

    Folks,
    Hello. Oracle Database 11g Installation Wizard is on step 7 of 8. I don't cancel the Wizard. I am not sure whether there is effect or not. listener.ora is not removed. I have been waiting for a while after stop listener.  I run the 3 commands again and copy the result as below:
    C:\>lsnrctl stop
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:32
    :14
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:33
    :04
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is C:\SecondTime_OracleDatabase_Install_Directory\product\
    11.2.0\dbhome_1\network\admin\listener.ora
    Log messages written to c:\secondtime_oracledatabase_install_directory\diag\tnsl
    snr\user-19yyar8x0d\listener\alert\log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522
    ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                14-AUG-2013 19:33:07
    Uptime                    0 days 0 hr. 0 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\SecondTime_OracleDatabase_Install_Directory\product
    \11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         c:\secondtime_oracledatabase_install_directory\diag\tn
    slsnr\user-19yyar8x0d\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\>
    C:\>
    C:\>
    C:\>
    C:\>lsnrctl service
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 14-AUG-2013 19:36
    :37
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "DB1XDB" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: user-19YYAR8X0D, pid: 120>
             (ADDRESS=(PROTOCOL=tcp)(HOST=user-19yyar8x0d)(PORT=1051))
    Service "DB1" has 1 instance(s).
      Instance "DB1", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:19 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    C:\>
    As we see, listener.ora file is not removed by Stop command. I am on the installation Wizard. How to solve this issue ?
    Thanks.

  • Instillation Error Oracle Database 11gR2 SPARC

    I am attempting to install Oracle Database 11gR2 on a Sun Blade2500 that is not connected to a network. I have followed the pre-instillation steps and when I attempt to run “runInstaller” I get the following error.
    Exception in thread “main” java.lang.NoClassDefFoundError
         at java.lsng.Class.forName0 (Native Method)
         at java.lang.Class.forName (Class.java:164)
         at java.awt.Toolkit$2.run (Tllokit.java:821)
         at java.security.AccessCintroller.doPrivileged (Native Method)
         at java.awt.Toolkit.getDefaultToolkit (Toolkit.java:804)
         at com.jgoodies.looks.LookUtils.isLowResolution (Unknown Source)
         at com.jgoodies.looks.LookUtils. <clinit> (Unknown Source)
         at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit> (PlasticLookAndFeel.jave:122)
         at java.lang.Class.forName0 (Native Method)
         at java.lang.Class.forName (Class.java:242)
         at javax.swing.SwingUtilities.loadSystemClass (SwingUtilities.java:1783)
         at javax.swing.UIManager.setLookAndFeel (UIManager.java:480)
         at oracle.install.commons.util.Application.startup (Application.java:758)
         at oracle.install.commons.flow.FlowApplication.startup (FlowApplication.java:164)
         at oracle.install.commons.flow.FlowApplication.startup (FlowApplication.java:181)
         at oracle.install.commons.base.driver.common.Installet.startup (Installer.java:256)
         at oracle.install.ivw.db.driver.DBInstaller.startup (DBInstaller.jave:114)
         at oracle.install.ivw.db.driver.DBInstaller.main (DBInstaller.java:132)

    I have tied reverting the shell limits back to the default with no change in the results.
    However I am having some trouble with the projmod command, my projid for the oracle user is “default” not “group.dba” and when I set the system parameters the #cat /etc/project returns the following:
    system:0::::
    user.root:1::::
    noproject:2::::
    default:3::::project.max-shm-memory=(priviledge,2147483648,deny)
    group.staff:10::::
    When I check the values they are all right except for the projid… do you think this will cause a problem?
    Also I have attempted to edit my shell startup file as per setup documentation however I cannot open /usr/sh with a text editor am I trying to edit the wrong file? I searched for .profile and could only find setup.profile because of this I cannot set the unmask value to 022.
    I am also having issues running xclock wail signed in as the oracle user I have the DISPLAY variable set properly and I can access xclock wail logged into the root user. The installer checks the monitor’s ability to run at the minimum 256 colors using xdpyinfo and returns an error saying that my DISPLAY variable may be set wrong… xdpyinfo runs fine wail logged onto the root user. I think fixing this problem may help a lot.

  • Certification of Oracle Linux 6 with Oracle Database 11gR2?

    Dear Oracle Corporation,
    You released Oracle Database 11gR2 in September, 2009.
    Then, you released Oracle Linux 6 on 12 Feb 2011.
    Then, you released Oracle Linux 6.1 on 1 Jun 2011.
    Then, you released Oracle Linux 6.2 on 20 Dec 2011.
    And, here we are on 21 Feb 2012, and you still have not certified Oracle Database 11gR2 (your most recent and up to date version of the database that's currently available!) with Oracle Linux 6!
    You think you'll get around to that, any time soon?
    All my love,
    -Mark

    Hi Hans;
    Thanks for answer ;)
    Because it is not a certifiaction issue. It is a timing issue, and that is in the hands of the legal department. Support can do absolutely nithing about it, and if they indicate a date, the Support Analyst will likely get fired.Please imagine, let us say my company always prefer to work lastest version of server,oracle products and also OS because of company policy. If I want to use 11gR2 with lastest version there is no problem. Because Oracle suggest to use lastest oracle version because of new futures wiht less bugs. So in my company happy with to use lastes oracle products and my company always want to work oracle linux. Big bosses ask the manager " Why we are still using old OEL 5.x version, there are already new products avaliable at market, If oracle 5.x perfect why they made annoucement new products, If they not certified wiht their other products why they create new OS, is it bad to use *nix 6 instead of 5?
    So I wonder thah question and Dont I have a right to get to find some answers from oracle which I pay xxx$million dolar each year for their products and their metalink support.
    So if its timing issue and let us say again I am only using windows not any other OS. Why oracle publish same product for different OS? If its timing issue than there are huge difference between annoucement
    You released Oracle Database 11gR2 in September, 2009.
    Then, you released Oracle Linux 6 on 12 Feb 2011.
    Then, you released Oracle Linux 6.1 on 1 Jun 2011.
    Then, you released Oracle Linux 6.2 on 20 Dec 2011.2009 and 2012 ? It isnt big timing issue? :)
    Anyway thanks for answer once more.. Let us see when some product will be certified wiht newer OS.
    Regards
    Helios

  • Installing Oracle Database 11gR2 on Linux with Unbreakable Ente. Kernel

    Hello,
    I have Oracle Linux 5.5 with Oracle's Unbreakable Enterprise Kernel.
    what do I need to have/prepare to install Oracle database 11gR2 on it?
    the hardware part and the partitions are done!
    1-
    Do I need to install/run Oracle Validated Configuration RPM? even if I have Oracle's Unbreakable Enterprise Kernel?
    if yes does in means the Oracle's Unbreakable Enterprise Kernel does not prepare/configure the system to host database?
    2-
    With any of the above
    do I still need create or edit the /etc/sysctl.conf file, and add or edit lines similar to the following:
    fs.aio-max-nr = 1048576
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.ipv4.ip_local_port_range = 9000 65500
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048586
    I saw allot of docs out there, but none answered these questions!
    so please do not post docs or links to a general sites!
    Thank you for the help

    Dude wrote:
    The intention of Oracle UEK is quite obviously Oracle specific, so I think it is legitimate to ask why not to include the Oracle specific kernel configuration file. The UEK is a drop-in replacement for the existing kernel. Why would we include the oracle-validated configuration options into the kernel package when we already have a perfectly good oracle-validated RPM that can be used with both kernels? Also, the UEK may be Oracle specific, but it's not database specific. Keep in mind that Oracle has thousands and thousands of products. :) I run the UEK on lots and lots of servers, many of which don't run database and many of which have completely different /etc/sysctl.conf configurations.
    The list of available packages and add-on's at http://public-yum.oracle.com/repo/OracleLinux/OL5/5/base/x86_64/ is growing. So perhaps it's just a matter of continued development.
    Not sure what the point of this statement is: there are no plans to incorporate the oracle-validated configuration into the kernel, as it already exists in oracle-validated.

  • Solaris 10 patches for Oracle Database 11gR2

    Hi,
    I downloaded Oracle Solaris 10 s/w from e-Delivery and got it installed. For Oracle Database 11gR2 I also need the followging patches:
    120754-06: SunOS 5.10_x86 libmtsk
    119961-05: SunOS 5.10_x86: Assembler
    119964-14: SunOS 5.10_x86 Shared library patch for C++_x86
    Though we have access to MyOracleSupport we can only download s/w patches using our support contract with Oracle and not OS patches.
    Is there any other way I can get these patches.
    Rgds,
    Thiru.

    Thiru,
    You won't find the patches in the patches/ directory on the DVD or the ISO image. Oracle integrates the patches directly into the packages, so there is no need to provide or install them separately.
    All patches have a patch number (e.g. 120754) and a revision (e.g. 06). A newer revision of a patch always contains all fixes of the previous revisions. So try to run "showrev -p | grep 120754" instead, and you'll see that patch 120754-08 is pre-installed. As revision 08 is newer/higher than 06, the patch requirement is satisfied.
    Hope that helps,
    mp.

  • Does Veridata have Agent for oracle database 11gr2 on linux?

    Hi,
    Does veridata have agent for oracle database 11gr2 on linux? From the edelivery.oracle.com, I just found the latest version is 10.2. When I installed the 10.2 version agent for oracle database 11gr2, the agent needs libnnz10.*. Does 10.2 version agent support for 11gr2 database? Thank you.

    http://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html
    PS: Google still works. ;-)

  • Companion CD installation - getting Oracle Database 10g installation

    Hi everyone,
    I want to install the Oracle Companion CD (to use HTTP server and HTMLDB) on Solaris with Oracle Database 10g. I downloaded the companion CD and when running the installer I am getting "Welcome to the Oracle Database 10g Installation". I have already installed the database so my question is why the installer is asking me to install another database ? The documentation is explaining that the user would have the choice to select an HTTP server installation.
    Best regards,
    Othman

    Get the companion CD from the same place as the database. Start at http://otn.oracle.com, click on Downloads, and to to the Database download
    Get the step by step instructions from the documentation. Start at http://tahiti.oracle.com, go to the database documentation for the version you are using, click on the Books tab, search for "Companion CD Installation Guide for [your operating system]" or "Companion CD Quick Installation Guide for [your operating system]" and follow the steps.
    I strongly encourage you to install ONLY the HTTP server from the companion CD, and to install it into a separate ORACLE_HOME.
    After that, I suggest you use APEX instead of HTMLDB (APEX is the next generation of HTMLDB and is MUCH better.) To get that going, start at http://www.oracle.com/technology/products/database/application_express/index.html and look at "Documentation and Tutorials" for the installlation guide.

  • Customizing Oracle Database Error Message Using Oracle JVM

    Avi (that everybody on this forum knows) has just written the following article:
    http://www.oracle.com/technology/tech/java/jsp/parameterized_custom_messages.html
    Check it out, Kuassi

    I got blank space when try to access Oracle Database Error Messages 11g release 2 pdf version. Not sure if it is because of my browser or not. I'm using firefox 6.0.2 in Slackware 13 64 linux.I do not see any PDF link for "Oracle Database 11gR2 Error Messages" Guide, only the HTML version is available.
    Error Messages
    http://www.oracle.com/pls/db112/to_toc?pathname=server.112/e17766/toc.htm
    11gR2 Docs
    http://www.oracle.com/pls/db112/homepage

  • Install oracle database prior to installing oracleAS ?

    Hello world,
    I am trying to installing oracle application server on my computer.
    Going through installation steps I find that OracleAS metadata repository will be created automatically in a database.
    Does the installing OracleAS comes with Oracle database? or Am I required to install Oracle Database before I install OracleAS Infrastructure components?
    Please point me in the right direction.
    Thanks
    -bifacts
    Edited by: bifacts on Jan 27, 2011 4:47 PM

    Hi,
    By default for OAS 10g r2 metadata repository get created during your oracle infra installation,
    There is no need to install separate oracle Database before installing Application server.
    It depends on which OAS are you installing.
    Kindly revert for any clarification
    Regards
    FAbian
    Edited by: Fabian on Jan 28, 2011 12:21 AM

  • Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    Can i  use Oracle Database Audit Vault and Oracle Database Firewall on Solaris?

    4195bee8-4db0-4799-a674-18f89aa500cb wrote:
    i dont have access to My Oracle Support can u send text or html of document please?
    Moderator Action:
    No they cannot send you a document that is available only to those with access to MOS.
    That would violate the conditions of having such service contract credentials.
    Asking someone to violate such privileges is a serious offense and could get that other person's organization banned from all support and all their support contracts cancelled.
    Your post is locked.
    Your duplicate post that you placed into the Audit Vault forum space has been removed (it had no responses).
    This thread which you had placed in the Solaris 10 forum space is moved to the Audit Vault forum space.
    That's the proper location for Audit Vault questions.

  • Oracle Database 10g Express Edition (Oracle Database XE)/ BI Publisher

    Hi,
    I have installed Oracle Database 10g Express Edition (Oracle Database XE) on my windows machine and would like to work with BI publisher for reporting in APEX applications.
    Question: Can I install and work with BI publisher on ORACLE DATABASE XE?
    If not any other options available?
    Appreciate any help.
    Thanks,
    Lakshmi

    hi,
    yes you can install.. try
    Oracle Discoverer 10g (Oracle BI Suite Standard Edition)
    regards,
    Deepak

  • Oracle Database 11g Administrator or Oracle PL/SQL and Forms Developer?

    Hi,
    I am thinking about doing an Oracle certification course- Oracle Database 11g Administrator or Oracle PL/SQL and Forms Developer.
    Oracle Database 11g OCP and OCM certification requires 3 mandatory training courses to be completed that costs between $1900 and $3250/each. Oracle PL/SQL certication doesn't require any mandatory training course.
    Which one of these would be a good choice? Please advise.
    Thank you,
    Tracy

    Regardless of which path you want to take, in order to get the OCP certification in either the DBA or PL/SQL developer track, you must first obtain the respective OCA certification for that track. I'm assuming that since you are still undecided in which path to take that you haven't started working on either yet. If you look at the pages for the OCA DBA and OCA PL/SQL Developer certs and what is required for each, you'll see that the first block of tests for either certification (the SQL based exams) has the same options (1Z0-007, 1Z0-047, 1Z0-051) and passing one of those SQL based exams gives credit towards obtaining both OCA certifications. That might be a good place to start.
    Doing one of these tests first might give you some extra time to decide which track you want to pursue. But as Justin said, it really depends on what you do (or plan on doing) in your career as to which path might be more beneficial for you.
    As for the OCM level stuff, I wouldn't even think about it until you get the OCP. One step at a time... Same with OCP before OCA. That being said, my suggestions are just that, suggestions. You're free to take any exams/courses in any order, but you won't be able to obtain the certs until you have completed the requirements for each.

  • Oracle Database 10g on Red Hat Linux Virtual Machine download location?

    anyone know where i can download the vmware image of redhat and oracle preinstalled?
    its called "Oracle Database 10g on Red Hat Linux Virtual Machine"
    i found a reference to it on this page, but the link at the bottom is broken.
    http://www.oracle.com/technology/obe/10gr2_db_vmware/htmlfiles/readme_oracleonlnxeval.html
    i want to test out oracle on redhat before i install it completely

    Please don't cross post on many forums,
    check where can i download a vmware image of redhat and oracle preinstalled?

  • Oracle Client 11gR2 installation issue on RHEL v5.4 64-bit

    Hi,
    I am trying to install Oracle Client software 11gR2 on RHEL v5.4 64-bit. I have resolved all the libraries dependency as well as Kernel changes as suggested by the installer. The error in the log file is as attached. At present I have "skipped" this error and proceeded with installation.
    While installing the client, the installer fails while configuring the Net CA with error:
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: #
    INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
    INFO: #
    INFO: # SIGSEGV (0xb) at pc=0xe5e97498, pid=27377, tid=4160075984
    INFO: #
    INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c498]
    INFO: #
    INFO: # An error report file with more information is saved as hs_err_pid27377.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    WARNING: /home/oracle/app/oracle/product/11.2.0/client_1/bin/netca: line 178: 27377 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.ne
    t.ca.NetCA $*
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    Also when I invoke the SQL Client; sqlplus user@db and enter the password, the sqlplus exits without any error and returns to the terminal console. Please note earlier I has getting a SELinux violation and have changed it to "permissive" mode
    Please let me know how to resolve NetCA installation and the sqplus issue.
    Thanks & regards,
    Vinay

    Hi,
    Thet NetCA error occurs during installation and I believe the installer should take care of the ORACLE_HOME variable setting.
    But before invoking sqlplus I have set the ORACLE_HOME and LD_LIBRARY_PATH setting in the .bash_profile as mentioned in the installation guide. The snippet of the profile file is:
    export ORACLE_HOME=~/app/oracle/product/11.2.0/client_1
    export JAVA_HOME=$ORACLE_HOME/jdk
    export PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:$PATH;
    export LD_LIBRARY_PATH=$ORACLE_HOME:$LD_LIBRARY_PATH
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export TWO_TASK=mmcoedb
    I am able to tnsping to the server/service name too but when I try to login using the user/password using sqlplus, it simply exits without any error.
    Please let me know how to resolve the error.
    Best regards,
    Vinay

Maybe you are looking for

  • Error while updating a jar file

    I am trying to update a jar file using teh following command jar -uf project.jar fileMy.prop however while doing that i get the following error java.io.IOException: Error in writing existing jar file at sun.tools.jar.Main.run(Main.java:179) at sun.to

  • I need help in getting VZ to fix my DSL speed - they refused to fix it two times

    I live in E. Boston and opened a trouble ticket on 8-26-13 for slow internet speed. Ticket number was {edited for privacy}Agreement was made for a tech to arrive on the 28th between 1 and 5 PM. Somebody showed at my door on the 28th at 11:15AM. He im

  • Process order settlement

    Hi, when i do process order settlement , system gives error message that "maintain the settlement rule of the sender". Process order contains two co-product and i have given details in "joint production" in MRP II tab. When i checked order settlement

  • How to use ICC based colorspace

    hello, The question is how to define a color in ICC based colorspace ? I tried with gState.strokeColorSpec.value.color array and it work fine when my CIE based colorspace is CMYK but how to do it when colorspace can be CMYKOG or RGB ... ? Regards, Wi

  • How to give two spaces after new order in alv

    hi my issue is after every new order number they need two blank spaces, i know the procedure of giving new page for every new order but they need only two blank lines. (This is in ALV List format). second thing is how to give footer thanks