Issue connecting via proxy client in SQL Developer 4.0

Hi SQL Developers,
I should have posted this earlier, as I have been using SQL Developer 4.0 for several months and noticed the issue some time ago. The environment I am connecting to uses a Windows ISA Proxy desktop client to allow traffic to some databases. I generally use the Oracle Client and OCI connections in SQL Developer. At some point during the SQL Developer releases, connectivity stopped working for certain databases behind the proxy.
The following clients connect to the database behind the proxy without issue:
SQL*Plus 11.2.0.1 64-bit
SQL Developer 4.0.0.12.84 using the SQL*Plus client and OCI
Connectivity to the database behind the proxy does not work with these versions:
SQL Developer 4.0.0.13.80 (tested with Oracle client, thin, etc.)
SQL Developer 4.0.0.13.30 (tested with Oracle client, thin, etc.)
Error Message:
An error was encountered performing the requested operation:
IO Error: The Network Adapter could not establish the connection
Vendor code 17002
Connectivity to other non-proxied databases works for all clients above. I've tried re-creating the connections, re-installing, etc. Nothing works except going back to the earlier version of SQL Developer.
Has anyone else experienced this behavior? I am trying to determine whether the proxy is stopping the client based on a signature or if the client is not routing the connection correctly.
Thanks,
Shad

I think I have found a solution.
Run the command prompt (CMD) in windows and type in the following:
setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true
I got this from a java developer and now I'm able to connect

