Does truncate need commit?
Explain what is a subquery ?
What is anonymous block in sql?
What is clause in sql?
How do I save the results of sql query in a file?
How can the performance of a trigger be improved?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
How to process query result in pl/sql?
How do I edit a stored procedure?
Why is sql important?
What is the difference between rollback and rollback to statements?
What is number function in sql?
How can you view the errors encountered in a trigger?
Can you selectively load only those records that you need? : aql loader
what is the difference between join and union? : Sql dba