Recent content by uros.r.d

  1. U

    PLDOC / Table documentation, wrong TYPE in char semantics defined as CHAR.

    When generating PLDoc for tabel, columns defined in database as XXX VARCHAR2(n CHAR) in documentation apear as XXX VARCHAR(n*3). Example: in table MY_SOURCE VARCHAR2(3 CHAR) ... apears in PLDoc as MY_SOURCE VARCHAR2(12) PLDOC takes the BYTE length, but this is not ok.
  2. U

    Slow reconnect

    I have the same observations. And yes it is annoying.
  3. U

    Test window: Profiler/Trace tab

    I count rows in plsql_profiler_data, plsql_profiler_runs, plsql_profiler_units. There is 1 run and aprox 4000 rows in both other tables. I can send you tables export.
  4. U

    Test window: Profiler/Trace tab

    It seams that PLD pull down all data from db and that takes a lot of time to finish and PLD is not responsive while waiting for data. It would be better to do procesing ob db and transfer just the result for prifile grid. I have 2.0MBit connection to db.
  5. U

    Test window: Profiler/Trace tab

    Correction, does not hang up, but it takes aprox. 3min or more to show up the result (cca 20.000 rows in profile tables after first run). Meanwhile it looks like that program has hang up.
  6. U

    Test window: Profiler/Trace tab

    Same issue and click on Profiler ot Trace hangs up frequently. Version 11.0.4.1774 Windows XP Professional 5.1 Build 2600 (Service Pack 3)
  7. U

    Named excel tabs for multi query export

    Hello! I can't generate excel file with multiple tab's. Did i missed something? Uros
  8. U

    problem executing in command-line interface using variables

    I tried some variations but not the case you suggested. Thanks. It works.
  9. U

    problem executing in command-line interface using variables

    problem executing a query in command-line interface using variables, the instruction that i use is: "C:\Program Files\QueryReporter\QueryReporter.exe" userid=zk_kontrole/testb@GU-TESTB exec="01-StatistikeRS-poSifriNapake.rep" "&izvedba=37" csv="01-StatistikeRS-poSifriNapake.csv" hide quit...
  10. U

    Wrong time (minutes) when executing SQL / Version 11.0.2.1766

    Additional: when switching between different session then time in certain situations time changes from wrong (55min) to right (30min). Really weird behaviour.
  11. U

    Wrong time (minutes) when executing SQL / Version 11.0.2.1766

    When executing SQL, execution timing in info tray (minutes) is wrong! For example executing 15min showing 45 etc. Sometimes time disapear but SQL stil executing.
  12. U

    New Object Browser feature / custom items on object right click!

    When right click on object as table in object browser, i miss for example 'Truncate' feature or 'Count' etc. It would be nice to add posibitilty for users to specify own custom features in right click menu. Example: [TABLE] TRUNCATE TABLE %table_name% This customisation could be in...
  13. U

    PLDoc / special charset in HTML

    Sorry i was to early satisfied. I edited those files and they are preserved. If i start viewing documentation by startin 'index.html' in the browser it doesn't show the special characters. If i start 'frame.html' then it shows all right. But if i open the objects HTML file (exampl...
  14. U

    PLDoc / special charset in HTML

    Thank you. It works excelent. Regards, Urosch ('sch' in the end of name replaces of one of those special characters)
  15. U

    New Project Feature / remember opened windows

    Ok. I'll try. I open project. I open some sql script files in SQL windows (files from file system). And i didnt do any changes in this alredy saved files. Then i open a new SQL window and write some sql statements in this NEW windows. Execute them etc. And I NEVER saves the content of this...
Back
Top