when a procedure /package is getting invalidated?
Answers were Sorted based on User's Feedback
Answer / rao
When table is droped with out drop the objects
(package/procedure/function/view)
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / p.rajasekar
When the referenced object's signature is changed the
procedure get invalidated or the referenced object is
changed or droped
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rao
When table is droped with out drop the objects
(package/procedure/function/view)
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is clustered index in sql?
If we update a complex view, is base table will get update ?
2 Answers Ardee Technologies, HCL,
How to test for null values?
Which clause of an UPDATE statement allows you to affect only certain rows of a table? 1. The WHERE clause 2. The SET clause 3. The ROWS AFFECTED clause 4. The ORDER BY clause
What is the usage of nvl function?
How many developers work on postgresql?
What are different joins used in sql?
what are the limitations of identity column? : Transact sql
What are the types of records?
What is rollback?
How to fetch the rows by dynamicaly passing table name through cursor?
take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...