Trouble connecting: Oracle Explorer

I got the .NET Oracle Developer installed, and even downloaded the Oracle database on my computer.
In VS 2003 .NET, I can use Server Explorer and connect from Oracle Server fine. But in the Oracle Explorer, everytime I tried to connect it gives me this error:
An error occured while opening the connection: Connection must be opened for this operation
I'm using:
Data source name: (Local Database)
Role: Default
Connection name: hr.(Local Database)

Hi identityless. You might as well try un-installing, and then re-installing using two separate Oracle Homes. I'm not positive that this will work, but...
When you do the install, you want to make sure that the right version of the Oracle Data Provider for .NET is the default. Oracle 10g database includes version 10.1.0.2, but the Oracle Developer Tools for VS.NET include a newer version, 10.1.0.4.
For this reason, it probably makes sense to install the database first and the client second.
Good luck, and hope this works. Please let us know what happens.
-- Matt

Similar Messages

  • Connecting Oracle Warehouse Builder to an Informix data source

    I am having trouble connecting Oracle Warehouse Builder to my Informix database. I am getting error ORQ-28545. Here is what I did: Under Project Explorer I went to Non-Oracle under Datases. Then right click on Informix and selected New. In the Create Module Window I edit a the Location. Gave it a name, Set Type to HOST:PORT:SERVICE, enter my username, passowrd, my Host IP, left Port as default(1521), enter my Service Name, Enter the Schema. Click on Test Connection and got the above mentioned error.

    Hi,
    the first you should configure access to your Informix database at target Oracle DB (OWB works with non-Oracle DB over HS).
    So you should perform all steps described in Oracle Database Heterogeneous Connectivity Administrator's Guide (4.1 Setting Up Access to Non-Oracle Systems):
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14232/admin.htm#sthref152
    Oleg

  • Error -3000 in Oracle Explorer View while trying to add connection. v. 10.2

    I have been using Oracle 9.2 and it's cooresponding ODP.NET for ASP.NET web development. I am now started on a new project that is running on a 10g database. I figured I would try out the Visual Tools suite and get the benefit of using ODP.NET and the integrated tools.
    I run the installer and created a new home directory just like the release notes say. After I reboot I copy my TNS Names and try SQL plus from my 9.x version and it works perfectly I can connect to any server. I check my Oracle Home selector and it is pointing to the 10g client directory.
    The problem is that when I am in Visual Studio .NET 2003 and open the Oracle Explorer view and click Add Connection. I get the dialog box and select my database and use a username/password and click Test and I immediately get a "-3000" error message almost like it is not even going out on the network. It says some internal error (String) datatype but nothing useful at all in the error message to help in resolving the error.
    I did a search on the forums here and everyone says use the latest version which I would do but I am on the latest version (Downloaded Yesterday 10-19-2005). So to get back to work I uninstalled the 10g visual tools and I am using the 9.2 client using the 9.2 ODP.NET until I can find out what the issue is with the 10g tools.

    Just to give an update to help others if they may encounter this issue. I uninstalled the Oracle 9.x client and removed any traces even the Universal installer. Once you reboot and ensure that nothing anywhere is pointing to the oracle directory I even deleted the Oracle directory to ensure that it would be a clean install.
    I then proceeded to install the 10.2 Developer tools and used the default settings and when I finished the installation I copied my TNSNames over to the network directory and rebooted. I then launched VS.NET 2003 and went to Oracle Explorer and added a Database and did the test connection and it worked. So it appears to have an issue with an existing installation running side by side (9.x and 10.x) The 9.x install did have the ODP.NET library installed so this alone might have been the issue as I haven't seen in the docs were you can't have both on the same system as with .NET you aren't supposed to have this issue running multiple versions of the same .NET assembly on the same machine.
    What was wierd with the scenario is that other than ODP.NET on the 10g client install everything worked fine connecting using the command line tools. It just would not connect via Visual Studio .NET's environment. I didn't try to do it in code as I figured it would be just the same issue.

  • Trouble connecting to remote oracle database

    Hi,
    i'm having trouble connecting to an oracle database (Release 9.2.0.6.0) using the ojdbc14.jar from the oracle website. Can anybody spot the problems that i need to sort out to get it working? Code and error stack below.
    Thanks,
    Pat
    Code:
    import java.sql.*;
    public class Query1 {
    public static void main (String[] args) {
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String url = "jdbc:oracle:thin:@175.3.41.248/KNWAPROD";
    String user = "username";
    String password = "password";
    Connection conn = DriverManager.getConnection(url,user,password);
    Statement stmt = conn.createStatement();
    ResultSet rs;
    rs = stmt.executeQuery("select count(*) from FACT_FAULT;");
    while ( rs.next() ) {
    // String lastName = rs.getString("Lname");
    System.out.println("In while loop!");
    conn.close();
    } catch (Exception e) {
    e.printStackTrace();
    System.err.println("Got an exception! ");
    System.err.println(e.getMessage());
    Error stack:
    java.sql.SQLException: Io exception: SO Exception was generated
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:319)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:344)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:148)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at Query1.main(Query1.java:13)
    Got an exception!
    Io exception: SO Exception was generated

    You have:
    String url = "jdbc:oracle:thin:@175.3.41.248/KNWAPROD";Example URLs I've seen/used are:
    String url = "jdbc:oracle:thin:@//myhost:1521/orcl";
    String URL = "jdbc:oracle:thin:scott/tiger@//myhost:1521/orcl"In other words, I think you've munged your URL; you need some slashes and a port number (1521 is the default).

  • Trouble connecting Jboss 3.2.4 with Oracle 11g.

    We are facing some trouble connecting 4 JBoss servers to an Oracle 11g server. Oracle server is working as a RAC with two nodes. We have two HP server every one of those have two JBoss application servers version 3.2.4. Each one of those application servers has been configurated in order to work with any of the Oracle nodes. We have this connection string in oracle-ds.xml :
    jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(FAILOVER=on)(ADDRESS_LIST=(ADDRESS=(protocol=tcp)(host=csibd01t_vip)(port=1521))(ADDRESS=(protocol=tcp)(host=csibd02_vip)(port=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=racdb)))
    We start all the four JBoss servers and every thing is going ok, but after about 20 minutes the oracle connections are reset. The exactly error is like this:
    Exception destroying ManagedConnection org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@30d83d[state=DESTROYED mc=[email protected]c4 handles=0 lastUse=1247696255808 permit=false trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@ef9f84 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@1d1c3cd]
    org.jboss.resource.JBossResourceException: SQLException; - nested throwable: (java.sql.SQLException: Io exception: Connection reset)
    at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkException(BaseWrapperManagedConnection.java:572)
    at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:276)
    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalManagedConnectionPool.java:535)
    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.removeTimedOut(InternalManagedConnectionPool.java:411)
    at org.jboss.resource.connectionmanager.IdleRemover$1.run(IdleRemover.java:70)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: Io exception: Connection reset
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
    at oracle.jdbc.driver.OracleConnection.close(OracleConnection.java:1478)
    at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.destroy(BaseWrapperManagedConnection.java:272)
    ... 4 more
    17:39:25,438 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
    Well, now if I start the four JBoss servers in just one machine every thing works fine. I mean as I already said that I have two Hewllett-Packard machines and in every machine I run two JBoss servers, but if I run the four JBoss in only one machine the thing works... so I think that something is wrong with my RAC... please I hope you can help me.. thanks in advanced.
    Edited by: user11706866 on 17-jul-2009 15:56
    Edited by: Guido-Granobles on 21-jul-2009 12:05
    Edited by: Guido-Granobles on 21-jul-2009 12:06

    Hi,
    Check if connect string is correct...
    I can see csibd01t_vip and csibd02-vip. Is it your vip addresses? Or it is a write error?
    jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(FAILOVER=on)(ADDRESS_LIST=(ADDRESS=(protocol=tcp)(host=*csibd01t_vip*)(port=1521))(ADDRESS=(protocol=tcp)(host=*csibd02-vip*)(port=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=racdb)))
    Cheers,
    Rodrigo Mufalani
    http://mufalani.blogspot.com

  • Oracle Explorer connections times out -- cannot reconnect

    Hello
    How do I reconnect to the database about the connection times out?
    Sometime I go to the Oracle Explorer to check some things out in the database, then switch to coding for a while -- maybe 30 minutes or so.
    When I go back to the tree to check something, it says basically "not connected". I'm assuming it has timed out. However there doesn't seem to be an option to reconnect without closing Visual Studio and reopening it.
    Am I missing something?
    Thanks!
    Horus

    All you need to do is close the connection and reopen it. you do this by right clicking on the connection node in oracle explorer, from the menu that shows up select Close connection. again right click on the connection node in oracle explorer, from the menu that shows up select Open.

  • Oracle Explorer not appearing in VS2005 after installing ODT 11.1.0.6.20

    this was installed for both vs2003 & vs2005. Installation completed successfully.
    loading up vs2003 for first time after ODT i was able to select Oracle Explorer option from the View menu, connect successfully and perform actions as expected.
    loading up vs2005 for first time after ODT install i got an initial error saying "Command with same name already exists" - this error only occured the once.
    in vs2005 the Oracle Explorer option does not exist in the view menu, but it has added the oracle data items to my toolbox. And in the VS About option it says Oracle Developer Tools for Visual Studio 11.1.0.6.20 is installed.
    Where is my oracle explorer!!
    Cheers,
    Karen

    Hi, Oracle Explorer was replaced by Server Explorer in VS 2005 onward. Please open up Server Explorer, add a new connection, and choose "ODP.NET" from the list of Data Providers.

  • Oracle Explorer in VS2003 not working

    I've installed the latest beta and everything "seems" good until I try to add a new connection in the Oracle Explorer.
    I select the server from the pulldown, enter my name and password, and hit the "Test Connection" button, and nothing happens. No error. No lock up. Just nothing. If I hit "Save" the same thing happens - nothing. I can "cancel" and try again but with no help.
    My PC was previously installed with client for 8i only, and Toad. All of that still works fine.
    During this install I created a new home for 10g as suggested.
    The first time I went into Visual Studio, the dropdown list had no entries. I figured out that the new 10g home didnt have a tnsnames file, so I copied my tnsnames file from the 8 home ito the 10 home and went back into Visual Studio. This time the dropdown was populated.
    So, I'm trying to use it to create a database connection, and it just doesn't do anything. I've gone into the Net Manager and everything works there. My TOAD still works too.
    Can anyone help?
    Thanks,
    Travis

    Thanks Jimmy. I sure thought the latest beta was for BOTH 2005 and 2003. But anyway, I've downloaded the older version that says it is only for 2003.
    I couldn't find a way to effectively uninstall the 2005 one... I installed the 2003 one in a new Oracle "Home" and I've gotten one step better.....
    Now when I try to add a connection, I get an error "Object reference not set to an instance." Not in MY code, mind you, in the code that runs when you just hit the "Test Connection" button.
    I'll be searching for answers to THAT....
    Ugh...

  • Trouble connecting to my Airport (Timecapsule) wireless network from PC

    I have a wireless airport network running from a Time Capsule. I know the name and the network password and have no trouble connecting to the network from my 3 Mac computers. However, I recently tried to connect a Toshiba notebook running Windows XP and can't seem to get it to connect to the network. It does see the network and prompts for a WEP password. I enter the password but after about 10 seconds the connection attempt fails. Please help if you have any idea, I am sure this is a simple fix, but I need to access a website that is only available with Explorer 7. Thank you in advance for your help.

    The Time Capsule only supports WPA2 Personal and WPA2 Enterprise security not WEP. So I assume that's the issue here.
    A quick search suggests that WPA2 is not standard in XP (at least XP SP2) but can be added see [here|http://www.microsoft.com/windowsxp/using/security/expert/bowman_wirelesss ecurity.mspx].
    But also see [here|http://tech.ifelix.net/1011.html], [here|http://discussions.apple.com/thread.jspa?threadID=1622794&tstart=0], and [here|http://www.ifelix.co.uk/tech/2002.html] which you can work around this with the correct settings on the Windows side.

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • CONNECTING ORACLE 9I OR 10G DATABASE WITH ORACLE 10G FORMS AND REPORTS

    pls tell how to connect oracle 9i or 10g database with oracle developer suite 10g . though the forms are getting connected but not running with error as
    FRM-10142 the HTTP listner is not running on pls start the listner or check your runtime preferences.
    now pls tell how to start listner and how to chage runtime preferences.
    though i have worked with oracle 9i and forms 6i where we used to copy the tnsnames.ora from network/admin of oracle to forms 6i tnsnames.ora.
    thank you, you may be thinking such a long question.....

    sir
    By server i mean the computer where oc4j and backend database are running is one one of the client pc not a dedicated server..., these database and 10g dev suite are installed in one of the client machine,
    all the clients are using same internet explorer as browser.
    no message is being displyed on some of the client machine where these forms are not being uploaded on browser instead it displays as done in status bar without actually showing anything at all...
    sir so far as jinitiator or JRE is concered i have seen on the client machine (where my forms are running on internet explorer) a pop up is displyed telling one activex control is required to run this program and click to install it..
    after clicking it download jinitiator from server and after installing jinitiator my forms are loaded and start functioning...
    what i feel is as i said this machine where oc4j and database is running is one of the client machine so some other clients do not have acess to this machine, so this might be the reason why those clints are not able to run the said forms on the internet explorer.... can it be so... kindly tell..
    thank you for your patience for reading the question

  • Wrt310n trouble connecting windows2000

    Hello I just upgraded my wireless router to a WRT310 and I'm having trouble connecting to it via wireless with windows 2000. It worked perfectly before, I used all the same setups as my previous wireless to minimize issues. wireless mode is set to mixed Radio band is Auto Wide Channel: Auto Standard Channel: Auto SSID Broadcast: on Security Security Mode: WPA2 Personal Encryption: TKIP OR AES Key Renewal: 3600 I'm not sure but I think win2k doesn't sport WPA2 Personal?
    Genius is not in the understanding of complexity but in its simplification! by R.Ries
    Windows defined as 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. by R.Ries
    Ban Internet Explorer from your website and force upgrades to real browsers, FF, Opera or other

    It does not depend upon the Operating System ... it depends on the wireless adapter you are using ....
    Let me know the wireless adapter you are using ....

  • Error expanding tables in Oracle Explorer

    I have an Oracle 9i database that I am connecting to remotely (the server is in Ohio and on a UNIX O/s, I am in Florida)
    I can connect to a Local Oracle 9i Server with no problems ( it is running on a windows server)
    when I try to expand the Tables in the Oracle Explorer in VS 2003 I get this error.
    "An error occurred while expanding the node:
    ORA-04063: view "SYS.ALL_XML_TABLES" has errors"
    Any idea how to fix this?
    I can expand the folders for Views, Functions, Procedures, and Packages without any problems.
    Thanks in Advance

    Glen,
    Thanks for your response, I am getting this error when I run it from the queery window in the VS IDE.
    ERROR
    ORA-04063: view "SYS.ALL_XML_TABLES" has errors
    from SQLPLUS I get the same error.
    ERROR at line 1:
    ORA-04063: view "SYS.ALL_XML_TABLES" has errors
    the database is Oracle 9i on a UNix box, (thats what I am told, I do not know the version but I am using the latest oracle 10g client with the VS 2003 Oracle Developer tools installed.

  • Trouble connecting to AFP over VPN

    Hi All,
    I regularly connect to my office server via VPN and use an AFP connection to mount share points (or VNC to share the screen).
    Via the same VPN tunnel I also connect to my desktop machine at work using AFP or VNC. Recently, after upgrading my office desktop computer to Yosemite I began having trouble connecting from my home laptop (MBPR running Yosemite as well). I try to connect and get the message "There was a problem connecting to the server xx.x.x.xx" HOWEVER, using that very same VPN connection I am always able to connect to the server at work; just not to my desktop now.
    Both the office server and my office desktop have fixed IP addresses and are on the same subnet etc. At one point I was able to solve the problem and the AFP connection to my office desktop machine worked again for awhile, but then once again stopped working. I've checked that our VPN is assigning valid IP addresses to my client at home, but it still is problematic.
    I'm pretty familiar with our whole system since I'm our low-rent IT guy, and it has functioned smoothly for my team for years -- but I am not terribly knowledgeable of the deeper issues of networking. Because the issue arose after I upgraded my office desktop to Yosemite I feel it must be related to the new OS and how it manages file sharing or something (although I will reiterate that I did have it successfully working at a couple different times, it just seems to stop working for no apparent reason). Oh -- one more thing, I AM able to connect to my office desktop via AFP from other local machines within the office so I know it's File Sharing services are working correctly.
    Any guidance or ideas welcome
    - Keith

    What's the actual exception message? Your URL looks fine to me, though maybe something is not right with the host portion, hard to tell. It could also be a database set-up issue (e.g., your Oracle instance right now is only accepting connections from localhost).
    - Saish

  • Oracle Explorer not Visible in VS 2005

    Hi,
    Uses: VS 2005 Pro; Oracle 9i Remote Database(Live); Oracle 10g Express Edition(Production); Windows Xp sp3+;
    I have my computer which is installed with Oracle 10g Express Edition and I 'm able to connect to the local Oracle XE as well as to the Remote Server which has Oracle 9i. Further I could work with Oracle.DataAccess.client as with my .NET applications. However some tools as Oracle Explorer is not visible in the View menu of my VS 2005.
    While reading some articles I came to know that this tools comes with Oracle's Developer Tools for Visual Studio.
    My question here is since I have already installed Oracle XE and it has installed Oracle client itself, will there be a conflict while installing Oracle Developer Tools in the same machine?
    If I'm mistaken here, pls tell me how can I be able to create TableAdapters using Oracle.DataAccess.client instead of System.Data.Oracle?
    Thanks & Regards,
    Hifni

    FYI - Oracle Explorer is no longer provided with newer releases. You use Server Explorer instead.
    You can install ODAC version 11 so that you get the latest Visual Studio features. No, there wont be a conflict.
    Just allow it to install it in a new Oracle Home (new directory) and you should be fine.
    Christian

Maybe you are looking for

  • Send email when creating a Purchase Order

    Hi, I'd like to send an email once a Purchase Order is created. I just need to send basic information to the supplier, such as the number of the Purchase Order. I know how transaction NACE works, but I've just used it to Print Forms. I guess I have t

  • Mail hangs after 10.7.4 update  13"MBP early 2011

    I had to completely reinstall Lion after the update,  finally got it to work.  Now Mail attempts to convert messages from prior version and never completes.  Hangs at approximately message 2800 or so.  any Ideas?

  • Urgent - can't download CS6 Design & Web Premium

    I have swapped platforms and received a new serial number via support.  However, no matter how hard I try, I cannot find how to download CS6.  It keeps looping me back to Creative Cloud. Please help.  I cannot do without the program.

  • SATA crashes after O/C

    Hm this might be one of the more usual problems, but i still need help with it. Everytime i push the FSB a little(I think its like 220 or something) the system dies and windows wont boot..just like the SATA disc crashed or something. Why? I've seen o

  • Font size on user administration ... identity management

    Does anyone know where in the Portal Display Theme I need to change the font size for the User Administration/Identity Mangement screen?  thanks Angie.