InterviewSolution
Saved Bookmarks
| 1. |
What Is The Simplest Tool To Run Commands On Oracle Servers? |
|
Answer» The SIMPLEST tool to connect to an Oracle server and run commands to MANAGE data is SQL*Plus. It is an Oracle database CLIENT tool that works as a command-line user interface to the database server. SQL*Plus allows you:
The simplest tool to connect to an Oracle server and run commands to manage data is SQL*Plus. It is an Oracle database client tool that works as a command-line user interface to the database server. SQL*Plus allows you: |
|