Bernhard S
Member³
I have a command window script, which just creates a user and grants a lot of object and system privileges to this user.
Executing this script in v13 is awfully slow! It takes 6 min 12 sec there to complete the script. to get from one grant to the next it takes about 3 seconds! In the status line you see that that grant itself just takes about 30 ms, most of the time is taken by "Initializing...".
If I execute the same script using v12 version, it is done in 25 seconds!
So v13 is about factor 15 slower compared to v12 here!
Another annoyance is, that you cannot even cancel execution of the script in v13, because the cancel button remains greyed out. You only get to see the cancel button when you switch to another window and come back to the PL/SQL Developer window again.
During execution of this script in v13 you can also see that one CPU is pretty much at its limits!
Executing this script in v13 is awfully slow! It takes 6 min 12 sec there to complete the script. to get from one grant to the next it takes about 3 seconds! In the status line you see that that grant itself just takes about 30 ms, most of the time is taken by "Initializing...".
If I execute the same script using v12 version, it is done in 25 seconds!
So v13 is about factor 15 slower compared to v12 here!
Another annoyance is, that you cannot even cancel execution of the script in v13, because the cancel button remains greyed out. You only get to see the cancel button when you switch to another window and come back to the PL/SQL Developer window again.
During execution of this script in v13 you can also see that one CPU is pretty much at its limits!