SQL Developer 1.5.1 and 64-bit Vista

I have reviewed some of the post and looking at differnt JDK's.
The application comes up; however, I can't create a connection.
I hit the plus button and nothing happens.
Any new news?

at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Could not load:oracle.dbtools.thirdparty.access
Exception while performing action New Connection
oracle.classloader.util.AnnotatedLinkageError: class oracle.dbtools.thirdparty.a
ccess.AccessConnectionPanel overrides final method ☺.☺
Invalid class: oracle.dbtools.thirdparty.access.AccessConnectionPanel
Loader: main:11.0
Code-Source: /C:/oracle/11.1.0/db_1/sqldeveloper/sqldeveloper/extens
ions/oracle.dbtools.thirdparty.access.jar
Configuration: system property C:\oracle\11.1.0\db_1\sqldeveloper\sqld
eveloper\extensions\oracle.dbtools.thirdparty.access.jar
Dependent class: oracle.dbtools.raptor.connections.ConnectionTypeRegistr
y
Loader: main:11.0
Code-Source: /C:/oracle/11.1.0/db_1/sqldeveloper/sqldeveloper/extens
ions/oracle.sqldeveloper.jar
Configuration: system property C:\oracle\11.1.0\db_1\sqldeveloper\sqld
eveloper\extensions\oracle.sqldeveloper.jar
at oracle.classloader.PolicyClassLoader.findLocalClass (PolicyClassLoade
r.java:1542) [/C:/oracle/11.1.0/db_1/sqldeveloper/j2ee/home/lib/pcl.jar (from sy
stem property java.class.path), by sun.misc.Launcher$AppClassLoader@10719543]
at oracle.classloader.SearchPolicy$FindLocal.getClass (SearchPolicy.java
:226) [/C:/oracle/11.1.0/db_1/sqldeveloper/j2ee/home/lib/pcl.jar (from system pr
operty java.class.path), by sun.misc.Launcher$AppClassLoader@10719543]
at oracle.classloader.SearchSequence.getClass (SearchSequence.java:119)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Could not load:oracle.dbtools.thirdparty.access
Exception while performing action New Connection
oracle.classloader.util.AnnotatedLinkageError: class oracle.dbtools.thirdparty.a
ccess.AccessConnectionPanel overrides final method ☺.☺
Invalid class: oracle.dbtools.thirdparty.access.AccessConnectionPanel
Loader: main:11.0
Code-Source: /C:/oracle/11.1.0/db_1/sqldeveloper/sqldeveloper/extens
ions/oracle.dbtools.thirdparty.access.jar
Configuration: system property C:\oracle\11.1.0\db_1\sqldeveloper\sqld
eveloper\extensions\oracle.dbtools.thirdparty.access.jar
Dependent class: oracle.dbtools.raptor.connections.ConnectionTypeRegistr
y
Loader: main:11.0
Code-Source: /C:/oracle/11.1.0/db_1/sqldeveloper/sqldeveloper/extens
ions/oracle.sqldeveloper.jar
Configuration: system property C:\oracle\11.1.0\db_1\sqldeveloper\sqld
eveloper\extensions\oracle.sqldeveloper.jar
at oracle.classloader.PolicyClassLoader.findLocalClass (PolicyClassLoade
r.java:1542) [/C:/oracle/11.1.0/db_1/sqldeveloper/j2ee/home/lib/pcl.jar (from sy
stem property java.class.path), by sun.misc.Launcher$AppClassLoader@10719543]
at oracle.classloader.SearchPolicy$FindLocal.getClass (SearchPolicy.java
:226) [/C:/oracle/11.1.0/db_1/sqldeveloper/j2ee/home/lib/pcl.jar (from system pr
operty java.class.path), by sun.misc.Launcher$AppClassLoader@10719543]
at oracle.classloader.SearchSequence.getClass (SearchSequence.java:119)

