What is format trigger?
No Answer is Posted For this Question
Be the First to Post Answer
I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?
How to Identify the previously inserted/updated records in already populated table.
How can you merge two tables in oracle?
what are stored procedures?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
Explain view?
State any two functions of oracle?
What are the uses of Database Trigger ?
What are ddl statements in oracle?
Can u make a synonym for deptno=10 only from emp table.
what is the syntax of DELETE command?
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.