SQL*Plus is a command line tool for accessing Oracle databases. It allows running SQL statements, scripts, and has a worksheet for writing and executing SQL. iSQL*Plus provides a browser-based interface to SQL*Plus for writing, running, and saving SQL commands and PL/SQL blocks.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views
SQL Plus
SQL*Plus is a command line tool for accessing Oracle databases. It allows running SQL statements, scripts, and has a worksheet for writing and executing SQL. iSQL*Plus provides a browser-based interface to SQL*Plus for writing, running, and saving SQL commands and PL/SQL blocks.
• START filename [.ext] • EDIT [filename [.ext]] • EXIT • APPEND text • CHANGE / old / new • CLEAR BUFFER • DEL • CLEAR SCREEN • RUN SQL *PLUS WORKSHEET
• It provides a SQL Worksheet that you can use to query data, by writing simple or complex SQL statements. • The SQL Worksheet allows you to enter, edit, and execute SQL and PL/SQL code. USING THE SQL WORKSHEET
• A SQL worksheet window consists of the following elements :
• iSQL*Plus is a browser-based interface to SQL*Plus.
• iSQL*Plus is a component of the SQL*Plus product. • We can use iSQL*Plus to write SQL*Plus, SQL and PL/SQL commands to: • Enter, edit, run and save SQL commands and PL/SQL blocks. • Calculate, and print query results. • List column definitions for any table. • Access and copy data between databases. • Perform database administration.