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
How to create a new table in your schema?
How to connect to the server with user account: sys?
How to start an oracle instance?
How to define a data source name (dsn) in odbc manager?
Explain coalesce function?
Explain the difference between sql and oracle?
What are the restrictions in a oracle read only transaction?
What is the difference between primary key and unique key and foreign key in oracle?
What is an Oracle Instance?
How to create a temporary table in oracle?
How to download oracle database 10g xe?
How to declare a local variable?
What is an oracle table?
How to connect the oracle server as sysdba?
How can you use check constraints for self referential integrity?