Can we interchange parameters in procedure while calling
Answer / vidya
If you name the parameter then you can interchange
otherwise you cannot. Like in the following example the
first case is positional and you cannot interchange. In the
second one its named and you can interchange.
Regular OraDatabase.standproc(102,'RAM'); -- Positional
OraDatabase.standproc(empno=>102,ename=>'RAM'); --Named
OraDatabase.standproc(ename=>'RAM',empno=>102);
| Is This Answer Correct ? | 22 Yes | 0 No |
1. Which is an aggregate function? a. Union b. like c. max d. Rank
Are there any features that are decommissioned in 11g that are not present in 11g?
What does varchar include?
What are types of joins?
i want to display 1 to 10 numbers using one select statement.
18 Answers HCL, Nyros, Oracle,
How do I order columns in sql?
How to select 10 records from a table?
How to start oracle sql developer?
What is the difference between clustered and non-clustered index in sql?
What is Referential Integrity?
What is nosql vs sql?
Types of backups ?
Oracle (3259)
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)