Explain the steps needed to create the scheduled job?
what is 'force view'?
How to display Row Number with Records in Oracle SQL Plus?
How to find the count of letter "L" in HELLO
What are the popular database management systems in the it industry?
What are stored procedures used for?
What are the indexing methods?
what are properties of a transaction? : Sql dba
What is a mutating table
What are the qualities of 2nf?
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
explain the advantages and disadvantages of stored procedure? : Sql dba
can i give user defined exception in a package