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

How to get / select the nth row from the table?

1 Answers  


Are you familiar with user exits in reports?

0 Answers  


What is iapxtb structure? Explain its importance

1 Answers  


Which directory will you copy your new reports, what would be its extension (.rdf or .rex)?

1 Answers  


How I can use srw.run_report in reports6i?

1 Answers  


How to avoid duplicate entries in the forms?

1 Answers  


Any work done in oracle workflow builder. Did you customize or build a new workflow?

0 Answers  


What is ole automation?

1 Answers  


What is the sequence of firing in form level trigger?

1 Answers  


Explain the difference between repeating frame and frame.

1 Answers  


Which flexfields you have customized?

1 Answers  


What is current record attribute property?

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)