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
What are different methods to trace the pl/sql code?
How to assign sql query results to pl sql variables?
Why we use pl sql?
How to add a column ‘salary’ to a table employee_details?
How is indexing done in search engines?
What do you think about pl/sql?
Define implicit and explicit cursors.
How do I run sql profiler?
What is java sql driver?
Why do we use procedures in pl sql?
Does truncate require commit?
Is left join inner or outer by default?
What are the different ways to optimize a sql query?
How do I run a pl sql program?
What is asqueryable?