Similar Messages

  • SQL Developer 1.5.3 and Subversion:  Unable to commit

    Hi all.
    I use SQL Developer v1.5.3 along with Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 on Windows XP. For maintaining a local codebase, I have started using subversion. Problem is I'm unable to commit changes, I get an error message:
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
    svn: File already exists: filesystem 'F:/svnrepo/db', transaction '3-c', path '/apic/branches/1.0/APIC_STEP_PREMIUM_CALC.PKS'
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:316)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCommit.invokeCommit(SVNOperationCommit.java:206)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCommit.invokeCommandImpl(SVNOperationCommit.java:72)
         at oracle.jdevimpl.vcs.svn.op.AbstractSVNOperation.mav$invokeCommandImpl(AbstractSVNOperation.java:46)
         at oracle.jdevimpl.vcs.svn.op.AbstractSVNOperation$1.doCommitOperation(AbstractSVNOperation.java:105)
         at oracle.jdeveloper.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:82)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
    svn: File already exists: filesystem 'F:/svnrepo/db', transaction '3-c', path '/apic/branches/1.0/APIC_STEP_PREMIUM_CALC.PKS'
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:723)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1852)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClientImpl.java:667)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClientImpl.java:648)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:310)
         ... 5 more
    Caused by: org.tmatesoft.svn.core.SVNException: svn: Commit failed (details follow):
    svn: File already exists: filesystem 'F:/svnrepo/db', transaction '3-c', path '/apic/branches/1.0/APIC_STEP_PREMIUM_CALC.PKS'
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
         at org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:894)
         at org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:823)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClientImpl.java:665)
         ... 7 moreI'm not sure if I'm doing something wrong, any guidance is deeply appreciated.
    Thanks.

    Well an upgrade to SQL Developer 1.5.4 and I'm not getting this error anymore. Thanks anyways.

  • Oracle SQL Developer 2.1 EA1 and 1.5.5 not working on MacOS X Snow Leopard

    Currently, the Oracle SQL Developer 2.1 EA1 and 1.5.5 are not working on MacOS X Snow Leopard. Is there a plan to support the actual version of OS X?
    When I try to start the MacOS X-Download I always get the following errors using MacOS X 10.6.1:
    ./sqldeveloper.sh oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.ide.Version
         Dependent class: oracle.ide.IdeCore
         Loader: main:11.0
         Code-Source: /Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.jar
         Configuration: system property PCLMain.createExtensionManagerLoader()
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2176) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1729) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1685) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1670) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@2039559412]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:399) [jre bootstrap, by jre.bootstrap:1.6.0_15]
         at oracle.ide.IdeCore.$init$ (IdeCore.java:169) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ide.IdeCore.<init> (IdeCore.java:176) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/extensions/oracle.ide.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.DefaultIdeCore.<init> (DefaultIdeCore.java:64) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.DefaultIdeCore.<init> (DefaultIdeCore.java:69) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.Main.start (Main.java:109) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at oracle.ideimpl.Main.main (Main.java:72) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ideimpl.jar (from system property PCLMain.createExtensionManagerLoader()), by main:11.0]
         at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown, by unknown]
         at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [unknown, by unknown]
         at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [unknown, by unknown]
         at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknown]
         at oracle.ide.boot.PCLMain.callMain (PCLMain.java:66) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.PCLMain.main (PCLMain.java:58) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown, by unknown]
         at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [unknown, by unknown]
         at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [unknown, by unknown]
         at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknown]
         at oracle.classloader.util.MainClass.invoke (MainClass.java:128) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain (IdeLauncher.java:190) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.IdeLauncher.launchImpl (IdeLauncher.java:90) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.IdeLauncher.launch (IdeLauncher.java:66) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.IdeLauncher.main (IdeLauncher.java:55) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native method) [unknown, by unknown]
         at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) [unknown, by unknown]
         at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) [unknown, by unknown]
         at java.lang.reflect.Method.invoke (Method.java:597) [unknown, by unknown]
         at oracle.ide.boot.Launcher.invokeMain (Launcher.java:729) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.Launcher.launchImpl (Launcher.java:115) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.Launcher.launch (Launcher.java:68) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]
         at oracle.ide.boot.Launcher.main (Launcher.java:57) [Users/dus/Downloads/sqldeveloper-1.5.5.59.69-macosx/SQLDeveloper.app/Contents/Resources/sqldeveloper/ide/lib/ide-boot.jar, by sun.misc.Launcher$AppClassLoader@2039559412]

    You have started this annoying discussion.
    I don't have any problems with my OS instead of you.
    I have already told you what to do, if you have no idea how to do that just go and buy yourself another support subscription from your mac support.
    The missing class is not available from any code-source or loader in the system. check that.
    what version of JAVA do you have in your fancy OS? most of the time upgrade java to the latest version will fix the issues.
    Update java from sun website not from another mac tore.

  • Partial solution for sql developer 2.1 EA2 and 9i db

    While this bug resolved, I have found a solution to use sql developer 2.1 EA2 and db 9i.
    The solution has been to mix two post:
    1.- Re: 2.1: Packages and compilation icons
    2.- Issue with viewing packages in SQL Developer EA2
    The problem seems to be acces to the tables ALL_PLSQL_OBJECT_SETTINGS and DBA_PLSQL_OBJECT_SETTINGS , deleting the reference in the xml file that it's at the post 1, I can see the Packages, Procedures and Functions of db 9i.

    In SQL Developer 2.1, the CVS and Perforce extensions will be available through the Check for Updates facility. We will update the Check for Updates this week, so that you can use them with SQL Developer EA2.
    Sue

  • How can I get SQL Developer working on Windows 7 64-bit

    Hi all,
    I've followed the download instructions for SQL Developer v4 as per the download page (
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-download-v4-1925679.html
    Install instructions: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-install-windows-1969674.html
    I've  installed SQL Developer requires JDK 7 (jdk-7u25-windows-x64.exe) - with no issues.
    I've also downloaded and unziped to sqldeveloper-4.0.0.12.27-no-jre.zip to C:\Program Files\
    SQL Developer successfully starts, but when I try to connect to a data source, I get the following error:
    Status : Failure -Test failed: C:\Oracle11g\product\11.2.0\client_1\BIN\ocijdbc11.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform.
    can any tell me how I fix this issue........... I getting fed up using clunky toad

    You're trying to use a 32 bit Oracle Client with 64 bit SQL Developer.
    You're doing something in SQL Developer that's requiring us to load OCI - in your connection properties, use Network Alias instead of Connect Identifier for TNS, or make sure in your Advanced settings you don't have 'Use OCI/Thick driver' enabled.
    Or, install a 64 bit copy of the Oracle Client and tell SQL Developer to use that home instead.

  • SQL Developer Data Modeler - kudos and ?

    Hi,
    There must be a niche for a new modeling tool with this functionality but its differentiation is not clear to me.
    Compared to the beta, the product seems tight - most of the bugs seem to have been dealt with.
    It's great that dfds are supported. This is one of the most intuitive ways to represent business process. The same goes for the Barker notation in the ERDs.
    Forward- and reverse-engineering work much better than in the beta. Well done!
    A number of questions/issues:
    This product has been billed as a Metadata Management Product. If so, where are lineage and business metadata? Or perhaps you're still trying to define your market. Are you considering integration with OWB?
    Why is the installation of a read-only tool required? A browser-based reader would seem to make a lot more sense. This seems like a step backwards in terms of technology.
    The price per seat is a bit much. Given the current functionality ER Studio or Embarcadero or some competitive offering are more attractive - at least these products are known quantities in this market. For very basic modeling JDeveloper database/object models and activity diagrams cover much of the same ground.
    If you're going to charge $3K, the big red "Free Download" icon on the home page is misleading.
    Where is the repository? If you add that, the product might help to sell database licenses and you might be able to rethink the $3000 charge. If and when a repository materializes will you create/publish an API? If the product is truly based on CWM, will it support XMI?
    Regards
    - Michael

    I believe you intended to post this in the [SQL Developer forum|http://forums.oracle.com/forums/forum.jspa?forumID=260]. Sue Harper, the product manager for SQL Developer, is a regular in that forum. To the extent that anyone can give an official Oracle answer on any of these things, she'd be the one to give it.
    Justin

  • SQL Developer 3.0/3.1 64 Bit Memory Setting

    Hi,
    To avoid hitting memory setting issues with SQL Dev 3.0/3.1 64 bit clients, you can make the following changes:
    1) Close SQL Developer
    2) Locate the sqldeveloper.conf file
    Found in directory:
    C:\<SQLDeveloper32\sqldeveloper\sqldeveloper\bin
    3) Change the following line
    Before:
    AddVMOption -XX:MaxPermSize=128M
    After:
    AddVMOption -XX:MaxPermSize=256M
    4) Launch SQL Developer
    A memory issue of this sort will generally result in non-responsive UI behavior.
    You can verify that you are hitting this issue by launching the console window version of SQL Developer and checking for memory exceptions.
    C:\SQLDeveloper30-64RTMPatch1\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe
    A bug has been filed change this setting.
    Thanks, Mark

    SQL Developer itself will work with a 64-bit JDK. It is possible that the data modeler still requires a 32-bit JDK.
    You may get better answers in the dedicated Data Modeller forum.

  • SQL Developer 3.0.04 and 3.1 wont open

    I upgraded to OS X Lion today and SQL Developer stopped working.
    I think I've narrowed it down to missing Java installation even tho I have installed the JDK from apple from connect.apple.com?
    Contents of sqldeveloper-Darwin.conf:
    AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer"
    AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false
    AddVMOption -Dcom.apple.macos.smallTabs=true
    AddVMOption -Dapple.laf.useScreenMenuBar=true
    SetSkipJ2SDKCheck false
    SetJavaHome /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
    AddVMOption -Xbootclasspath/p:../../rdbms/jlib/ojdi.jar
    Contents of /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/
    rcoleman$ cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/
    -bash: cd: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/: No such file or directory
    So I looked in Versions:
    rcoleman$ ls -lh
    total 32
    lrwxr-xr-x 1 root wheel 10B Apr 12 16:05 1.6 -> CurrentJDK
    lrwxr-xr-x 1 root wheel 10B Apr 12 16:05 1.6.0 -> CurrentJDK
    drwxr-xr-x 8 root wheel 272B Apr 12 16:06 A
    lrwxr-xr-x 1 root wheel 1B Apr 12 16:05 Current -> A
    lrwxr-xr-x 1 root wheel 59B Apr 12 16:05 CurrentJDK -> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
    So I looked in /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
    rcoleman$ cd /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents
    -bash: cd: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents: No such file or directory
    In fact:
    rcoleman$ cd /System/Library/Java/JavaVirtualMachines
    -bash: cd: /System/Library/Java/JavaVirtualMachines: No such file or directory
    I have installed the JDK from apple from connect.apple.com
    Is there something else i need to do?? I can't find anything that I seem to need with respect to Java and SQLDeveloper.

    I found an answer that worked here:
    Re: SQL Developer on Mac OS X Lion (10.7)?
    Essentially I had to install Java?? From here: http://support.apple.com/kb/DL1421
    The really strange part is that I did the Lion upgrade on my laptop and SQLDeveloper worked without a hitch there.
    At any rate. Hope this helps the next person with this same issue.

  • SQL Developer 3.0.04 and 10g

    Downloaded SQL Developer 3.0.04 to interface to a 10g server. I encountered the now infamous no ocijdbc11 in java.library.path problem which is described in other forum posts. Upon reading, my understanding is that more recent versions of Developer require an 11 client. Workarounds include 1) backing up to previous versions of Developer or 2) downloading and using instantclient. I chose the 2 ^nd^ option.
    Instantclient got rid of the ocijdbc11 error, but now I'm seeing Internal Error: Fetch error message failed!
    There doesn't seem to be much help available on the Oracle site or forums, and I'm hoping that someone else has seen and solved this problem.
    Any guidance for this Oracle newbi is appreciated. Thanks!

    There is another workaround - set the Use OCI/Thick drive option off.
    Tools|Preferences|Database|Advanced.
    This won't work if you need OCI for specific functions not supported by the thin driver.

  • SQL Developer 1.5.1 and Sun JDK 1.6 Update 10

    Now that the long-awaited Update 10 went FCS, SQL Developer doesn't complain that it's unsupported, it accepts to start normally. Unfortunately, it seems that SQL Developer is not perfectly compatible with the new JDK: if you open a table and click in the 'Data' tab, nothing happens. The Log window doesn't show any error, there are no other probems, if I click other tabs they work, but of course the Data tab is essential for daily work. I have to go back to JDK 6u7 or 5_16. Platform is Windows Vista SP1.

    Hi there, I also have Windows XP SP3 and java sdk 6 u10 installed.
    If I try to start the sql developer following exception is raised (so the splash screen appears and then the ide crashes):
    oracle.javatools.util.ClosureException: java.lang.ClassCastException: oracle.ideimpl.plaf.WindowsComboBoxUI$MarginBorderTextField cannot be cast to javax.swing.JComboBox
    at oracle.javatools.util.SwingClosure.run(SwingClosure.java:83)
    at oracle.ideimpl.MainWindowImpl.postInitialize(MainWindowImpl.java:701)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1515)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.ClassCastException: oracle.ideimpl.plaf.WindowsComboBoxUI$MarginBorderTextField cannot be cast to javax.swing.JComboBox
    at oracle.ideimpl.plaf.WindowsComboBoxUI$PropertyChangeHandler.propertyChange(WindowsComboBoxUI.java:259)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    at java.awt.Component.firePropertyChange(Component.java:7961)
    at javax.swing.JComponent.addNotify(JComponent.java:4684)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at oracle.ideimpl.docking.TitledPanel.addNotify(TitledPanel.java:259)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at java.awt.Container.addNotify(Container.java:2560)
    at javax.swing.JComponent.addNotify(JComponent.java:4683)
    at javax.swing.JRootPane.addNotify(JRootPane.java:735)
    at java.awt.Container.addNotify(Container.java:2560)
    at java.awt.Window.addNotify(Window.java:645)
    at java.awt.Frame.addNotify(Frame.java:470)
    at oracle.ideimpl.MainWindowImpl.addNotify(MainWindowImpl.java:613)
    at java.awt.Window.show(Window.java:841)
    at java.awt.Component.show(Component.java:1447)
    at java.awt.Component.setVisible(Component.java:1400)
    at java.awt.Window.setVisible(Window.java:824)
    at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:756)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

  • SQL Developer 3.2.09 and excess memory usage

    This is really something that will ultimately end up as a bug-fix request, I'm thinking, but I was wondering if anyone else is seeing the same thing, before I report it.
    We're using SQL Developer 3.2.09 in a Citrix environment, and we're finding that it's using up an inordinate amount of memory, causing performance problems for anyone else with applications open on the server. We haven't seen any patterns so far ... like if it's a side-effect of having the tool open for long periods of time (memory leak), or if certain activities within the tool are prone to using up too much memory.
    Has anyone else experienced the same thing when running SQL Developer on their desktop, or in Citrix? And have you been able to tune it at all?
    Thanks,
    --=Chuck

    SQL Developer is java based and relies on the jvm's memory management.
    I'm not aware of any memory leaks as such, but memory tends not to be returned to the system.
    Queries which return large return sets tend to use a lot of memory (SQL Developer has to build a java table containing all the results for display).
    You can restrict the maximum memory allocated by modifying settings in in <sqldeveloper>\ide\bin\ide.conf
    The defaults are -
    AddVMOption -Xmx640M
    AddVMOption -Xms128M

  • SQL Developer 1.5.1 and Oracle 8i

    Previous versions of SQL Developer complained when connecting to an 8i database, but continued. I have not been able to connect to an 8i database with SQL Developer 1.5.1. Is there a workaround?

    I'm fairly certain this topic was started by someone in my organization. I just rolled SQL Developer out to a bunch of developers last week. Some of them can connect to and browse tables on 8i using 1.5.1 (54.40), others cannot.
    I'm one of them that can. And my cube neighbor is another that can. The only pattern I can discern is that he and I both once had SQL Developer 1.2 installed, but also have an installation of 1.5.1.
    So using account A on an 8i instance, when I connect using 1.5.1, I get a little dialog box labeled "Unsupported Database Version". The message in it is "Database Versions 9.x and above are supported." There is only a Help and OK button. I click OK. I can then browse the tables and do queries on 8i just fine.
    When one of the developers having trouble tries to log into the same account on the same 8i instance using the same 1.5.1 (54.40) client, he gets a little dialog window labeled "Error encountered". The message in it is "An error was encountered performing the requested operation:\n Unsupported Oracle database version\n Vendor code 0"
    It's like our sqldeveloper.exe client is taking different codepaths under the covers. They can't get into 8i. We can. Same download. Same setup. Same preferences.
    For what it's worth, when I run SQL Developer 1.2, I get the exact same scenario as described above. But we already knew 1.2 worked on 8i.
    Is it possible that SQL Developer is reading the Oracle homes in my registry and choosing an older thin driver from my 9i Oracle home? It doesn't stick anything in the registry, right, so where else might it share information between the two versions? It seems that my copy of 1.5.1 is somehow either using an older driver (without me having changed anything), or it is somehow using code from the separate 1.2 folder (which seems ludicrous).

  • QTVR and 64-Bit Vista

    My company uses QTVR files extensively in our projects. We recently started buying new workstations with 64-bit Vista. Now none of our QTVR files can be viewed on the new workstations. Apparently this is a known problem and Apple has not addressed it. 7.6 came out today and guess what, it still doesn't work. Come on Apple when is this going to be addressed?
    I'm a Mac fan and have them at home. I would love to get Macs into the office, but when things like this happen its hard to make that recommendation.

    I Agree!
    Message was edited by: MatthewJN

  • IPhone/iTunes and 64 bit Vista

    I was just curious if the first gen and the 3G iPhone and iTunes are compatible with the 64 bit Windows Vista operating system.
    Thanks a lot.
    k s

    Hi k s,
    Yes, iTunes and the iPhone are compatible with Windows Vista 64-bit.
    You can find more information here:
    +"Windows Software+
    +Windows XP Service Pack 2 or later, or 32-bit editions of Windows Vista+
    +64-bit editions of Windows Vista or later require the iTunes 8 64-bit installer+
    +QuickTime 7.5.5 or later is required (included)+
    +200MB of available disk space+
    +Screen reader support requires Window-Eyes 7.0 or later; for information about accessibility in iTunes, visit www.apple.com/accessibility"+ from http://www.apple.com/itunes/download/
    http://support.apple.com/kb/HT1426
    -Jason

  • Sync and 64-bit Vista

    I have a Palm TX and Vista 64-bit, and having sync problems (not recognizing the device when I attempt to sync).  I couldn't install the original/old version of the software (v 4.1.2, I think), and downloaded v 6.2.  It installed, but can't sync.  I did try what so many of you said worked for you by opening Palm as an administrator, but that made no difference for me.  If anyone knows of any other solutions, it would be appreciated.
    Post relates to: Palm TX
    This question was solved.
    View Solution.

    How are you trying to sync?  Via USB?  It cannot be done this way, as mentioned in dozens of threads here...
    Do you have a Wifi network set up in your home?  I wrote a "How To Sync a Tx via Wifi with Vista64" file above in he grey "sticky" post area at the top of this section of the forum.   I use this method with my Vista 64bit laptop easily!  
    WyreNut
    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!

