Recent content by Charles

  1. C

    Connecting to db with jdbc connection

    Hi All, I am trying to connect to a database at work that does not use a typical TNS connection. I have a connection string that I use to connect to the database similar to this one: jdbc:oracle:thin:@ldap://dbldap.uk.xyz.com:3060/storav,cn=XyzContext,dc=uk,dc=xyz,dc=com This connection...
  2. C

    Oracle error: 03113 -- Broken connections when opening package specification for edit or view

    Greetings, I am an avid user of PL/SQL Developer, my current version is 9.0.1.1613 01.73986 1 User. This application has worked flawlessly for several months until this morning. Today, every time that I attempt to open a package to edit/compile, an error message indicating that I am no longer...
  3. C

    ODBC Loader and Macros

    Hi, I am a user of PL/SQL Developer needing to load several MS Access Tables into Oracle and I am wondering if it is possible to set up a macro to read my definition files in sequence and load into the tables as some type of "job"? The definition files are currently pointing to the correct...
Back
Top