What are the different oracle database objects?
No Answer is Posted For this Question
Be the First to Post Answer
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.
What is meant by an index?
How to put more than 1000 values into an oracle in clause?
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?
What is object data modeling?
what are archived logs?
Explain the use of tables option in exp command.
How to start your 10g xe server from command line?
Can you use a commit statement within a database trigger?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
can u call user defined functions in select statements
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.