adspace


How to execute a stored procedure?

Answer Posted / Pramod Kumar Yadav

To execute a stored procedure in Oracle, you can use the `EXECUTE` statement. For example, `BEGIN my_stored_procedure(arguments); END;`.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is inner join faster than left join?

1286


What is your daily office routine?

2351


If a cursor is open, how can we find in a pl/sql block?

1251


define sql insert statement ? : Sql dba

1107


Can we use distinct and group by together?

1145


how to escape special characters in sql statements? : Sql dba

1124


Is primary key clustered index?

1025


what is schema? : Sql dba

1160


What is the current version of sql?

1103


what is sql server agent? : Sql dba

1188


what is bcp? When does it used? : Sql dba

1065


what are all the common sql function? : Sql dba

1139


Do we need to rebuild index after truncate?

1151


what are aggregate and scalar functions? : Sql dba

1141


What is the current version of postgresql?

1187