Does SQL*Plus contains pl/sql Engine?

Answer Posted / sushma

No.

SQL*Plus is an interactive program that allows you to type
in and execute SQL statements. It also enables you to type
in PL/SQL code and send it to the server to be executed.
SQL*Plus is one of the most common front ends used to
develop and create stored PL/SQL procedures and functions.

The important thing is that SQL*Plus does not execute your
SQL queries. SQL*Plus also does not execute your PL/SQL
code. SQL*Plus simply serves as your window into the Oracle
database, which is where the real action takes place.

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is tuple in sql?

545


How do you clear the screen in sql?

601


Can we create foreign key without primary key?

536


what is the difference between clustered and non clustered index in sql? : Sql dba

551


what is try_catch block in procedure

1191






How many types of privileges are available in sql?

739


Mention what plvcmt and plvrb does in pl/sql?

641


what is the syntax used for partition in tsql? : Transact sql

540


what are date and time functions in mysql? : Sql dba

535


Is hadoop a nosql?

573


What are all ddl commands?

549


How do I run sql?

622


What is pl sql collection?

525


Which sql most popular?

556


Is sql workbench free?

533