am completed mca2011 how get certification in oracle
Difference between open_form and call_form in oracle.
What is set operator oracle?
A VIEWS takes memory in the database. If yes, how can u proove it? is there any way to display the size of views?
when do u go for hash partitioning?
How do I find my oracle client driver version?
What are the type of Synonyms?
how to get the index id?
What is oracle in java?
Explain the difference between a procedure and a function? What do you understand by those terms?
Give the constructs of a package, function or a procedure.
What is the implicit cursor 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?