|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to execute oracle stored procedure from command
Hi, need ur help again,
I would like to know how to execute stored procedure from Command, like MS Dos, Solaris Command prompt? Thanks! |
|
#2
|
|||
|
|||
|
erm.... do you know how execute them from SQL/oracle? shouldnt the syntax be same?
try: execute procedurename; or if parameters then: execute proname('para1','para2'...) if execute doesnt work change it with exe! Last edited by paulh1983 : March 27th, 2005 at 10:39 AM. |
|
#3
|
|||
|
|||
|
Quote:
This may require use the SQL Plus. I would like to execute the stored procedure from DOS or Unix Shell. Any way to achieve this?? Many many thanks!!! |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > how to execute oracle stored procedure from command |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|