how to write utl file pkg in SQL
Answer / pankajsharma
l_utlfile=utl_file_type;
l_utlfile=utl_file.fopen('filepath','filename','mode')
Is This Answer Correct ? | 5 Yes | 1 No |
Explain polymorphism in pl/sql.
What is INSTEAD OF trigger ?
What is the difference between syntax error and runtime error?
How is a process of pl/sql compiled?
Can we use SQL%ISOPEN in implicit cursors? Does this attribute works properly in Implicit Curosors?
What do you understand by case manipulation functions?
How do I save a stored procedure?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
Which is faster truncate or drop?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is the size of partition table?
Can a table have two primary keys?