Wednesday, February 24, 2010

Under which situation do you create a server side procedure?

A. When the procedure contains no SQL statements.
B. When the procedure contains no PL SQL commands.
C. When the procedure needs to be used by many client applications accessing several remote databases.
D. When the procedure needs to be used by many users accessing the same schema objects on a local database.



Answer: D