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 |
How to use "in" parameter properly?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
How to use existing values in update statements using oracle?
Q1:code to connect to sql server(database) through jdbc application. Q2:code to connect to Mysql(database) through jdbc application. Q3:code to connect to oracle(database) through jdbc application.
What is an oracle?
How to drop an index in oracle?
What happens if you use a wrong connect identifier?
Differentiate between TRUNCATE and DELETE?
What is oracle data type?
is database gud carrier option??
What is a nvl function?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?