Got minus one from a read call error in ORACLE 11gr2 RAC

dear all,
im facing typical issue in my newly built RAC enviornment (11GR2 on linux 64-bit).
its a typical 2-node RAC setup. whenever application server trying to establish connection , im facing below error.
Got minus one from a read call error.
due to this , we are unable to proceed.
please share your knowlegable thoughts about this issue. i have faced this issue several times in STANDALONE systems and i have rectified it.
but in 11gr2 RAC setup i have no clue on how to resolve.
Thank you all once again

842949 wrote:
dear all,
im facing typical issue in my newly built RAC enviornment (11GR2 on linux 64-bit).
its a typical 2-node RAC setup. whenever application server trying to establish connection , im facing below error.
Got minus one from a read call error.
due to this , we are unable to proceed.
please share your knowlegable thoughts about this issue. i have faced this issue several times in STANDALONE systems and i have rectified it.
but in 11gr2 RAC setup i have no clue on how to resolve.
Thank you all once againI am sorry to see that COPY & PASTE are broken for you.
It is really, Really, REALLY difficult to fix a problem that can not be seen.
use COPY & PASTE so we can see what you do & how Oracle responds.
Handle:      842949
Status Level:      Newbie
Registered:      Mar 9, 2011
Total Posts:      7
Total Questions:      4 (4 unresolved)
so many questions & without ANY answers.
http://forums.oracle.com/forums/ann.jspa?annID=718
Edited by: sb92075 on Jun 22, 2011 9:45 PM