Similar Messages

  • Failure to connect to 11G XE from Sql Developer

    Hi Gurus,
    I have been trying for more than a week to make this work. Basically I am trying to install XE database 11.2.0 on my windows 7 64 bit computer.
    I have had problems with the getting the listener up , finally managed to get it up by deleting the Oracle_home and reinstalling 11g XE.
    Changed the listener.ora file to include the sid XE - restarted th listener so now its working.
    -- I am able to start the instance from command prompt as
    SQL> conn / as sysdba
    Connected.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1388352 bytes
    Variable Size 620757184 bytes
    Database Buffers 444596224 bytes
    Redo Buffers 4591616 bytes
    ORA-00205: error in identifying control file, check alert log for more info**
    When I checked the log files here are the details
    from C:\Oracle11XE\app\oracle\diag\rdbms\xe\xe\alert
    <txt>ORA-00210: cannot open the specified control file
    ORA-00202: control file: &apos;C:\ORACLE11XE\APP\ORACLE\ORADATA\XE\CONTROL.DBF&apos;
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    </txt>
    Please let me know how I can resolved this issue. The eventual goal is to get the database up and running and be able to conenct from Sql Developer installed on the same machine.
    any help will be greatly appreciated.
    Here are some details
    tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <Cumputername>)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\Oracle11XE\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle11XE\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\Oracle11XE\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = <ComputerName>)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    lsnrctl status result
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 30-JAN-2013 11:35:47
    Uptime 0 days 0 hr. 0 min. 13 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\Oracle11XE\app\oracle\product\11.2.0\server\network
    \admin\listener.ora
    Listener Log File C:\Oracle11XE\app\oracle\diag\tnslsnr\ZaidHP\listener\
    alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ZaidHP)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
    Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Thanks
    Edited by: user12026382 on Jan 30, 2013 10:57 AM

    Hi clcarter
    Thanks for your input. I actually did a complete de-install and re-install.
    The two things I did differently this time was
    1. Delete any ORACLE_HOME or ORACLE_SID variables that were existing and just to make sure check from cmd> set ORACLE_HOME - should return not defined.
    (This I found at a different forum)
    2. Run the setup (as administrator) this time.
    And you guessed it.. It worked. I was able to login to the database. Also could go to the database home page.
    Thanks for your inputs.
    On a side note.. since I am new to forums, I wanted to know how you quote things in the grey area as you did when you replied 'ORA-00205: error in identifying control file, check alert log for more info'.

  • Can connect using sqlplus, cannot using SQL Developer

    Hi
    I cannot find out why I cannot connect using SQL developer, while sqlplus works fine with the same login information.
    *1. TNS ping:*
    C:\>TNSPING manila
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 24-GRU-2
    010 13:28:38
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.0.171)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (370 msec)
    *2. sqlplus*
    SQL> CONNECT SULU_DEV/<pass>@MANILA
    Connected.
    *3. sqlplus - by IP*
    SQL> CONNECT SULU_DEV/<pass>@10.0.0.171:1521/XE
    Connected.
    *4. SQL Developer*
    Username: SULU_DEV
    Connection type: TNS
    Network alias: MANILA
    Error: I/O Exception: Connection reset
    *5. SQL Developer - by IP*
    Username: SULU_DEV
    Connection type: Basic
    Hostname: 10.0.0.171
    Port: 1521
    SID: xe
    Error: I/O Exception: Connection reset
    *6. SQL Developer - without username*
    Username: <blank>
    Connection type: TNS
    Network alias: MANILA
    Error: ORA-01017: invalid username/password
    It seems that I have connection to the server, but from some reason it is disconnected when I'm using SQL Developer, but works fine with sqlplus.
    Any ideas on what it might be?
    Thank you in advance,
    Regards,
    Marek

    The connection export function it's available in 2.1.1.64, you need to right click on the main Connections node, and it will allow you to export all or part of the current connections, or import from a previously exported file.
    As for the highlight statement feature it's available in SQLDeveloper; actually you do not even have to highlight the required statement, as long as you take the habit of ending every statement with a ";", in this case you only need to place the caret inside the statement and SQLDeveloper will automatically highlight it for you (if you want to manually highlight a statement you can still do so without problems).
    Finally as a last try to solve your connection problem without having to call for network support you could try to check
    Preferences -> Database -> Advanced -> Use OCI/Thick DriverThis will force SQLDeveloper to use your oracle client for connections instead of it's native JDBC based connections (even if you use TNS based connections you will still use JDBC unless you have this checked).
    As for other graphical tools for Oracle there are many both free or for a price.
    1) In the for price world Toad stands out, i heard of a free option too but I'm not sure of the limitations.
    2) For free you can use DBVisualizer which is fairly good (never used it too much thou).
    3) Finally there is SQuirreL which is both free and open source but it has fairly basic functionality compared to the two above.
    Obviously there are many others, but IMHO few will provide you with the same functions of SQLDeveloper or Toad for Oracle databases

  • Which client is SQL Developer using

    We've upgraded our development database from 10.1.0.4 to 11.1.0.7. We're testing out the version 11 client, but we still have the 10.2 client installed. How can I tell which client is being used in SQL Developer when I connect?
    I can't seem to find anything Under Tools>>Preferences, or in the connection itself. I can see multiple duplicate entries under "Network Alias", which, if it's reading from all the TNSNAMES.ora files under each client, then that would sort of makes sense.
    V$SESSION doesn't look like it mentions anything either.
    Thanks,
    --=Chuck

    SQL Developer attempts to detect client installs and use the JDBC drivers from them if possible. You can check which Oracle Home/JDBC Driver we are using by going to the About box (Help->About) and switching to the Properties tab. Look for the properties jdbc.library and oracle.home.
    - John
    SQL Developer Team

  • Getting error while connecting to DB in PL/SQL developer.

    Hi Experts,
    I am able to connect to the DB in TOAD ,
    but I am not able to connect to the DB in PL/SQL developer.
    PL/SQL developer
    Version 8.0.1.1498
    01.61091 - Unlimited user license
    Windows 7 6.1 Build 7601 (Service Pack 1)
    Oracle 11g
    I am getting the below error
    ORA-12154: TNS could not resolve the connect identifier specified.
    Please help me why I am able to connect in TOAD
    not able to connect in PL/SQL developer.
    Thanks in advance.

    973205 wrote:
    Hi Experts,
    I am able to connect to the DB in TOAD ,
    but I am not able to connect to the DB in PL/SQL developer.
    PL/SQL developer
    Version 8.0.1.1498
    01.61091 - Unlimited user license
    Windows 7 6.1 Build 7601 (Service Pack 1)
    Oracle 11g
    I am getting the below error
    ORA-12154: TNS could not resolve the connect identifier specified.
    Please help me why I am able to connect in TOAD
    not able to connect in PL/SQL developer.
    Thanks in advance.Also note that PL/SQL Developer is not an Oracle product, so this is not the place to ask for support for that product. You should go to the vendors website (http://www.allroundautomations.com/plsqldev.html)

  • Connect using OS authentication in SQL Developer

    Hi,
    We are using OS authentication to connect on Oracle, if I use SQL*PLUS I use only sqlplus /@instance but someone knows how can I connect on Oracle using OS authentication ? I tried to use / or blank username in SQL Developer and it requests an user and password...
    Thanks in advance,

    Thanks for your answer Raghu, when this feature will be implemented it will help a lot to keep security.
    Regards,
    Joao

  • Customization of Connection Drop Down/View in SQL Developer

    I know this may not be that import feature that i think SQL Developer should have but will be very helpful.
    In my scenario there are many databases and schemas exists in Development/Staging/Production environments, there is a possibility when selecting a connection from drop down some other connection is selected, its human error. What if there is Group by option in the drop down so that we can customize or group lower environment connections in one place and others in different group, even color coding of critical connections settings could be much helpful.
    So in short i think it would be great if the following feature is included in next release of SQL Developer
    - Connections to display as in groups
    - Each group and connection of that group can be color coded(say production connections are displayed in Red color, Testing/Staging are displayed in Yellow, Development in Blue etc)

    JeffSmithSQLDevPM wrote:
    I think the poster means this actually
    You'll need to be more specific. The developer comment for the feature request you linked says this:
    Folders in the navigator are currently not persisted. Implementing this is not trivial.
    I have created 'prod' and 'test' folders and put connections in each of them in 3.0.02 Build MAIN-02.37 and the folders and connections persist just fine.
    So the connections themselves can certainly be 'grouped' which is what OP specifically asked about.
    What if there is Group by option in the drop down so that we can customize or group lower environment connections in one place and others in different group, even color coding of critical connections settings could be much helpful.
    Everything else in the tree (e.g. schemas) is specific to a connection which can be specific to a user created folder such as 'prod' or 'test'.
    So if OP means something else they will need to clarify what they really mean and provide an example.

  • Connection has uncommited change in sql developer

    Team,
    i am getting the message in sql developer connection has uncommited change and please select one of the option 1)commit changes 2)rollback changes 3)abort connection disconnect
    we are querying the view which takes data from remote database using db link,
    please can anyone shed some light on this
    Thanks
    prakash gr

    thanks for the update, what happens if use commit/rollback during the session disconnection, what impact on destination db ?
    appreciated your inputs
    Use ROLLBACK in that situation. That will guarantee that you are not making any changes to the database.
    Jeff's answer that a COMMIT will have no real effect 'as long as you KNOW that nothing has been changed' is technically correct the ROLLBACK will ensure that you haven't even made any accidental changes.

  • Accessing MySQL InnoDB tables via JDBC using Oracle SQL Developer

    I had posted a problem in the Oracle SQL Developer forum with how that application (v1.1) accesses MySQL InnoDB tables and someone replied that the "[data migration] team created the integration with MySQL", so I am posting here in hopes of learning more about the problem.
    Here's a summary:
    When I use Oracle SQL Developer to query MySQL InnoDB tables, I need to issue a "commit" before I do each query to ensure that I am getting current results. Otherwise, it appears to be using a snapshot as-of the last commit. Is this a problem with SQL Developer, or a JDBC configuration, or MySQL problem even?
    The full details are here:
    Re: MySQL InnoDB tables

    Hi,
    I've posted a response to your original thread.
    Regards,
    Dermot.

  • Instant client and SQL Developer

    Hello,
    I would like to know if I can use the Instant Client along with Ora SQL Developer or TOAD?
    Thank you.

    [url http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html]Oracle SQL Developer comes with client stuff built-in (java based), don't need Instant Client.
    About Toad, see toadworld.com. But, yes, Instant Client should do fine.

  • Unable to establish connection to oracle database using sql developer

    hi guys,
    i tried to connect to the oracle database using the sql developer, but it fails. it replies the following message:
    Status: Failure -Test failed: Io exception: The Network Adapter could not establish the connection
    what should i do? any help

    Please provide a little more information:
    1) SQLDeveloper version.
    2) Database Version.
    3) Database location (same machine or on the network).
    4) Connection method (basic,TNS).
    5) Connection type (Thin,Thick/OCI).
    Usually the first thing to check is if you have correctly entered the right information for your database connection, then if everything seems to be OK the database itself should be checked for potential problems.

  • Issue with viewing Package Body in SQL Developer 2.1 EA1

    I was able to view the package body from different schemas after I log in with user account in SQL Developer 1.5.5.
    But with SQL Developer 2.1 EA1, I could view only spec and I can see the package body only if I log in with DBO account.
    Is there any setting that needs to be configured to be able to view the package body?
    Thanks!

    Thanks for replying my message.
    It's Oracle 9i.
    What I meant 'spec' is you can see only the headers you defined in spec. You can expend the package and be able to see the all functions and procedures but you won't be able to see the '%packagename% Body' where all the detail code were written.
    As I mentioned in my previous post, with SQL Developer 1.5.5 version, you can see spec and package body if you expend the package.

  • Issue connecting Consumer Proxy from SCL to SAP ECC

    Hi all,
    We are trying to connect duet Enterprise with an ECC 6.0 Ehp4 and we have an issue with connecting through a Costumer proxy from SCL to ECC.
    1-     The wizard is not creating properly the logical port.
    2-     In SOAMANAGER->Technical Administration Tab- the system connections is having issues, the connection doesn`t appears.
    3-     In SOAMANAGER-> Service Administration Tab->Business Scenario Configuration:
    When we make changes to DUET_STARTER_SERVICES_ALL, it activates too quickly, is not seen the u201CSOA Configuration Request Queue Managementu201D progress so if I change to another Business Scenario it works as expected.
    I left you some screenshots of those issues. If you need more information abut the systems or configurations just ask for. Thanks and I hope you can help me.
    [SE80 Service Consumer|http://www.image-share.com/upload/706/136.png]
    [SE80 ServiceGroups|http://www.image-share.com/upload/706/137.png]
    [SoaManager System Connections|http://www.image-share.com/upload/706/138.png]
    [Business Scenario Configuration|http://www.image-share.com/upload/706/139.png]
    [Web Service Administration|http://www.image-share.com/upload/706/140.png]

    Hi Eduardo,
    I do not fully understand. Are you currently trying to configure the out of the box service "Starter Services" or are you developing your own scenario (ZCO_SALES_ORDER...)?
    From your "SoaManager System Connections" screenshot it looks like the connection to your backend system was not created successful. If you used the Wizard, can you also try to follow the manual steps from the documentation (Chapter 3.3.2 Configure the Service Provider for Starter Services Endpoints). Maybe you will face the same problem as [here|System Connection Wizard;
    Regards,
    Holger.

  • Cannot connect via proxy server

    I need to use a proxy server in order to access university resources from off-campus.  (This is set up in Firefox using Tools > Options > Advanced > Network > Settings > Automatic proxy configuration URL.)  I have been doing this for two and a half years with no problems, but all of a sudden it doesn't work anymore.  I have made no recent changes to my computer (Windows XP laptop) or browser settings.  I get a connection has timed out / the server is taking too long to respond error message whenever I try to access a website via the university proxy server.  This is only an issue for websites that require the proxy, such as databases that the university library subscribed to.  I can access all public websites as usual.
    I have tried Internet Explorer and get the same problem.  If I disable the proxy server then my connection does not time out, I just get redirected to the university's "you are off campus and need to enable a proxy server to connect to this resource" page.  University technical support tells me there is nothing wrong with the proxy server and that I am set up properly to use it, and that as far as they can tell the issue is probably with my ISP.
    I am pretty sure this is indeed as Verizon issue, as I took my computer to a coffee shop and was able to access university resources via the proxy server just fine using the free wireless.  I also got out my old laptop, reformatted the hard drive, reinstalled the OS (Windows XP), and had the exact same problem trying to use the proxy server via my home Verizon connection.
    Incidentally, I am also unable to log in to Second Life using my home Verizon connection.  I get an error message saying the server isn't responding.  Again, I had no trouble with this using the coffee shop wireless.
    I have spent about three hours trying to get someone from Verizon to address this problem, but keep being told I need to talk to someone else.  I have now described this problem to ten different Verizon employees but have yet to reach anyone who even seems to know what a proxy server is, much less anyone who can help with this problem.  If anyone out there has any suggestions, I'd much appreciate it.  I cannot do much work from my apartment if I cannot access university resources.

    That Trace suggests there is a firewall at play somewhere blocking ICMP Echo. Since it's timing out past the modem I do have reason to believe that the modem may be up to something. Visit http://192.168.1.1/ and check the Firewall settings. If it's set to Low or High, disable it. If you are prompted for a User/Pass, try the following:
    admin/password
    admin/password1
    admin/admin
    admin/admin1
    Your Verizon Username and Password
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • FTP-Connection via Proxy

    Hallo.
    I have the following problem:
    To Connect to an FTP-Server I have to use a proxy server - shouldn't be a problem.
    But it is. At first I tried it via SystemPref. with no efforts. Still only Programms (Fetch, FileZilla) with extra proxy settings were able to connect.
    So I tried it via commandline:
    c207:~ $ sudo networksetup -setftpproxy "Ethernet (integriert)" ftpproxy.fem.tu-ilmenau.de 21
    c207:~ $ sudo networksetup -getftpproxy "Ethernet (integriert)"
    Enabled: Yes
    Server: ftpproxy.fem.tu-ilmenau.de
    Port: 21
    Segmentation fault
    Segmentation fault? what? why?
    what's wrong?
    (sry for my faults, my english isn't very good)

    If there's a segfault, that's a bug (every time). It means that the software is trying to access areas of memory that it's not supposed to. And considering you're using sudo to cause it, potentially an exploit.
    Do things work ok if you configure this through the Network Settings GUI?

Maybe you are looking for

  • Accounts Payable Reconciliation Account does not match with sap report

    Hello Folks, I have problem with AP reconciliation account, that the balances in FS10N for a particular Company Code for particular reconciliation account balance do not match with the report run to show the vendor  balances in local currency (report

  • Best way to manage images on jsp web application

    Hi, Am developing a jsp web application, in that project, the user will upload the image files, now I created an image directory in the context root and when the image is uploaded by the user it is saved in the /images directory and the image path is

  • Sudoku-Generator

    Does anybody know PL/SQL-code for generating Sudoku-puzzles? Cheers, Nuerni

  • Problem with Photoshop

    I have an old photoshop 6.0 it's ok with my old computer windows XP but, it's impossible to install on my new computer with Windows 7 64 bits. could you help me please.

  • The edit button in the widget animation properties is un-clickable

    the edit button is un-clickable , i cant click to edit the widget from the animation properties, and its causing me a problem because if i edited the widget from flash it works fine and no errors , but it has related objects in captivate , please if