Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can you pass values to-and-fro from foreign function?



how can you pass values to-and-fro from foreign function?..

Answer / Anilkumarsingh

To pass values to and from a foreign function in Oracle D2K, you can use the PARAMETERS clause. This clause allows you to specify input parameters (IN) that are sent to the function, output parameters (OUT), and parameters that are both input and output (IN OUT). Here's an example:

```
DECLARE
myFunction (IN out_param1 number, IN out_param2 date);
BEGIN
myFunction(IN_PARAM1 => 5, IN_PARAM2 => SYSDATE);
END;
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle D2K Interview Questions

Explain the types of record group.

1 Answers  


What is the format trigger?

1 Answers  


What is bind variables in oracle reports?

1 Answers  


How to avoid duplicate entries in the forms?

1 Answers  


What is call form stack?

1 Answers  


I need to run a report at scheduled timings only. I don't want to run the report on sundays. How to do this?

1 Answers  


What are object group?

1 Answers  


how to dynamically change the page size of d2k reports?

1 Answers  


What do you understand by anchoring in reports?

1 Answers  


What is oracle d2k? Why we use it?

1 Answers  


What is current record attribute property?

1 Answers  


How many types of canvases are there. Explain them

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)