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 are the security recommendations while using mysql? : Sql dba

671


what are string data types? : Sql dba

601


How does rowid help in running a query faster?

1064


Can I learn sql in a week?

662


what are integrity rules?

672






How to start oracle sql developer?

636


what is oracle database ? : Sql dba

660


Mention what plvcmt and plvrb does in pl/sql?

741


How do I edit a trigger in sql developer?

623


How do I edit a stored procedure?

641


Does sap use sql?

601


which types of join is used in sql widely? : Sql dba

618


How can we link a sql database to an existing android app?

643


Can we use insert statement in function?

617


What are the advantages of normalization?

662