Maybe you are looking for

  • How to install window xp in compaq presario cq60 not book

    how i install window xp in compaq presario cq60 in my not book! please help me, i have trouble with vista so please sir help me. i can't find cam driver, not work properly with .net. there ar so many problame so please help me please please..........

  • 1/8 of a beat off??? when recording audio and click??? HELP

    Okay so I upgraded to Logic Studio and I'm having this problem that basically has crushed my work flow... Here is the problem: When I record new audio from my FirePod in to Logic Studio the recorded audio is approx. and 1/8 of a beat off??? It is rea

  • ITunes (6.05) application quits unexpectedly in OS 10.2.8

    Computer wizard and sage: It's getting monotonous. Every time I try to play 6.0.5 iTunes on my OS 10.2.8 system (with a G4), iTunes shuts itself off after a few seconds and a message pops up -- "the iTunes application has quit unexpectedly." I've fre

  • IPhone won't sync with iPhoto after Mavericks update

    I updated to Mavericks this week and also the latest version of iPhoto. I'm having problems getting iPhoto to sync with the phone. It recognizes the phone but won't load up the images on it. And it won't sync photos from my iPhoto library to the phon

  • Accessing indd files in a three-tier setup

    I made a prototype InDesign Server application where the client tier, middle tier (containing the .indd files) and InDesign Server tier were all the same (my Mac). I'm currently setting up an environment where each tier is a separate machine on the l