How to prevent a toad by disconnecting its session after a while?

I am using toad for oracle client.

In which the session is disconnected after a while. How to enable it at any time.

+4
source share
4 answers

See Dell website :

Maintaining database connections in general is not recommended

...

If you still want to force the connection, you can do this by doing one of the following two sentences.

A)

Include the DBMS output (poll) in Toad, which is similar to Toad, a ping database. Go to editor window | DBMS Output tab (lower half of the editor window) | click on the β€œTurn Output On” icon red icon | then the icon will turn green.

. Toad 12.1, . , " " "", , 5 . 60 , .

B)

| | Session Browser, , .

. Session Browser .

+7

. - " ( )" .

  • --- > () .

  • , , .

  • ,

--- > --- > "" . TestConnections (Reconnect) .

+1

" (DCD) EXCERPT: " DCD , , - ".

JDBC .

JDBC : EXCERPT: " , ".

: Automic Applications Manager

1. sqlnet.ora :

SQLNET.EXPIRE_TIME=10 # some number less than the firewall

1b. .

lsnrctl reload listener
  1. tnsnames.ora

    (ENABLE = BROKEN) # : ( =

0

. Toad , . , Auto Open. View/Toad Options/Windows, Session Auto open. ☺

0
source

All Articles