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 do sql databases work?
What is vector point function?
What is data type in sql?
Can a primary key be a foreign key?
Can we change the table name in sql?
How do I find duplicates in a single column in sql?
Is left join inner or outer by default?
What does fetching a cursor do?
Can there be 2 primary keys in a table?
What is difference between pls_integer and integer?
What is out parameter used for eventhough return statement can also be used in pl/sql?
what is a foreign key ? : Sql dba
Which is the correct statement about truncate and delete?
What are sql ddl commands?
What does plv msg allows you to do?