Recent content by Rob van Rijen

  1. Rob van Rijen

    HTML manual does not jump to bookmark in page

    Hi Marco, It is the 12.2 documentation (E66230_01) downloaded through the link that PL/SQL Developer provides. I downloaded a new documentation set fromhttps://docs.oracle.com/en/database/oracle/oracle-database/12.2/zip/oracle-database_12.2.zip Now the issue is solved.
  2. Rob van Rijen

    Feature request - copy with variable/constant to literal replacement

    Yes, that would be a really nice feature. It is something I also do a lot. When I am debugging code, often I copy SQL containing constants and variables to an SQL window. Substituting them with literals, especially when these are current values in the debug window would be really neat! A tip...
  3. Rob van Rijen

    HTML manual does not jump to bookmark in page

    Hi Marco, I have a small issue with the HTML manuals. It happens when I search for help on a subject and click one of the results. The correct page will open but the focus does not move to the bookmark inside that page. The window will remain be at the top of the page. I have tried to switch...
  4. Rob van Rijen

    Feature request - Export user objects from object browser

    Thanks for that tip Marco! I work with PL/SQL Developer on a daily basis for almost 20 years... I even have the t-shirt! But I never knew this option existed. Even though I still think a filter like the object browser would be nice, you've really helped me with that tip. I use export user...
  5. Rob van Rijen

    Feature request - Export user objects from object browser

    I have been thinking some more about this... maybe the solution can be found in the 'export user objects' window. The is currently no filtering option in there, except for a user selection. The object browser however has a nice search filter, where you can type a (partial) name an object or...
  6. Rob van Rijen

    Feature request - Export user objects from object browser

    It would be a very nice feature if you could export user objects directly from the object browser by right-clicking one or more selected objects. I use export user objects a lot to prepare release scripts, but it is not easy to find the relevant objects in that list. Usually I will create a...
  7. Rob van Rijen

    changing network type

    Thanks Marco, that would be a really useful improvement! I really want to update to 13.0.6, but it is up to our IT department to install the latest version :(
  8. Rob van Rijen

    changing network type

    Hi Marco, I use pl/sql developer in a large organisation and have to move a lot around the building. Sometimes I have a wired connection and sometimes I switch to wifi. For a long time -not specific to my version, but I use 13.0.0.1883 (64 bit)- I have problems when changing the network...
  9. Rob van Rijen

    Export user objects

    Thanks Marco
  10. Rob van Rijen

    Export user objects

    Hi Marco, We're using PL/SQL Developer 11.0.3.1770 I really like the 'Export User Objects' function because it creates clean ddl and has the option to create a file per object. We use it a lot to script our database changes. I would like to automate this function. Is it possible to Export...
  11. Rob van Rijen

    Export/Import of spatial data

    Thanks Marco... I was afraid of that! I'll see if I can find a friendly dba and/or service engineer to install these files on my side of the database.
  12. Rob van Rijen

    Export/Import of spatial data

    Hi, Does PL/SQL Developer (7.1.5.1398) support the export and import of tables with a mdsys.sdo_geometry column? I have tried 3 options so far: 1) Tools -> Export Tables -> SQL inserts. PLS says "Table X contains one or more MDSYS.SDO_GEOMETRY columns. Cannot export in SQL format." 2) Tools...
  13. Rob van Rijen

    User defined folders

    Thanks Marco! It's just a tiny issue... I'll survive ;)
  14. Rob van Rijen

    User defined folders

    Hi Marco, The the user defined folder functionality is really cool, but... :) If you want to add an object to a user defined folder using the browser, it can only be added to a folder that is at the lowest level in the hierarchy. For instance, say we have some used defined folders like...
Back
Top