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.

Similar Messages

  • 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

  • SQL Developer Data Modeler - integration with subversion

    I just discovered the release of SQL Developer Data modeler, and found this to be very interesting.
    We are still using Oracle Designer for database design, but we are looking for a replacement (for several reasons).
    My question is quite simple:
    Given that the modeler uses a filebased repository, and also given that we have several developers potentially working on a data-model at the same time, how does Data Modeler integrate with subversion for source control etc.?
    Can the repository itself be under source control, and checked in/out directly from Data Modeler?
    Or will only the output files be candidates for version/source control?
    Let me admit right away that I have not read much of the data modeler docs, and I have also not downloaded/installed it (yet), but does anyone have pointers to docs on this , or general input/knowledge around it.
    On a side note, I must say that it puzzles me that a company like Oracle, that delivers one of the best databases doesn't use its database engine to host the repository, but instead chooses to go for files (I assume xml) "scattered all over the place"....
    Well, I guess they a have a reason for it..
    Anyway:
    Sql Developer Data Modeler and Subversion anyone?
    Jens

    Hi Jens,
    It's early days and the initial implementation is indeed file based. Though I'd say not xml files "all over the place", but in ordered folders. Yes, as a database company it does make sense that we'd have a repository for managing and versioning metadata. However the tool supports Oracle and other databases and many companies use open source version control tools, such as Subversion and so anyone using the Data Modeler today can use it with Subversion regardless of the database they are designing for.
    We do plan to have a repository, but in the 6+ months of the early adopter program found that many of the early adopters were happy to place the files under source code control using Subversion and in so doing also managed the multi-user development.
    Integrated Subversion support is planned for a future release.
    Sue

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

  • Installed SQL Developer 3.3.20.09 but unable to connect to Oracle DB

    Hi SQL Team,
    I am a beginner in SQL world, recently installed SQL Developer 3.3.20.09 and Oracle DBA 11g EE but not able to connect to DB.
    Can you please help me with the below details which I need to provide to run my Oracle DB 11g
    1. Connection Name
    2. Username
    3. Password
    4.Connection Type:
    A)Host Name
    B) Port
    Thanks and appreciate your help in this.
    Kind Regards,
    Pooja

    Did you create a database though?
    Installing Oracle doesn't necessarily mean you have a database.
    http://www.thatjeffsmith.com/archive/2012/12/i-have-oracle-sql-developer-installed-now-what/

  • 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

  • Bug in SQl Developer + Ubuntu 64 bits and Open JDK 7

    if i use de /usr/lib/jvm/java-1.6.0-openjdk
    a have this errors.
    SEVERE     283     1     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     282     0     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     281     1     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     280     0     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     279     1     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     278     0     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     277     1     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     276     0     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)
    SEVERE     275     1     oracle.dbtools.raptor.controls.grid.ResultSetTableCellRenderer     oracle.dbtools.raptor.controls.grid.ResultSetGridCell.computeDisplayValue(ResultSetGridCell.java:37)

    Welcome to the forum!
    Please read the FAQ for how to post a question and the information that you need to provide.
    The most important thing is that you actually need to post a question. Saying 'when I do this I have errors' is NOT a question. And it does not provide enough information for anyone to help you.
    The subject mentions Open JDK 7 but your content uses '/usr/lib/jvm/java-1.6.0-openjdk'. Nothing in what you posted says anything at all about whether you are using sql developer, what version you are using, or how you are trying to launch it.
    If you want help you have to provide detailed, specific information about each step you are taking and what results you get.
    Have you ever installed or used ANY version of sql developer on ANY platform?
    You are on a 64 bit system so are you using 64 bit versions of sql developer and the JDK?
    Are you aware that JDK 7 is NOT recommended for use with sql developer at this time?

  • Problem connecting SQL Developer 1.5.1 with Subversion 1.5 (win XP)

    Hi I'm trying to connect the latest version of SQL Developer 1.5.1 to an svn version 1.5 repository.
    I'm on a win XP machine. (svn is on Linux red hat)
    The error I see is;
    Testing read access for repository svn://<xxxxxxxxxxx>/var/svn...
    svn: Malformed network data
    svn: Malformed network data
    Access refused.
    I'm able to connect to other (older versions of svn) repositories.
    I notice that SQL Developer uses SVNkit 1.1.6. and I have a feeling that this is not compatible with svn 1.5
    Has anyone encountered this problem or has anyone successfully connected SQL DEV 1.5.1 to SVN 1.5?
    Regards,
    Patrick
    note: the svn repository is a source code repository. (.java .class and .sql files.)
    there is no DB data there, and no DB schema. (other than in the .sql files)
    I'm saying this because I'm not an SQL specialist, (and even then, I'm mainly mysql!) and I seem to get the impression that source control to SQL guys might mean something slightly different. i.e. versioning a DB rather than the source code that creates a DB. If I'm wrong about this, apologies! ;)
    Message was edited by:
    user651051

    note: the svn repository is a source code repository. (.java .class and .sql files.)
    there is no DB data there, and no DB schema. (other than in the .sql files)
    I'm saying this because I'm not an SQL specialist, (and even then, I'm mainly mysql!) and I seem to get the impression that source control to SQL guys might mean something slightly different. i.e. versioning a DB rather than the source code that creates a DB. If I'm wrong about this, apologies! ;)There are arguments both ways, but the current implementation in SQLDeveloper only supports version control on source files. IMO there needs to be a link between the vc repository, the source file you are working on and the object it creates in the database.
    As it stands, you can edit and compile a procedure in the database, but if you don't remember to extract it back to its source file, you end up with a mismatch. Similarly, if you edit the source file and forget to run it into the database you end up with a mismatch.

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

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

  • Creating A New Oracle Database And Sql Developer

    Hi,
    I'm a newbie to Oracle and and a not so newbie to Sql Server and Visual Studio.
    I am trying to learn Oracle on my local machine. I want to create a new Oracle Database and start learning from there.
    I have downloaded sql developer, the data modeler, and the Oracle Client. Could someone please provide some guidance on how to create a Oracle Database?
    From the responses, it appears that none of the items I mentioned actually creates a database. Sql Server provides a free download, also a developer version for a minimal fee. What specific Oracle product would be best to provide this type of service?
    Thanks,
    Mark
    Edited by: user8948230 on Jan 7, 2010 9:50 AM

    user8948230 wrote:
    Hi,
    I'm a newbie to Oracle and and a not so newbie to Sql Server and Visual Studio.
    I am trying to learn Oracle on my local machine. I want to create a new Oracle Database and start learning from there.
    I have downloaded sql developer, the data modeler, and the Oracle Client. Could someone please provide some guidance on how to create a Oracle Database?
    From the responses, it appears that none of the items I mentioned actually creates a database. Sql Server provides a free download, also a developer version for a minimal fee. What specific Oracle product would be best to provide this type of service?
    Thanks,
    Mark
    Edited by: user8948230 on Jan 7, 2010 9:50 AMIn addition to downloading and installing the database software to create a database, might I also suggest you start getting familiar with the documentation.
    Learning where to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com. Drill down to your product and version.
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are reference manuals. Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    After you have familiarized yourself with what is available, read the "2-Day DBA" manual to help get you started.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Look in your alert log and find all the non-default initialization parms listed at instance startup. Then read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.

