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 |
Explian rowid, rownum? What are the psoducolumns we have?
How to count the no of records of a table without using COUNT function?
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
what is hash join
How do you use join?
What is difference between stored procedures and application procedures?
If an unique key constraint on DATE column is created, will it validate the rows that are inserted with SYSDATE?
display records from 5 to 9 using rowid or rownum
Is sql developer case sensitive?
what is unique key constraint? : Sql dba
Are stored procedures compiled?
write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)