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 |
Why sql query is slow?
Explain the usage of WHERE CURRENT OF clause in cursors ?
What is the difference between syntax error and runtime error?
What are the three pl sql block types?
Suppose There is a string A.B....C.......D.........E........F In this string dots (.) are not having fixed count in between of string. I want the output to have string with one dot between. I.e. A.B.C.D.E.F
How do I add a database to sql?
What is varchar sql?
what are the security recommendations while using mysql? : Sql dba
what is the syntax for using sql_variant_property? : Transact sql
Is pl sql a scripting language?
What are the different types of database management systems?
Why do we use view in sql?