Maybe you are looking for

  • How to create HP LaserJet 2420 printer queue on Solaris 10

    Hi Solaris Gurus, I am having difficulty creating a printer queue for HP LaserJet 2420 on Solaris 10 (11/9) Sparc (Sun Fire T5220) server. A popular method used is with hppi (HP Jet Direct) tool but it does not have the exact printer driver and alter

  • Own Public IP Pool in another country

    I have two Public ip blocks and public AS purchased from HK service provider at HK. I would like to use one of the pool in another country. e.g. Singapore. The ISP at Singapore is OK to use my own public IP pool and advertise the block of my choice.

  • Stupid mail program

    our workstations are all Mac, all kinds mac...we upgrade some every year, transfer mail is a huge painful job. Most of users got tons of email and many sub-folders , Mac Mail has no way to export all of them. Microsoft outlook is pretty friendly to t

  • JavaScript crashes dreamweaver

    Create a new JavaScript file; paste or write: var [a] = b; and Dreamveaver will crash. Can someone confirm this? Was this known?

  • Acrobat 8 Professional not finding CS2 products to authorize upgrade. Had this problem before Windows 8; have 2 sets of serial

    When I initially purchased CS2 new I did have this very problem w/ Acrobat 8 Professional install not finding the CS2 products to authorize the upgrade product serial numbers. I actually have 2 sets of serial numbers dervived from this problem but ne