How to execute OS(operating system) command from pl/sql?
Answer Posted / praveen
You would need to wrap OS command under External Procedure.
Read more about PL/SQL External Procedures on how the same
works.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to use transactions efficiently : transact sql
What are the types of join in sql?
What is acid property in a database?
What is having clause in sql?
which tcp/ip port does sql server run on? : Sql dba
What is the usage of distinct keyword?
Write a query to find the names of users that begin with "um" in sql?
What is the unique index?
What does closing a cursor do?
What is the difference between delete and truncate statement in sql?
How many types of triggers are there in pl sql?
What is cascade in sql?
What is execute immediate?
What happens when a trigger is associated to a view?
What are the different dml commands in sql?