how to write utl file pkg in SQL



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

Post New Answer

More SQL PLSQL Interview Questions

What does seeding a database mean?

0 Answers  


How many sql databases can you have on one server?

0 Answers  


How are functions and procedures called in PL/SQL?

0 Answers  


What is the use of double ampersand (&&) in sql queries? Give an example

0 Answers  


What are the built in functions of sql?

0 Answers  


what is a constraint? : Sql dba

0 Answers  


what is meant by tuning and tk proof?

2 Answers  


What is sql comments?

0 Answers  


what is try_catch block in procedure

0 Answers  


TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?

10 Answers   Satyam,


Can two tables have same primary key?

0 Answers  


List out the acid properties and explain?

0 Answers  


Categories