Hi,
at the old design , the ICONS are colored i.e. green and red.
That may be sometimes helpful, to work quicker.
Is there a possibility to switch to old design/layout of previous version?
Thanks
Peter
Is there any plan for an ADD-in like GIT, which is very popular?
That would it make easier to go back to older versions of SQL-Procedures. And to compare them.
Yes, that helps.
It shows now: "Inf" and "Nan"
But I think, for version 13, it would be better to see it, without this special configuration. I don't know other aspects of this special switch, when I make edits in number-fields.
Hello,
I have updated a column as
update Table1 t set t.test2 = 0f/0 ;
When I read out from this table1 afterwards , I get an error in PL/SQL:
ORA-01722: Invalid number
Nothing is shown on screen.
I have expected to see NAN or Infinity instead of an error message for column TEST2.
There may be a misunderstanding:
The queries are part of PL/SQL-Developer!!
When you are using button "SESSIONS" within PL/SQL-Dev, then this querie is done by PL/SQL-Developer and automatically triggers a license violation, when package is not licensed.
@Marco Kalter
I would like to get an...
Hello,
in blog of Burleson Consulting
http://www.dba-oracle.com/t_dba_features_used_statistics.htm
I found
SELECT on V$ACTIVE_SESSION_HISTORY could cause Licence violation, if you have not Licences some packages.
Could this be also caused by use of PL-SQL developer when showing Sessions?