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
How does pl sql work?
what is unique key constraint? : Sql dba
How do you delete a table?
What is a sql profiler?
What is replication id?
What is a system versioned table?
How do you update a sql procedure?
how to use 'mysql' to run sql statements? : Sql dba
What are joins in sql?
How can you select unique records from a table?
what is 'mysqlcheck'? : Sql dba
What are different types of triggers?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
How do you explain an index?
how to select unique records from a table? : Sql dba