What are the development steps for creating a procedure?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the development steps for creating a procedure?
Rating:
Following are the development steps for creating a procedure:
Running the CREATE PROCEDURE statement stores the source code in the data dictionary even if the procedure contains compilation errors. A procedure containing a run-time or compilation error cannot be invoked successfully. In iSQL*Plus, the SHOW ERRORS statement is used to see the compilation errors. A script file with the CREATE PROCEDURE or CREATE OR REPLACE PROCEDURE statement enables changing the statement if there is any run-time or compilation error. The errors can be fixed by using the editor and then the procedure can be recompiled.
Rating:
Was this information helpful?
Other articles
- When is the recompilation of a dependent procedure or function unsuccessful?
- What is the EXECUTE IMMEDIATE statement?
- What is system privilege?
- What is the timestamp mode of remote dependency?
- What are formal and actual parameters?