Had to replace computer. Got this one from friend. need to retrieve my old Firefox, but old computer is no good.

trying to retrieve my old Mozilla Firefox /Yahoo Homepage.

See [http://support.mozilla.com/en-US/kb/How+to+set+the+home+page How to set the homepage]

Similar Messages

  • 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 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

  • 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

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

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

  • 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

  • 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

  • When I try to open a video from the website Youtube I got this message that I didnt before I uograde to Firefox 7.0.1 : "Firefox doesn't know how to open this address, because the protocol (rtsp) isn't associated with any program."

    When I try to open a video from the website Youtube I got this message that I didnt before I uograde to Firefox 7.0.1 : "Firefox doesn't know how to open this address, because the protocol (rtsp) isn't associated with any program."
    That didnt happen before until I made an upgrade to 7.0.1

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • I got this iphone from a guy and everytime i tried to update the applications stored in this phone it keeps asking me the password that the guy used to use, even thou i created a new apple ID of my own and updated the account of icloud and everything in t

    I got this iphone from a guy and everytime i tried to update the applications stored in this phone it keeps asking me the password that the guy used to use, even thou i created a new apple ID of my own and updated the account of icloud and everything in this iphone with the new apple ID, it still asks me the password of the account that the guy used to use whenever i tried to update the applications, and i cant find the guy who gave me this iphone...wt should i do???

    Apps are permanently tied to the AppleID that downloaded them and cannot be transferred to another.  Best thing to do is delete the apps and download those you want or need under your AppleID.

  • Have Operating System 10.6.8, Mail Program 4.6.  How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to m

    Have Operating System 10.6.8, Mail Program 4.6.
    How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to manually opening every few month with no ? action from me.
    Help

    Have Operating System 10.6.8, Mail Program 4.6.
    How can I prevent the next email in the que from automatically opening after I act on the previous email ? It creates big organizational problems for me. My computer changes this mode from self opening to manually opening every few month with no ? action from me.
    Help

  • I want to upgrade iPhoto from 7.1.5 to 9.2.3 but my computer says I must have 9 1 to make this upgrade. How do I get 9.1?

    I want to upgrade iPhoto from 7.1.5 to 9.2.3 but my computer says I must have 9>1 to make this upgrade. How do I get 9.1?

    Buy iPhoto from the Mac App Store.
    (90036)

  • What do I need to do to make a forum just like this one(from apple)

    What do I need to do to make a forum just like this one(from apple)

    Wendy, as a_a has explained, when power is removed, the data is gone.
    If you want to put this problem to rest, remove either of the battery connections; this will assure the data is gone forever!
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

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

  • I bought a iphone froma friend just to use for a ipod but when i put it up to itunes it ask me for a sim card i dont have one and i was wonderiing how do i pass this problem

    i bought a iphone froma friend just to use for a ipod but when i put it up to itunes it ask me for a sim card i dont have one and i was wonderiing how do i pass this problem

    Insert a SIM card. If the phone is carrier locked, it must be from the correct carrier. You MUST have a SIM card present to activate the device. The SIM does NOT have to be "live". That is to say, the account it is/was tied to, does not have to be active.

Maybe you are looking for