| Database Operations |
back
|
1
2
3
4
5
6
7
|
next
|
|
|
When you execute a database
command from the Navigator,
or launch a DBA tool
from the Console, you use
JDBC (Java Database
Connectivity) and the
preferred credentials stored in
the repository to connect
automatically to the database.
When you run a DBA tool from the operating system, you bypass the middle tier, and use JDBC to login to the database manually. |
|