How to call a sub procedure?



How to call a sub procedure?..

Answer / Arti Singh Bist

To call a sub-procedure, use the following syntax:

```plsql
BEGIN
sub_proc(parameter1, parameter2); -- Replace with actual parameters as needed
END;
/
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is cluster Key ?

3 Answers  


I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?

2 Answers   Zensar,


Explain integrity constraints?

1 Answers  


Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.

1 Answers  


What is the relation of a user account and a schema?

1 Answers  


what are the diffeenes between oracle 9i,oracle 10g

2 Answers  


Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?

1 Answers  


How to create a new tablespace in oracle?

1 Answers  


What is a cognitive schema?

1 Answers  


What is the function of Redo Log ?

1 Answers  


Explain rename?

1 Answers  


What is set verify off in oracle?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)