If a procedure within a package is invalidated whether the
entire package will be invalid and has to be recompiled
again?

Answer Posted / guest

Yes, the total package body will become invalid and has to
be recompiled again

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is procedure in pl sql?

721


Is pl sql a scripting language?

779


how can we find the number of rows in a table using mysql? : Sql dba

790


Can %notfound return null after a fetch?

756


Why partition by is used in sql?

726






Can we create view in stored procedure?

685


How many clustered indexes can you have?

726


Why commit is not used in triggers?

773


What is difference between group by and partition by?

688


What is dml and ddl?

713


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

1277


Why are cursors used?

790


What is query syntax?

715


Can we use views in stored procedure?

704


What is optimistic concurrency control? : Transact sql

746