-
Notifications
You must be signed in to change notification settings - Fork 345
tnscmd
quentinhardy edited this page Mar 24, 2016
·
3 revisions
This module can be used to communicate directly with the TNS listener without authentication.
- If you would like to know the alias defined on the TNS listener, you could use this following command:
./odat.py tnscmd -s $SERVER -p $PORT --ping
- To know the remote database version, the following command can be used:
./odat.py tnscmd -s $SERVER -p $PORT --version
- To know the remote database status, the following command can be used:
./odat.py tnscmd -s $SERVER -p $PORT --status
Quentin HARDY: [email protected] or [email protected]