what is the difernece between named and anonymous pl/sql
blocks??
Answer Posted / dev
YOU CAN NOT PASS PARAMETERS IN ANONYMOUS BLOCK
WHERE AS YOU CAN PASS IT IN NAMED PLSQL BLOCK.
YOU CAN CALL NAMED BLOCK FROM ANY DB(USING DB LINK)
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you delete duplicates in sql query using rowid?
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
what is the difference between cluster and non cluster index? : Sql dba
What is sql and its types?
What is before trigger?
what are date and time data types? : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Is it possible to sort a column using a column alias?
how to return query output in html format? : Sql dba
How do I turn a list into a table?
What are different types of sql commands?
what is the difference between nested subquery and correlated subquery?
Why join is faster than subquery?
Is record in pl sql?
What does the hierarchical profiler does?