How do I call oracle stored procedures that take no parameters?
No Answer is Posted For this Question
Be the First to Post Answer
How to unlock the sample user account in oracle?
How to assign values to data fields in record variables?
How to assign a table row to a record variable?
what is main def between plsql/table and array?
what is the syntax of DELETE command?
What is a deadlock in SQL? How can you prevent it?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
what is grid in Oracle 10g...
What is open database communication (odbc) in oracle?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
How to open a cursor variable?
Explain parameter file in oracle.