What are the advantages and disadvantages, compared to the
standard SQL and SQL*plus ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are tables in sql?

541


What trigger means?

559


Is sql similar to python?

527


How to order siblings in oracle hierarchy queries?

594


Why we use cross join?

536






What are crud methods?

547


What are the types of operators available in sql?

546


What are packages in pl sql and also explain its advantages?

525


What are instead of triggers?

615


What does the acronym acid stand for in database management?

534


How do I save a sql query?

540


What is blind sql injection?

566


What is a memo field?

521


Is sqlite thread safe?

596


How do I view an execution plan in sql?

522