How packaged procedures and functions are called from the
following?
Answers were Sorted based on User's Feedback
Answer / rajesh
The package procedure and function are called by using
package name.function/procedure name....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / madhavi
If A function returns only one value then u can call
that function from select statement like
select packagename.functionname(parameters) from dual,
But for procedure its not possible to call through select
statement u have to call through anonymous block.
declare
begin
packagename.procedurename(actual parameters);
end;
/
| Is This Answer Correct ? | 2 Yes | 0 No |
how to findout the 100th maximum salary
How is sql used in oracle?
What is the difference between inner join and natural join?
How do I debug a stored procedure?
Can triggers stop a dml statement from executing on a table?
List and explain the different types of join clauses supported in ansi-standard sql?
Why we use join in sql?
What is the difference between microsoft sql and mysql?
What is embedded sql in db2?
What is information schema in sql?
Differentiate between %type and %rowtype attribute in Oracle PL/AQL programming ?
What is Data Concarency and Consistency?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)