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
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
what is heap table? : Sql dba
what is top in tsql? : Transact sql
Explian rowid, rownum?
Can we use views in stored procedure?
What is java sql drivermanager?
What is bind variable in pl sql?
Mention what are the benefits of pl/sql packages?
Can we rename a column in the output of sql query?
What is substitution variable in pl sql?
What is the trigger in sql?
How do I edit a stored procedure?
Does sql profiler affect performance?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What is optimistic concurrency control? : Transact sql