Button Break in console PL/SQL Developer

It is not a command, but the OCIBreak function call. This is a low level function in the Oracle Call Interface (OCI.DLL).
 
It depends on the database access components you are using. You need the OCI library functon, and a session handle.
 
Back
Top