What is pragma restrict_reference in oracle 9i?When we use
this?Give me one realtime scenario?

Answer Posted / m.nihar

The RESTRICT_REFERENCES pragma asserts that a user-defined subprogram does not read or write database tables or package variables.Subprograms that read or write database tables or package variables are difficult to optimize, because any invocation of the subprogram might produce different results or encounter errors.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between "as" and "is" in an oracle stored procedure?

532


How to build data dictionary view an new database?

524


How to display row numbers with the records?

580


What do you understand by a database object? Can you list a few of them?

602


What is the difference between hot backup and cold backup in oracle?

520






What is an external table?

586


How to run the anonymous block again?

591


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1501


Explain coalesce function?

620


Explain implicit cursor.

551


How to turn on or off recycle bin for the instance?

600


How to define default values for formal parameters?

586


what is the use of system.effective.date variable in oracle?

665


How to loop through data rows in the implicit cursor?

537


How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.

1606