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 |
Explain the difference between sap and oracle?
How do we create privileges in oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to use null as conditions in oracle?
What is an oracle table?
What is the difference between a primary key & a unique key?
How to rename a tablespace in oracle?
How do we get field detail of a table?
What to do if the binary spfile is wrong for the default instance?
How to Identify the previously inserted/updated records in already populated table.
if i am using dml statement in function. then i am writing select statement what was the output
How to retrieve 5th highest sal from emp table?