What is Trigger in Oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is oracle datasource?
How many types of auditing in Oracle?
How would you extract DDL of a table without using a GUI tool?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
select trunc(round(156.00,-1),-1) from dual;
14. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth
How to work with data objects interactively?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How to delete a column in an existing table in oracle?
Explain the importance of .pll extension in oracle?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?