Recent content by Albert

  1. A

    empty recovery files

    Hello Sometime there is a problem with a saving of recovery files . May be due to OS hibernate or due to an incorrect OS shutdown or due to a program termination. I think it is necessary to use a transactional ntfs features to exclude such errorshttps://en.wikipedia.org/wiki/Transactional_NTFS...
  2. A

    Using of "export table" fuctionality on big bases

    The same I can say about the compile list for example
  3. A

    Using of "export table" fuctionality on big bases

    Hello PSD fetches the information about all tables under the current user before an export. It's very sorrowfully to see on big schemas or over remote connection from internet Thank you
  4. A

    Radical difference in fetching records with clobs between PSD and SQL Developer

    Hello Subj For example, a query to a table with clobs with 1000 rows executes in several minutes inside PSD but in several seconds inside SQL Devloper OCI Debug shows that SQL Developer uses a method OCIStmtFetch with bulk collect whereas PSD doesn't use it Thank you
  5. A

    about a code assistant behavior with pl/sql types

    Thank you! But i think that you can do it in more short way. At present time PLD hangs up on several tens of seconds
  6. A

    about a code assistant behavior with pl/sql types

    Hello! For example we have such pl/sql block: declare type t_index_info is record( owner all_indexes.owner%type, name all_indexes.index_name%type, tablespace_name all_indexes.tablespace_name%type, degree all_indexes.degree%type, ini_trans...
  7. A

    Bulk limit for dbms_output fetch

    The current limit is 10, as I undersatnd it
  8. A

    Bulk limit for dbms_output fetch

    I think that a bulk limit for dbms_output fetch is very small. Necessary at least 100 but better - 1000. In addition, the program is blocked when a data is extracted from dbms_output Thank you
  9. A

    No plugin items in menu after upgarde to version 12.0.4

    Hello! As in neighborhood thread the probleme is gone after Windows (10) restart :) Sorry But is it possible to allow plugins be built in main menu, as in the previous versions?
  10. A

    No recently Closed files items in menu "File/Reopen"

    Hello! Thank you The probleme is gone after Windows (10) restart :))
  11. A

    No recently Closed files items in menu "File/Reopen"

    Hello! An Information is in the subject of the post Thank you
  12. A

    No plugin items in menu after upgarde to version 12.0.4

    Hello! After an upgrade to the version 12.0.4 we can't see plugin items in menu (but the plugins exist in a configuration menu)
  13. A

    One more time about code assistance behaviour

    Additionally. A parameter "Include columns from DML statement" isn't set
Back
Top