Recent content by Frank Huijbreghs

  1. Frank Huijbreghs

    PL/SQL developer simultaneous connection to OCI db with two difrerent wallets

    I have also 2 OCI databases and ran into the same problem. What I have done is combine the tnsnames.ora files in both wallets so both tnsnames.ora files are equal and contains the same database entries. This fixed the "ORA-12529: TNS:connect request rejected based on current filtering rules."...
  2. Frank Huijbreghs

    'Define connections' icon set not correct

    Using 16.0.0.2136 the icon set on the right of the 'Define connections' window are not correct: -New connection is a down arrow -Delete is a + icon -Move up is a folder list icon -Move down is a up arrow -Export is a delete icon -Import is a save folder list icon
  3. Frank Huijbreghs

    PL/SQL Developer why not support for Mac OS X?

    +1 for a MacOS version of PL/SQL Developer (please)
  4. Frank Huijbreghs

    Setting default font for Copy to Excel

    Hi Marco, I would like to have the default font for Excel files separate from the grid font. Can you add that to the list of enhancements?
  5. Frank Huijbreghs

    Export with Method="SQL Inserts" does not read 'Drop' parameter

    When I run the following command in a Command Window the export does not process the 'Drop' parameter: Export Tables=TABLENAME Method="SQL Inserts" Drop DisableTriggers DisableFKs Commit="500" Filename="c:\temp\tablename.tab" Wait See screenshot. This also happens with the Create parameter I...
  6. Frank Huijbreghs

    quick input define.

    Hi Yeats, Is 'Configure -> Preferences -> User Interface -> Editor -> Autoreplace' an option for you?
  7. Frank Huijbreghs

    Save row changes in SQL Window to file

    When will the beta of release 15.0 become available?
  8. Frank Huijbreghs

    Save row changes in SQL Window to file

    Wow, that's nice, can't wait for release 15.0 then :)
  9. Frank Huijbreghs

    Save row changes in SQL Window to file

    Thanks Marco, I can't wait for this enhancement
  10. Frank Huijbreghs

    Save row changes in SQL Window to file

    Is it possible to save changes that I want to make to one or more fetched records in a SQL Window to a file/clipboard in update/inser/delete format for use in a command Window?
  11. Frank Huijbreghs

    Query by example shows :qbe_var1 in stead of value by Oracle 19c

    Thanks Marco, Unfortunately I cannot switch between NLS_LANG settings that easy but it wil do for me now.
  12. Frank Huijbreghs

    Query by example shows :qbe_var1 in stead of value by Oracle 19c

    Using PL/SQL Dev 13.0.6 / Oracle 12.2 oci.dll When doing a "query by example" on Oracle 12c the query is build as expected. select * from MDR_ODE_EMAIL t where ode_id = 'VN' When doing the same "query by example" on Oracle 19c the query is showing :qbe_var1 in stead of 'VN' select * from...
  13. Frank Huijbreghs

    SSH connection on Oracle Cloud Service

    This last post from Valentino did not work for me. I downloaded the wallet zip file, unzipped it into my default tnsnames location. These are the files: cwallet.sso ewallet.p12 keystore.jks ojdbc.properties sqlnet.ora tnsnames.ora truststore.jks Starting PL/SQL Developer and logging in gives...
  14. Frank Huijbreghs

    Update ActiveQueryBuilder to 1.4.1 not working

    Hi Marco, File version shows 1.4.1.0 so it seems to be the correct version. Thank you for your reply. Regards, Frank Huijbreghs
  15. Frank Huijbreghs

    Update ActiveQueryBuilder to 1.4.1 not working

    Hi, I want to update ActiveQueryBuilder to 1.4.1 (64bits) but after installing de version info of ActiveQueryBuilder keeps showing 1.26.3.0 I manualy deleted the ActiveQueryBuilder.dll and did a reinstall but that did not work. I am using PL/SQL Dev 13 beta 9 64 bits Regards, Frank Huijbreghs
Back
Top