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
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
When is a declare statement required?
Can we rollback delete command?
What is offset and limit in sql?
What is the purpose of my sql?
What is data type in database?
What is the difference between explicit and implicit cursors in oracle?
What is sql catalog?
How is data stored on a disk?
What is data abstraction in sql?
How do you use collections in procedure to return the resultset?
Is sql dba a good career? : SQL DBA
What is constant in pl sql?
What is difference between sql function and stored procedure?
What is type and rowtype in pl sql?