What are the advantages and disadvantages, compared to the
standard SQL and SQL*plus ?
Answers were Sorted based on User's Feedback
Answer / chandrika
•Applications that involve extensive business logic and
processing could place an excessive load on the server if
the logic was implemented entirely in stored procedures.
Examples of this type of processing include data transfers,
data traversals, data transformations and intensive
computational operations. You should move this type of
processing to business process or data access logic
components, which are a more scalable resource than your
database server.
•Do not put all of your business logic into stored
procedures. Maintenance and the agility of your application
becomes an issue when you must modify business logic in T-
SQL. For example, ISV applications that support multiple
RDBMS should not need to maintain separate stored
procedures for each system.
•Writing and maintaining stored procedures is most often a
specialized skill set that not all developers possess. This
situation may introduce bottlenecks in the project
development schedule.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shaik
Hi,
1.sql is structured quiery language 1.sql plus is an
interfacing tool or medium through
sql statements will be passed to the oracle server.
2.Sql keywords cannot be abbreviated 2.sql plus cannot be
abbreviated.
thanks
Shaik
| Is This Answer Correct ? | 5 Yes | 7 No |
Where the integrity constrints are stored in Data Dictionary?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is sql stand for?
What steps server process has to take to execute an update statement?
What is sql analyzer?
write a query find which rows of a table is updated on 2 days before?
Is natural join and inner join same?
how to get a list of indexes of an existing table? : Sql dba
Explain the savepoint statement.
How do I upgrade sql?
How do you remove duplicates without using distinct in sql?
List out the acid properties and explain?
Oracle (3259)
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)