Collections:
Main Features of SQL*Plus in Oracle
What Is SQL*Plus in Oracle?
✍: FYIcenter.com
SQL*Plus is an interactive and batch query tool that is installed with every Oracle Database Server or Client installation. It has a command-line user interface, a Windows Graphical User Interface (GUI) and the iSQL*Plus web-based user interface.
SQL*Plus has its own commands and environment, and it provides access to the Oracle Database. It enables you to enter and execute SQL, PL/SQL, SQL*Plus and operating system commands to perform the following:
You can use SQL*Plus to generate reports interactively, to generate reports as batch processes, and to output the results to text file, to screen, or to HTML file for browsing on the Internet. You can generate reports dynamically using the HTML output facility of SQL*Plus, or using the dynamic reporting capability of iSQL*Plus to run a script from a web page.
⇒ Start the Command-Line SQL*Plus in Oracle
⇐ Introduction to Command-Line SQL*Plus Client Tool
2020-08-25, 3456🔥, 0💬
Popular Posts:
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...
How To Insert New Line Characters into Strings in SQL Server Transact-SQL? If you want to break a st...
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...