Similar Messages

  • Got minus one from a read call ERROR

    Hi friends. I am working on a Car Tracking Project with Google Map Api. So, i do a simulation of car movements. A car, passed stations then it would reach its final station. When car passed a station car id and station id are sent database's stored procedure. It is working.
    It is working only one car there are. If i simulate two cars there will be a jdbc error:
    Got minus one from a read call
    ?? Whats that? My stored procedure has less jobs. There is no dense job. Why i get this error? is there any limiting number of connections? if it is, how can i increase this?
    thanx for responses.

    Hi Shiv,
    I tried to connect to the database by SQLPlus and Enterprise manager, but both failed.
    The DBC file I copied from EBS instance is:
    #DB Settings
    #Fri Feb 15 14:58:02 PST 2008
    GUEST_USER_PWD=GUEST/ORACLE
    APPL_SERVER_ID=463B56595DAA6E8DE040A8C050013FF933005836783505288108254724696664
    FND_JDBC_BUFFER_DECAY_INTERVAL=300
    APPS_JDBC_DRIVER_TYPE=THIN
    FND_JDBC_BUFFER_MIN=1
    GWYUID=APPLSYSPUB/PUB
    FND_JDBC_BUFFER_MAX=5
    APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=tcp)(HOST\=INSPIRON.cdu.com)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=VIS1)))
    FND_JDBC_STMT_CACHE_FREE_MEM=TRUE
    FND_JDBC_STMT_CACHE_SIZE=0
    TWO_TASK=VIS1
    FND_MAX_JDBC_CONNECTIONS=500
    FND_JDBC_USABLE_CHECK=false
    FNDNAM=APPS
    FND_JDBC_PLSQL_RESET=false
    DB_PORT=1521
    FND_JDBC_CONTEXT_CHECK=true
    FND_JDBC_BUFFER_DECAY_SIZE=5
    DB_HOST=inspiron.cdu.com
    And I created the following tns entry.
    inspiron.cdu.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = inspiron.cdu.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = VIS1)
    When I tried to connect to the database by SQLPlus/Enterprise manager, I got the following error.
    TNS: Connection closed.
    Can you please give me some suggestions.
    Thanks.
    Chunlei

  • Got minus one from a read call

    I am getting a Got minus one from a read call when I run my java program. Here is a portion of the code.
    String dbName = "hahaha";
    String url           = "jdbc:oracle:thin:@localhost:8080:" + dbName ;
    String userName = "bababa";
    String passWord = "cacaca";
    try
              DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
              System.out.println(url);
              System.out.println("Connecting to FAPACMS database....");
         con = DriverManager.getConnection(url,userName,passWord);      
         System.out.println("Successfully connected...");
    st = con.createStatement();                                        
    rs = st.executeQuery("SELECT * FROM 'Courses'");
    System.out.println("Getting data fom courses"); .....} catch .....
    I am unable to find any documentation for this Got minus one from a read call error.
    Any help is truly appreciated.
    Thanks.

    I have tried several combinations for connecting -
    "jdbc:oracle:thin:@localhost:1521:FAPACMS"; Don't quite understand your connect url.
    You are in the forum for Oracle Express Edition, right?
    Oracle XE comes per default with a SID called XE.
    Why do you try to use FAPACMS?
    Are you using a different version of Oracle?
    In any case, please post the result of the command lsnrctl status.
    On my box it looks like this:
    C:\WINDOWS\system32>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 24-FEB-2006 17:50:06
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS des LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Startdatum                22-FEB-2006 16:30:28
    Uptime                    2 Tage 1 Std. 19 Min. 43 Sek.
    Trace-Ebene               off
    Sicherheit                ON: Local OS Authentication
    SNMP                      OFF
    Parameterdatei des Listener d:\oracle\listener.ora
    Log-Datei des Listener    D:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Zusammenfassung Listening-Endpunkte...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DAUSTX505.opal-consulting.de)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DAUSTX505.opal-consulting.de)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services ▄bersicht...
    Dienst "PLSExtProc" hat 1 Instance(s).
      Instance "PLSExtProc", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "XEXDB" hat 1 Instance(s).
      Instance "xe", Status READY, hat 1 Handler f³r diesen Dienst...
    Dienst "XE_XPT" hat 1 Instance(s).
      Instance "xe", Status READY, hat 1 Handler f³r diesen Dienst...
    Dienst "myodbc3" hat 1 Instance(s).
      Instance "myodbc3", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "o1010" hat 1 Instance(s).
      Instance "o1010", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "o920" hat 1 Instance(s).
      Instance "o920", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "test" hat 1 Instance(s).
      Instance "test", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "xe" hat 1 Instance(s).
      Instance "xe", Status READY, hat 1 Handler f³r diesen Dienst...
    Der Befehl wurde erfolgreich ausgef³hrt.~Dietmar.

  • Error: Got minus one from a read call, sporadic disconnections...

    Hello,
    I am running JSP apps on Tomcat hitting against Oracle 10g DB. They have been working great. However, recently I am experience some bazzare events. Sporadically, webpages are only displaying partial result or even nothing from DB calls. When I checked the Tomcat log, I saw a bunch of the following error messages.
    java.sql.SQLException: Io exception: Got minus one from a read call
    I've checked network connection (by ping and tnsping) between the webserver and the DB server, and everything looked good.
    Someone said running TOAD on the client machine can cause such sporadic disconnections. Indeed turning off TOAD did reduce the number of errors. However, when I tried to load up a same page from two different web brower instances, I still get the partial results on both pages.
    Does anyone know what is going on? It looks like my app is not waiting enough to get the entire data back. Is there anyway I can do that?
    Thank you very much for your help.
    Frustrated but not gave up yet,
    Yosep

    Hi everyone,
    I got a problem with my jsp code which is giving class not found exception when i try to load the oracle driver for oracle 10g. The sample code is given below...
    <html>
    <body background="bgnd.gif" bgcolor=#FFFFFF>
    <center><h1>Student Registration Form</h1></center>
    <br>
    <form>
    <%@ page import = "java.sql.Connection, java.io.*,java.util.*,oracle.jdbc.*,oracle.sql.*"%>
    <%
    try{
    Class cls = Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    }catch(Exception e){ System.out.println("Driver not loaded");}
    String uname = "system";
    String password = "searching";
    Connection con = DriverManager.getConnection("jdbc:odbc:"+sro,uname,password);
    %>
    <b>First Name: </b><input type=text name="fName">
    <b>Middle Name: </b><input type=text name="mName">
    <b>Last Name: </b><input type=text name="lName">
    <br>
    <b>Student ID </b><input type=text name="studentId">
    <br>
    <b>Date of Birth </b><input type=text name="dOb">
    <br>
    <b>Permanant Address </b><input type=text name="pAddress">
    <br>
    <b>Local Address </b><input type=text name="lAddress">
    <br>
    <b>Level of Degree </b><input type=text name="lOfdegree">
    <br>
    <b>Department </b><input type=text name="department">
    <br>
    <b></b><input type=button name="submit">
    <% String myname = request.getParameter("name");
    %>
    <br>
    Entered name is <%= myname %>
    </body>
    </html>
    Please help me out. Its really urgent...............

  • IO error: Got minus one from a read call

    im trying to set the date sources on my oracle primavera database setup wizard but i get this > IO error: Got minus one from a read call.
    can some help me out please im new at this .

    I don't see the connection to jdeveloper and/or adf.
    You are sure you are posting in the right forum?
    If you think so you must give us your jdev version and an use case.
    Timo

  • Works on local 10g Express but not 9i. : Got minus one from a read call

    Using a desktop I have a 3rd party tool that needs to access an Oracle 9i DB. The tool does not connect to the db at all. I also have Toad installed on the desktop and Toad can connect fine. The error message I get with the 3rd party tool is:
    "Got minus one from a read call"
    I have a laptop in which I have a local 10g Express installed along with the same 3rd party tool. The 3rd party tool can connect to the local Express db.
    I have written a java app. See below. When I run the app on the desktop machine ir produces the same error as the 3rd party tool.
    What is happening on the 9i server that is causing this error. I have seen this error posted on many sites but no responses. Any ideas/suggestions?
    Thanks
    import java.sql.*;
    class TestConnection {
    public static void main (String args []) throws SQLException
    Connection connection = null;
    try {
    // Load the JDBC driver
    String driverName = "oracle.jdbc.driver.OracleDriver";
    Class.forName(driverName);
    // Create a connection to the database
    String serverName = "119.133.45.3";
    String portNumber = "1606";
    String sid = "HCPSD";
    String url = "jdbc:oracle:thin:@" + serverName + ":" + portNumber + ":" + sid;
    String username = "HCPSODS";
    String password = "HCPSODS";
    connection = DriverManager.getConnection(url, username, password);
    } catch (ClassNotFoundException e) {
    System.out.println(e);
    } catch (SQLException e) {
    System.out.println(e);
    Statement stmt = connection.createStatement();
    ResultSet rset = stmt.executeQuery("select PROVIDER_NAME from HCPSODS.BLAZE_PROVIDER_VALUES");
    while (rset.next())
    System.out.println (rset.getString(1));
    stmt.close();
    }

    Here is a fix to this problem I found. Not sure if it will help:
    1. Go to directory $TNS_ADMIN on database tier or database home.
    2. Modify sqlnet.ora file with following.
    tcp.validnode_checking = yes
    Either set above directive value to NO or add machine name where jdeveloper is running to following directive.
    tcp.invited_nodes=(machin-name, machine-name)
    3. Bounce listener using addlnctl.sh under database directory.

  • Got Minus one from a read call Exception

    We are trying to create a connection in Jdeveloper with this Database details -
    Userid/password:ora1146/ORA1146
    (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=adc60060fems.us.oracle.com)(PORT=1567)) (CONNECT_DATA= (SID=c1fpp550 )))
    It shows -
    Test failed: Io exception: Got minus one from a read call.. Could you please help in resolving this issue.

    We're having the same message, at some random points this message just starts and the listener is up.
    Shutting down the enterprise manager and restarting the listener fixes the issue but then the enterprise manager refuses to start.
    We don't really know what is causing this behaviour, hope this can be of help.

  • SQL Developer: Failure -Test failed: IO Error: Got minus one from a read ca

    SQL Developer: Failure -Test failed: IO Error: Got minus one from a read call
    Hi,
    I am sorry I know this is probably most frequently asked question, but I have no idea what I should be searching for.
    I looked up the error above to see if i could find a solution, but unfortunately I did not.
    Right Let me start of with I am a Total Noob.. well it terms of having to install Oracle 11g myself.
    In my University they hosted a database, and assigned us a User & pass thats how I have been using SQL Developer,
    but since I am not longer a university student. I need to use Oracle Database.
    So I downloaded Oracle 11g Enterprise Installed it on my laptop that i don't use much.
    Name the Database: Rudu
    It did all the installation, and seemed to have succeeded, I went on to the https://localhost:1158/em (Though am not sure why em? whats the deal with that? I thought it would be https://localhost:1158/Rudu) anyways....
    Logged in using the System user.
    Went to Users and created a user called: RUDUHR
    Thought yeah its working... went on to my other laptop opened up SQL Developer.
    Created Connection with the following Settings
    Con Name: RK
    User: RUDUHR
    Pass: TEST
    Con Type: Basic
    Role: Default
    Hostname: 192.168.0.8
    Port: 1158
    SID: Rudu
    It don't work though Why is that??????
    192.168.0.8 is laptop that has oracle 11g installed and running.
    I even tried using SYSTEM user to connect, but same error
    also tried changing SID to em, it made no difference I keep getting the error Status: Failure -Test failed: IO Error: Got minus one from a read call
    So ya am clueless... LOL I only know how to create tables and stuff not how to configure a Database.
    and just so you know I did forward the port on me router to correct laptop.

    It don't work though Why is that??????
    192.168.0.8 is laptop that has oracle 11g installed and running.
    It is because you don't read documentation.
    1158 is the default port for Enterprise Manager
    1521 is the default port for Sqlnet.
    Your port number is incorrect.
    Needless to say, you can create your tables in EM too.
    As per the Forums Etiquette post (first link when you get to this page) it is recommended you read documentation before asking Yet Another Doc Question.
    Sybrand Bakker
    Senior Oracle DBA

  • Error on Oracle 11gR2 RAC database Post upgrade step

    [Upgrade the Oracle Clusterware Configuration|http://docs.oracle.com/cd/E11882_01/server.112/e23633/afterup.htm] Problem Description:
    O.S Version: HP-UX B.11.31 U ia64
    It is upgrading of Oracle RAC 2 node database from 11.1.0.7.0 to 11.2.0.3.0
    I receive following error while perfoming the post upgrade step
    indba1 racdb&gt; srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb
    Actually I am performing the step "Upgrade the Oracle Clusterware Configuration" whill getting the error.
    When I tried on below;
    indba1 racdbp> srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb

    Output from Oracle 11.1.0.7 Home:
    oracle@indba1:/app/oracle/product/11g/db_1 $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb
    Output from Oracle 11.2.0.3 Home:
    oracle@usfsdba1:/app/oracle/product/11.2.0.3/db $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb

  • PeopleSoft CRM 8.8 migration from DB2 UDB v8.1x to Oracle 9i Rac

    Hello,
    What is the best way to migrate a PeopleSoft CRM 8.8 application (PeopleTools 8.44) from DB2 UDB v8.1x to Oracle 9i Rac? From what I can tell I have either two options; 3rd party software or data mover. Is there a Workbench tool to do this job or is data mover my best bet.... Just an FYI...The database size is around 100GB...
    Thanks

    I would suggest that you get in contact with your Oracle account team with this request. We have groups inside Oracle with have experience migrating databases underneath PeopleSoft applications. They would be able to provide you with the best advice and assistance if required.
    Donal

  • NTP(Network Time Protocol) Error whil installing Oracle 11gR2 RAC

    Dear Friends,
    I have installed oracle 11gr2 clusterware software in two node RAC. While i run the CLUVFY.SH, It shows error in NTP configuration.
    1)I add "-x" parameter in "/etc/sysconfig/ntp" configuration file. and start the ntpd service and run the cluvfy.sh . then i got the below error.
    Check: CTSS state
    Node Name State
    rac2 Observer
    rac1 Observer
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/ntp.conf" is available on all nodes
    NTP Configuration file check passed
    Checking daemon liveness...
    Check: Liveness for "ntpd"
    Node Name Running?
    rac2 no
    rac1 no
    Result: Liveness check failed for "ntpd"
    PRVF-5415 : Check to see if NTP daemon is running failed
    Result: Clock synchronization check using Network Time Protocol(NTP) failed
    PRVF-9652 : Cluster Time Synchronization Services check failed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    =============================================================================================
    2)Down the ntpd service in both nodes and run the CLUVFY.SH.
    Check: CTSS state
    Node Name State
    rac2 Observer
    rac1 Observer
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/ntp.conf" is available on all nodes
    NTP Configuration file check passed
    Checking daemon liveness...
    Check: Liveness for "ntpd"
    Node Name Running?
    rac2 no
    rac1 yes
    Result: Liveness check failed for "ntpd"
    PRVF-5415 : Check to see if NTP daemon is running failed
    Result: Clock synchronization check using Network Time Protocol(NTP) failed
    PRVF-9652 : Cluster Time Synchronization Services check failed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    ==========================================================================
    3)Based on some website advice, I down the ntpd service and move the "/etc/ntpd.conf" to another location.Then i got the below error.
    Result: Query of CTSS for time offset passed
    Check CTSS state started...
    Check: CTSS state
    Node Name State
    rac2 Observer
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    ERROR:
    PRVF-5402 : Warning: Could not find NTP configuration file "/etc/ntp.conf" on node "rac2"
    PRVF-5405 : The NTP configuration file "/etc/ntp.conf" does not exist on all nodes
    rac2
    PRVF-5414 : Check of NTP Config file failed on all nodes. Cannot proceed further for the NTP tests
    Result: Clock synchronization check using Network Time Protocol(NTP) failed
    PRVF-9652 : Cluster Time Synchronization Services check failed
    =============================================================
    What should i do to solve this issue?? Please help me ...

    Hi,
    I start the ntpd start the service in both node and done the CLUVFY.SH.
    The output is below,
    Checking if CTSS Resource is running on all nodes...
    Check: CTSS Resource running on all nodes
    Node Name Status
    rac2 passed
    rac1 passed
    Result: CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Result: Query of CTSS for time offset passed
    Check CTSS state started...
    Check: CTSS state
    Node Name State
    rac2 Observer
    rac1 Observer
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/ntp.conf" is available on all nodes
    NTP Configuration file check passed
    Checking daemon liveness...
    Check: Liveness for "ntpd"
    Node Name Running?
    rac2 yes
    rac1 yes
    Result: Liveness check passed for "ntpd"
    Checking NTP daemon command line for slewing option "-x"
    Check: NTP daemon command line
    Node Name Slewing Option Set?
    rac2 yes
    rac1 yes
    Result:
    NTP daemon slewing option check passed
    Checking NTP daemon's boot time configuration, in file "/etc/sysconfig/ntpd", for slewing option "-x"
    Check: NTP daemon's boot time configuration
    Node Name Slewing Option Set?
    rac2 yes
    rac1 yes
    Result:
    NTP daemon's boot time configuration check for slewing option passed
    NTP common Time Server Check started...
    PRVF-5410 : Check of common NTP Time Server failed
    PRVF-5416 : Query of NTP daemon failed on all nodes
    Result: Clock synchronization check using Network Time Protocol(NTP) passed
    Oracle Cluster Time Synchronization Services check passed
    ========================================================================================
    [oracle@rac1 ~]$ /u01/app/grid/oracle/product/10.2.0/db_1/bin/cluvfy comp clocksync
    Verifying Clock Synchronization across the cluster nodes
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Query of CTSS for time offset passed
    Check CTSS state started...
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    NTP Configuration file check passed
    Checking daemon liveness...
    Liveness check passed for "ntpd"
    NTP daemon slewing option check passed
    NTP daemon's boot time configuration check for slewing option passed
    NTP common Time Server Check started...
    PRVF-5410 : Check of common NTP Time Server failed
    PRVF-5416 : Query of NTP daemon failed on all nodes
    Clock synchronization check using Network Time Protocol(NTP) passed
    Oracle Cluster Time Synchronization Services check passed
    Verification of Clock Synchronization across the cluster nodes was successful.
    [oracle@rac1 ~]$
    ================================================================================
    I hope the problem solved. Am i correct??

  • Error installing Oracle 11gR2 on OEL 5.2

    Hi,
    I get an error where all the pre-requisite checks fail and get the error:
    PRVF-7531 Physcial memory check cannot be perfomed on node "oradbsrv1"
    I have 2GB of RAM and can't seem to find a solution to this problem on doing a google search..
    Does anyone know what might be wrong ?
    Thanks in advance.

    No i am not using any virtualization. Just a clean installation of Linux with Oracle 11gR2.
    uname -a
    Linux oradbsrv1 2.6.18-92.el5 #1 SMP Fri May 23.....
    hostname
    oradbsrv1
    cat /etc/hosts
    127.0.0.1 oradbsrv1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    free -m
    total used free shared buffers cached
    Mem: 2027 1939 87 0 38 1691
    -/+ buffers/cache 209 1817
    swap 4094 0 4094
    Thanks !

  • Getting mkldflags error in Oracle 11gR2 installation on Solaris 10..

    Hi Guys,
    I am installing Oracle 11gR2 on Solaris 10 Server, but on 79%, I am getting below error :
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile '/u4/ORA11/app/ora11/product/11.2.0/dbhome_1/network/lib/ins_net_client.mk'.
    checked make.log, below is the error message:
    /usr/ccs/bin/ar rv /app/oracle/product/11.2.0/grid/lib/libn11.a /app/oracle/product/11.2.0/grid/lib/nnfgt.o ; fi)
    /usr/ccs/bin/as: "nnfgt.s", line 39: error: can't compute value of an expression involving an external symbol
    make: Fatal error: Command failed for target `nnfgt.o'
    Please suggest.....

    If you have met all of the prereqs outlined in the Install Guide, then pl open an SR for this issue

  • Errors during Oracle 11gR2 Installation on Ubuntu

    Hello everyone,
    I known that Ubuntu ( and i'm talking about 10.04 or his latest version)  is not  the official version of OS for Oracle, but I'm trying do to a different work with students and they are more familiar with Ubuntu interface, but, when i'm trying to do Oracle installation on Ubuntu machine, i'm getting different kind of errors and i can't successfully finalize the installation. The list below show libs who OUI "complains" during the instalation, even every lib already installed and a list of prerequisites that are failed and will be show on the screen.
    Please, can anyone help me with this steps. Sombody have some guide for this kind of instalation. The instalation on Ubuntu is a prerequisites
    Erros will be show at the end of installation:
    "Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'."
    "Error in invoking target 'idg4odbc' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'."
    "Error in invoking target 'install' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'."
    "Error in invoking target 'all_no_orcl' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'.
    "Error in invoking target 'utilities' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'."
    Libs required for OUI but already installed:
    binutils-2.15.92.0.2
    compat-libstdc++-33-3.2.3
    elfutils-libelf-0.97
    elfutils-libelf-devel-0.97
    gcc-3.4.6
    gcc-c++-3.4.6
    glibc-2.3.4-2.41
    glibc-common-2.3.4
    glibc-devel-2.3.4
    glibc-headers-2.3.4
    libaio-devel-0.3.105
    libaio-0.3.105
    libgcc-3.4.6
    libstdc++-3.4.6
    libstdc++-devel-3.4.6
    make-3.80
    numactl-0.6.4.i386
    pdksh-5.2.14
    sysstat-5.0.5
    unixODBC-2.2.11
    unixODBC-devel-2.2.11

    As you stated, Ubuntu is not a certified distro for Oracle installs - so errors should be expected. Google for sites (like http://www.pythian.com/blog/installing-oracle-11gr2-enterprise-edition-on-ubuntu-10-04-lucid-lynx/) where others have documented their experiences. Also, just because you are able to install the software successfully does not mean it will work as advertised.
    HTH
    Srini

  • Adobe has changed my password but still when I try to download the update it goes to the old "hint." for the password I don't rememember.  Got the email from Adobe REader that my password has been changed but it doessn't seem to work.

    What can I do?

    Adobe Reader does not require a password to download from Adobe's web site.   
    Adobe Reader's installer does not require a password to function.   
    An installed version of Adobe Reader does not require a password.
    Sometimes, some computer Operating Systems are configured such that to install an application or to install an update to an application an "admin" has to sign in.
    That, of course, involves a password.
    But that has nothing to do with Adobe Reader download, installer or Reader use.
    It is completely a thing of the OS configuration. 
    Be well...

Maybe you are looking for

  • How can I format a field in the form creator?

    How can I format a field in the form creator? It's putting the same text in all the fields within a table. I want each field within the table to have different text. As soon as you click out of the table, all the text is the same. I even changed the

  • I am no longer able to download pics from an email attachment

    I used to right click the pic and save to on my other program but it is not saving anywhere but under Firefox download and then I am unable to transfer it anywhere

  • Partitioning of tables  in oracle 1og

    I want to do the partitioning of tables due to increasing their size.Can anyone guide me cn I do it? Is it possible to do it?If possible then how can i do it.plz guide mme with al qeuries. thanks.

  • Remove Image Icon in DataTable

    Hai EveryBody, I had implemented a Data Table with dynamic rows and columns using JSF and now I would like to invoke a Trash Image Icon(<h:graphicimage>) in one of the column in the datatable.so if I click that Icon the entire row of the DataTable sh

  • 'no more data to read from socket ' error while installing rcu

    hi all, while installing repository creation utility ,i faced 'no more data to read from socket' exactly at step 2(at this step ,i gave database connection details).could anyone please help me.