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.
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.
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.
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.
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...
Additional: when switching between different session then time in certain situations time changes from wrong (55min) to right (30min).
Really weird behaviour.
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.
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...
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...
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...