Does SQL*Plus contains pl/sql Engine?
Answer / 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 |
What are the syntax and use of the coalesce function?
what is global variable in pl/sql
what is the difference between pragma exception_init and raise_application_error
1 Answers Aetins, State Street,
How to process query result in pl/sql?
In a table only one column how to update rows
Write a pl/sql script to display the following series of numbers: 99,96,93……9,6,3?
How will you distinguish a global variable with a local variable in pl/sql?
what is column? : Sql dba
What are actual parameters and formal parameters?
what is 'mysqlimport'? : Sql dba
What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?
How delete all records from table in sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)