How can I pass the inner procedure value to outer
procedure ?

Answer Posted / s.syam sundar

first declare a variable globaly
and next create inner procedure with in(if need or u can
set defult parameters) and out parameters
and next result of inner procedure is assigned to global
variable
and next in outer procedure u can get the result from global
variable

regads
S.syam sundar

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I truncate a word?

514


What is the maximum number of columns in sql table?

539


what is the difference between char_length and length? : Sql dba

561


can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba

519


Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?

545






What is error ora-01000: maximum open cursors exceeded

596


How does rowid help in running a query faster?

959


What are %type and %rowtype for?

603


What is interval partition?

537


what are all types of user defined functions? : Sql dba

534


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1710


Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql

521


What's the procedure?

481


How to display Row Number with Records in Oracle SQL Plus?

584


What are the usages of sql?

557