Difference between open_form and call_form in oracle.
No Answer is Posted For this Question
Be the First to Post Answer
what is the scenario where you take the database to NoArchivelog mode?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
Why required to run root.sh at the time of installation and what exactly it will do
What is difference between sid and service name in oracle?
When do I need to use a semicolon vs a slash in oracle sql?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
Please explain oracle data types with examples?
Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?
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.
6. Display the client name and order date for all orders using the traditional method.
acname actype amount ac1 credit 300 ac2 credit 4000 ac1 debit 4000 ac2 debit 455 ac1 credit 500 how to get sum of credit and sum of debit for each account
We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.