How to execute OS(operating system) command from pl/sql?
Answer Posted / sourav
From Unix OS type the following command :
SQL>!ls
From Windows the command is :
SQL> HO[ST] [command]
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Name the operator which is used in the query for pattern matching?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
How to place comments in pl/sql?
What is index example?
how can you create an empty table from an existing table? : Sql dba
what happens if null values are involved in expressions? : Sql dba
What are the types of queries in sql?
What is the difference between left join and right join?
What is the location of pre_defined_functions.
What is the use of primary key?
what are properties of a transaction? : Sql dba
What is the difference between a subquery and a join?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is not equal in sql?
what are the differences between binary and varbinary? : Sql dba