how to hide the stored procedure inside a package
Answer / ganesh galla
we should create private procedure in package, then it wont be accessible outside of the package.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Trigger in Oracle?
How many types of auditing in Oracle?
How to retrieve data from an cursor to a record?
how table is defined in plsql table? how can i select column from plsql table? can i use select * from plsql table type?
what is the syntax of UPDATE command?
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,
How can I introduce multiple conditions in like operator?
What is oracle latest version?
what is the syntax of CREATE command?
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS
How to write numeric literals in oracle?