Recent content by IvanZ

  1. I

    Problems with Worksets

    I've also had occasional problem with lost worksets (no errors given). I've notiiced that lost was more possible during open operation and was less possible while close operation. But this bug is too serious to use this functionality so I've reverted to ol'good "desktop=" which works flawlessly.
  2. I

    Debugger hangs

    Is it RAC DB?
  3. I

    Feedback on the new PL/SQL Developer Interface

    Hi, I support #1,2 - removing color information form the icons now requires more time and effort to find and click the right button. Maybe we can have an icon pack from v14 or something? #5,6 too. Hiding most used options into submenu is totaly counterproductive.
  4. I

    DBMS scheduler, job properties, Log and Run details, how do I see all log rows?

    Hi, I agree, An option for number of rows or 'Fetch All' button would be very helpful. For now this is kind of regression in functionality.
  5. I

    CLOB field in v$sql

    Hi In beta2 we still see for the xmltype fiels. Ex: select patch_descriptor from dba_registry_sqlpatch;
  6. I

    Subpartitions tab is not shown

    For list-range schema Subpartitions tab is shown correctly. So it's supported, but not to the full extent. You can treat it as a bug or enhancement, but treat it please. It's 10+ years old functionality and used widely in DWH.
  7. I

    Subpartitions tab is not shown

    Hi, For tables with LIST-LIST subpartitioning schema PLD doesn't show Subpatitions tab (in RMB > View window) Example DDL: create table list_list_parts ( call_date date, filial_id number ) partition by list (filial_id) subpartition by list (call_date) (...
  8. I

    GIT access

    >> Any suggestions? As always, run DebugSQL.
  9. I

    Truncation issues displaying large numeric values

    There's an option in Preferences > SQL Window > Number fields to_char That will do it for you. But it might break other queries so use carefully. No idea why PLD doesn't allow number length tuning.. It might be oracle client setting too.
  10. I

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

    You can start PLD instance with required NLS by setting NLS_LANG parameter in the shortcut.
  11. I

    Very slow response of IDE when working through VPN

    Use DBA views if available - should be always on. These queries are more efficient. What you're looking for is "SQL Window - Show dictionary info in result grid". Disable it. Everything else is pretty much untunable.
  12. I

    Convert selection to comment issue

    In v12 is works correctly, btw
  13. I

    [13.0.1][64 bits]Search Window dissapearing

    I can confirm. Return of the focus just closes this dialog.
  14. I

    Beta 7 - Bug in refactoring procedures in a package body?

    How does the program supposed to know that?
Back
Top