when a procedure /package is getting invalidated?
Answer Posted / rajesh
while the user don't have the sufficient privilege to
execute the procedure/package.or else while the owner of
the procedure/package alters the name of the
procedure/package it becomes invalidated....
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how is myisam table stored? : Sql dba
Why do we use subquery?
define data blocks ? : Sql dba
What are the two types of exceptions in pl/sql?
what are the differences between char and nchar? : Sql dba
How can we debug in PL/SQL?
Which is faster joins or subqueries?
Does truncate need commit?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What does select top 1 do in sql?
Why do we use procedures in pl sql?
Can a foreign key be null?
What is the difference between local and global temporary table?
Explain how exception handling is done in advance pl/sql?
How do I get sql certification?