Why always fails to connect to Oracle 8.1.5.0

I try to connect to database server yesterday, but Net8 easyconfig frequently give me the message:"...ORACLE not available, there may be an error in the fields entered,or the server may not be ready for a connection." while i am testing connection.
I am urgent to get a answer from an expert what's wrong with it, i think the configuring value is not wrong and easy. Actually i had succeed in connecting it before, but it failed again now.
I am really crazy to this problem.

If Oracle reports error about Net8 configuration, that means -
you're trying to use "thick" JDBC driver, though usual way
is to use "thin" driver instead. You have to make corrections
in your connect url like:
"jdbc:oracle:thin:@<host>:<port>:<sid>"
^^^^
look here-----|
Hope this will help
Paul

Similar Messages

  • BIPCatalogUtil extraction always fails with "Connection timed out"

    BIPCatalogUtil extraction always fails with "Connection timed out".
    Any suggestions on what could be the issue?

    One thought was that perhaps it was timing out going out some unused port (e.g., the Airport port), but a list shows only the Ethernet port is enabled:
    admin$ sudo networksetup -listallnetworkservices
    An asterisk (*) denotes that a network service is disabled.
    Built-in Ethernet
    *AirPort
    *Built-in FireWire
    *Bluetooth

  • Sync always fails to connect to server with no reason

    On two of my computers (both Macs running 10.6.7, one a MacBook Air and one an older iMac), Sync fails, saying "failed to connect to server"
    When I try again (and again, and again...) it results in the same message. It has synced successfully in the past, but has not in more than a week.
    I can't figure out how to get it to sync or even how to get more information about the issue.
    Any help, ideas or suggestions - including questions clarifying or detailing the issue - are welcome.
    Thank you!!

    If Oracle reports error about Net8 configuration, that means -
    you're trying to use "thick" JDBC driver, though usual way
    is to use "thin" driver instead. You have to make corrections
    in your connect url like:
    "jdbc:oracle:thin:@<host>:<port>:<sid>"
    ^^^^
    look here-----|
    Hope this will help
    Paul

  • SSMA 6.0.0.0 Failing to Connect to Oracle 10i Db

    Hi,
    Can anyone shed any light on this problem I get when trying to connect to Oracle 10 DB. I guess it is some kind of permissions problem but the account I am using can be used with TOAD, Oracle Developer etc and has enough permissions in those tools to look
    at users and schemas etc.
    For example... using TOAD the following query works just fine
    select * from sys.all_users
    My configuration:-
    SSMA For Oracle v6.0.0.0
    Windows 7 Pro 64bits
    Oracle 10.2.0.5.0
    When i connect to Oracle DB, i got this error:-
    Connection to Oracle established successfully.
    Connection string: Data Source="***secret***";Unicode="True";User ID="***secret***";
    Error occurred while collecting data.
    Below is the SSMA.LOG content:-
    [Generic: Mandatory] [6240/1] [2015-01-07 12:42:13]: SQL Server Migration Assistant for Oracle v6.0.0
    [Generic: Mandatory] [6240/1] [2015-01-07 12:42:13]: Starting assembly: SSMAforOracle32, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    Created: 22/07/2014 16:42:22
    Last Modified: 22/07/2014 16:42:22
    OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
    OS architecture: x64
    Processor architecture: x86
    Current culture: en-GB
    UI culture: en-US
    [Collector: Mandatory] [6240/3] [2015-01-07 12:43:07]: Oracle connection provider: OracleClient.
    [Collector: Mandatory] [6240/3] [2015-01-07 12:43:07]: Oracle connection mode: ServiceName.
    [Collector: Mandatory] [6240/3] [2015-01-07 12:43:09]: Oracle server version: '10.2.0.4.0'.
    [Gui: Error] [6240/3] [2015-01-07 12:43:52]: LowLevelAdapter.ReadSource : Read Source error: Microsoft.SSMA.Framework.Generic.Collectors.CollectorException: Error occurred while collecting data. ---> System.Data.OracleClient.OracleException: ORA-00942: table
    or view does not exist
       at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
       at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
       at System.Data.OracleClient.OracleCommand.ExecuteScalarInternal(Boolean needCLStype, Boolean needRowid, OciRowidDescriptor& rowidDescriptor)
       at System.Data.OracleClient.OracleCommand.ExecuteScalar()
       at Microsoft.SSMA.Framework.Generic.Utilities.DbUtilities.DbCommandWrapper.ExecuteScalar()
       at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.Execute[T](ExecutionDelegate`1 executionMethod)
       at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.ExecuteScalar()
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.ExecuteScalarToInt(IDbConnection connection, String text)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.GetCountForExcludedSchemas(IDbConnection connection, IEnumerable`1 excludedSchemas, Int64 version)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CountObjects(IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, Set`1 excludedSchemas)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CollectDataIntoMetabase(XMetabase xMetabase, IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider
    stopOperationProvider, ICollectionContext context)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CreateMetabaseAndCollectData(IDbConnection connection, String xmlConnectionParameters, XNode xFilter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider stopOperationProvider,
    ICollectionContext context)
       --- End of inner exception stack trace ---
       at Microsoft.SSMA.Framework.Generic.Workspaces.Default.MetabaseWorkspaceItem.Connect(String connectionParameters, SecureString password)
       at Microsoft.SSMA.GUI.Product.OracleToMsSql.LowLevel.AppConnectToSourceOracle.ConnectToSourceStart(Object guiContext)
    [Gui: Error] [6240/3] [2015-01-07 12:43:52]: Exception: Error occurred while collecting data.
     site: Void Connect(System.String, System.Security.SecureString)
     source: Microsoft.SSMA.Framework.Generic.SSMAEnvironment
       at Microsoft.SSMA.Framework.Generic.Workspaces.Default.MetabaseWorkspaceItem.Connect(String connectionParameters, SecureString password)
       at Microsoft.SSMA.GUI.Product.OracleToMsSql.LowLevel.AppConnectToSourceOracle.ConnectToSourceStart(Object guiContext)
    [Gui: Error] [6240/3] [2015-01-07 12:43:52]: Inner Exception #1: ORA-00942: table or view does not exist
     site: Void CheckError(System.Data.OracleClient.OciErrorHandle, Int32)
     source: System.Data.OracleClient
     error code: -2146232008
       at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
       at System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
       at System.Data.OracleClient.OracleCommand.ExecuteScalarInternal(Boolean needCLStype, Boolean needRowid, OciRowidDescriptor& rowidDescriptor)
       at System.Data.OracleClient.OracleCommand.ExecuteScalar()
       at Microsoft.SSMA.Framework.Generic.Utilities.DbUtilities.DbCommandWrapper.ExecuteScalar()
       at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.Execute[T](ExecutionDelegate`1 executionMethod)
       at Microsoft.SSMA.Framework.Generic.DbUtilities.SsmaDbCommand.ExecuteScalar()
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.ExecuteScalarToInt(IDbConnection connection, String text)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.GetCountForExcludedSchemas(IDbConnection connection, IEnumerable`1 excludedSchemas, Int64 version)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CountObjects(IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, Set`1 excludedSchemas)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CollectDataIntoMetabase(XMetabase xMetabase, IDbConnection connection, Int64 serverVersion, OracleCollectionFilter filter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider
    stopOperationProvider, ICollectionContext context)
       at Microsoft.SSMA.Framework.Oracle.Collector.OracleObjectCollector.CreateMetabaseAndCollectData(IDbConnection connection, String xmlConnectionParameters, XNode xFilter, IUIProgressBarProvider progressBarProvider, IUIStopOperationProvider stopOperationProvider,
    ICollectionContext context)

    Hello,
    Please make sure the Oracle user Id you are using have assigned all the permissions listed on the following support article:
    https://support.microsoft.com/kb/2020711?wa=wsignin1.0
    (See Resolution section).
    Make sure the objects exist on the Oracle server/database too.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Why I can't connect to Oracle Enterprise Manager via browser after install?

    I've installed Oracle9iAS Release2(9.0.2) with Windows 2000 server (servicepack3) and Oracle9i database on the same host.After installation, I can use Oracle enterprise manager(via browser) by connect as "ias_admin" and "12345" for password (It's a password that I input at installing). But 2 days later, I cannot connect it!, what's happen to my 9iAS. I try to change my password in command line by "emctl set password <old_pwd> <new_pwd>, But I've got a message that is incorrect password. By the way, I use command line to start OC4J and HTTP Server instead. Please help me for this problem. Thank you very much.
    Ps. I've got this problem for 2 time, but the first time I delete all of oracle products and install it again .

    If you have installed the Oracle AS 10.1.3 using an Apache in front the default port is 7777 as far as I know.
    You wrote that the main page is accessible, that's why I would suspect that you might have a problem with your hostname. Are you accessing the mainpage via the full qualified hostname or via ip?
    Please ensure that you can reach the server using the full qualified hostname!
    If you are not sure about it, add an entry to your local hosts-file.
    Please tell us if this was your problem!
    Regards,
    Eric

  • Fail to connect to oracle 8i

    Hell,everyone:
    when i try to connect to my db server in JDEV 3.0,i fail!
    The message is "no more data to read from socket"
    the following is the input:
    user name:lyxiong
    passwd: lyx123
    jdbcdriver: Oracle JDBC thin
    host id:192.168.0.6
    port: 1521
    null

    hi Vivian,
    Parameters for a connection string:
    -DSN(Data Source Name) - User ID - Password
    eg:
    Dim MyCon As ADODB.Connection
    Set MyCon = New ADODB.Connection
    MyCon.ConnectionString = "Data Source=YourDSN;User ID=YourUI;Password=YourPwd;"
    MyCon.Open
    ......(here you program your operations)
    MyCon.Close

  • Failing to connect to Oracle from Crystal Reports

    We have a client attempting to connect to 10g using crystal reports. They are getting ora-08001 as an error reported to them. Any ideas what could be causing this?

    I don't know Crystal Reports and what it sends to and requests from the database, but that's the formal description of this error:
    Error: ORA 8001
    Text: maximum number of sequences per session exceeded
    Cause: An operation requested a resource that was unavailable.
    The maximum number of user sequences per session is specified by the
    initialization parameter DC_SEQUENCES.
    When this maximum is reached, no more requests are processed.
    Action: Try the operation again in a few minutes.
    If this error occurs often, shut down Oracle, increase the
    DC_SEQUENCES parameter in the initialization parameter file, and
    restart Oracle.

  • ArkVPN always fails to connect VPN

    I have bought a subscribtion in ArkVPN. The transaction went well, so no payment problems can be.
    However the program cannot connect to any server! When I look which server should I connect it sais 0ms to my location.
    The developers website cannot be opened, may be it is blocked in China. I don't have any other VPN.
    It would be nice if somebody could tell me how to solve a problem and connect to VPN using my ArkVPN program and my subscribtion in it.
    or if somebody knows the developers email, that would be helpful too.
    Help me please, I need a VPN, and I want to start getting advantage of my payment. By the way the program worked well for free before I the subscribtion.

    If Oracle reports error about Net8 configuration, that means -
    you're trying to use "thick" JDBC driver, though usual way
    is to use "thin" driver instead. You have to make corrections
    in your connect url like:
    "jdbc:oracle:thin:@<host>:<port>:<sid>"
    ^^^^
    look here-----|
    Hope this will help
    Paul

  • Exception:'NetworkAdapter fails'when connecting with oracle from web dynpro

    Hi,
    I am trying to run one of my application in SAP netweaver Studio(webdynpro).
    I want to connect to the oracle db on my local system.
    I wrote the code:
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection cn=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:DSNname","UsrId","password");
    I am getting the following error in the connection statement
    Error:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Oracle is 9.2.0.1.0  on windows XP platform.
    I can do an SQLPLUS and the connection is ok.
    I don't know were the problem is ?
    Can any body help me out.
    Thanks
    Smitha

    Hi,
    For the error "The Network Adapter could not establish the connection" check and do the following:
    In  the Computer Management - Services, check if the Oracle*TNSListener is started. If not, restart the listener  and set the Startup Type to "Automatic".
    Also check whether the port number in listener.ora is correct ($ORACLE_HOME\network\admin\listener.ora) and updated during the installation.
    For other details run through SAP Note 786673
    Hope this helps.
    Regards
    Srinivasan T

  • Connect to oracle using jdba thin driver

    i want to use jdbc thin driver to connect to oracle 8i for linux intel.
    my code is:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    String dbURL = "jdbc:oracle:thin:@dbserver:1521:iasdb";
    Connection con = DriverManager.getConnection(dbURL,"scott","tiger");
    but an error is reported as "the network adapter can not establish connection".
    why?
    i can connect to oracle using JDBC-ODBC bridge successfully.

    i want to use jdbc thin driver to connect to oracle 8i for linux intel.
    my code is:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    String dbURL = "jdbc:oracle:thin:@dbserver:1521:iasdb";
    Connection con = DriverManager.getConnection(dbURL,"scott","tiger");
    but an error is reported as "the network adapter can not establish connection".
    why?
    i can connect to oracle using JDBC-ODBC bridge successfully.

  • Apple TV fails to connect to WPA-protected wireless network

    Tried different settings and it always fails to connect. It does display a code of -3 ... does anybody know what that code means?
    If I disable WPA in my wireless router, and remove the WPA key configuration from my Apple TV, than the connection succeeds and I have done that for brief periods of time but cannot keep it that way.
    Any insights?

    BTW, my wireless router is configured for WPA Personal (no Radius), Pre-shared-key, TKIP (AES does not seem to be an option).

  • Having problems with shut-down of server after I open a socket connection (which fails to connect)

    Basically here is an example servlet - new iPlanet 4.1sp9 instance with an empty classpath (apart from the servlet class) - running solaris v5.6 (Generic_111446-02)
    If you run the servlet and then try to shut-down iPlanet it hangs. If you remove the 'new Socket(...' line then it's fine. Any ideas why a failed socket connection stops the server restarting? (Connecting to a listening port does not exhibit this behavior).
    Cheers, source follows:
    * SocketServletTest.java
    * Created on 02 April 2002, 09:30
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.net.Socket;
    * @author kingrb
    * @version
    public class SocketServletTest extends HttpServlet
    private static boolean startedThread = false;
    /** Initializes the servlet.
    public void init(ServletConfig config) throws ServletException
    super.init(config);
    /** Destroys the servlet.
    public void destroy()
    /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
    * @param request servlet request
    * @param response servlet response
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    response.setContentType("text/html");
    java.io.PrintWriter out = response.getWriter();
    if (!startedThread)
    out.println("Starting thread");
    Thread t = new SocketThread();
    t.start();
    startedThread = true;
    out.println("Started thread);
    out.println("test");
    out.println("Prop is: " + System.getProperty("MyProp"));
    out.close();
    /** Handles the HTTP <code>GET</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    processRequest(request, response);
    /** Handles the HTTP <code>POST</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    processRequest(request, response);
    /** Returns a short description of the servlet.
    public String getServletInfo()
    return "Short description";
    private class SocketThread extends Thread
    public void run()
    int counter = 0;
    String errMsg = null;
    while (1==1)
    counter++;
    Socket s = null;
    try
    s = new Socket("127.0.0.1", 27087);
    s.close();
    catch(Exception e)
    errMsg = e.getMessage();
    if (s != null)
    errMsg += " & NOT NULL";
    try
    {s.close();} catch(Exception e2)
    System.setProperty("MyProp", String.valueOf(counter) + " - " + errMsg + "<BR>" + System.getProperty("java.class.path"));
    try {Thread.sleep(30000);} catch(Exception e) {}
    }

    Rob:
    it's due to JVM signal handler that catches the stop signal and you're forced to use a kill -9 -
    Note that the stop script of a fresh install of iWS 4.1SP9 should contain the kill -9 - as a workaround for this known JVM issue.

  • I have an epson xp600 and a mac book pro. Wireless printing is OK if I'm lucky for one time only then a 'failed to connect' message so I have to delete and re add the printer to get it working again (but just once!) then the same occurs. Why?

    I have an epson xp600 and a mac book pro. Wireless printing is OK if I'm lucky for one time only then a 'failed to connect' message so I have to delete and re add the printer to get it working again (but just once!) then the same occurs. Why?

    I am not certain this will fix your problem but I suggest you assign the printer a static IP address.
    Using the printer's front panel, select Menu > Network > WLAN > TCP/IP > Boot method, and change it to "static". Provide a static IP address that is on your LAN's subnet.
    For example, if you are using an AirPort Extreme, you might give it an IP address of 10.0.1.100. If you are using a Netgear or Linksys router that defaults to issuing 192.168.x.x addresses, you might give it an address of 192.168.1.100. That way, the printer will always "reside at the same address" on your network. If your router has the ability, you should reserve that address so that the router does not attempt to assign it to another DHCP device.
    Then, go to System Preferences > Print & Scan, and delete your existing printer with the "–" (minus) button. Add it again, using the "+" (plus) button. In the window that appears, select the IP pane, and from the Protocol menu select "Line Printer Daemon (LPD)". In the Address field type the IP address you gave your printer.
    If all goes well the "Pring Using" field will detect the printer at that address and automatically select the appropriate driver. You will see something similar to the following screenshot ("name" can be whatever you decide, and "location" is optional):
    Click Add, then you can close System Preferences.
    There are other possible reasons your printer is "not responding" which could include wireless interference from competing wireless networks, but try this "static IP" method first. It should mitigate the problem.

  • Im trying to install new version of itunes in my macbook but its always failed .i can download but cannot install says to contact with software manufacturer assistance....please solve my problem because of this i couldnt connect my iphone to my mac.....

    im trying to install new version of itunes in my macbook but always failed.i can download it but failed to install and always says to contact with software manufacturer for assistance...please heblp me i couldn’t connect my iphone to iktunes..please coz in my mac their is old version of i tunes.....

    Welcome to the Apple Support Communities
    See if your computer is supported > http://support.apple.com/kb/sp575 Buy Snow Leopard > http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard Then, make a backup, insert the DVD and upgrade. Finally, go to  > Software Update and update to the latest version.
    If your computer is compatible, you can use Mountain Lion. Open App Store and purchase Mountain Lion. Check if your programs are supported > http://www.roaringapps.com

  • HT1222 Hey , why always when i want to update my Ipad to ios 6.1.3 at the end tills me that the update was failed , its always please if you can help me and thank you

    Hey , why always when i want to update my Ipad to ios 6.1.3 at the end tills me that the update was failed , its always ,please if you can help me, and thank you.

    Try disabling your firewall and antivirus software and see if that helps - if you are trying to update using iTunes on your computer.

Maybe you are looking for

  • Attempting to copy the disk "IPOD" failed. Disk could not be read from or written to?

    So..... I own a 5th genereation Ipod Nano. On a windows PC. On my iTunes all my music and playlists exist. On my actual Ipod it only shows 3/4 of my music (for some reason it wont sync the rest). It also shows zero playlists on my Ipod. I now cant sy

  • Customer balance confirmation

    Hi all, I have F.17 standard transaction code assigned to a Z program in SAP 6.0 which is very strange to me. All the company codes are assigned to the standard program SAPF130D. How can I run the program, with what transaction? I cannot assign a new

  • How to call WEB Service From SAP

    Hi Friends, How to call WEB Service From SAP. Thanks in advance, Murali Krishna K

  • How to download a WebDynpro ABAP Application?

    Hi, I have created a Webdynpro ABAP application from SE80. now I want to move this same application to another SAP system. Is it possible via downloading to flat file and uploading from flat file to destination system or something like that? can anyo

  • Storing / Retrieving PDF using JSP and Oracle

    Dear All I am building web application using Macromedia Dreamweaver , using JSP , Tomcat and Oracle 10gR1. I need to build a JSP to upload a PDF file to the database and have a way to retrieve it from the database ,, all through JSP . I need hints ab