PLD 9.0 -- disc [bug]?

null0000

Member³
Disconnect [disc] command doesn't disconnect in command window.
it does echoed message "Not logged on", but the when the previous statement was run (select count(*) from
) , statement did return amount of records.

Also, when tried to disconnect using "Log off" button , seems like the same result -- connection string has big fat * (star) next to it, indicating that window is not connected , but sql and sql+ command work.

PLD - 9.0.0.1601
oracle - 10.2.0.4.0
winXP
 
It does disconnect the session though. As soon as you execute a new statement the session will implicitly be reconnected again.
 
Marco , is it possible to create preference for command window to behave just like SQL+ does: not to reconnect implicitly?
 
Back
Top