i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
Answers were Sorted based on User's Feedback
Answer / jprakash025
no its not compile .wt are the procedure or fun etc..
declare in the specification section .must define in the
package body .
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / rabindra nath das
i declare 4 procedure in package specification but in package
body i write only 3 procedure. is it complie??//w
------------------------------------------------------
Ans:-It will show you 'Warning: Package Body created with compilation errors.'
PLS-00323: subprogram or cursor'4thpackage name' is declared in a package specification and must be defined in the package body
because in package specification you are define 4 package
so you need to define 4 package under package body.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ayan
Procedures that are defined in package spec are public
procedures but procedures those are in package body but not
in package spec are private procedure. we cannot call
private procedure using
package_name.private_procedure_name.Private procedure
should be called from any public procedure.
| Is This Answer Correct ? | 1 Yes | 2 No |
How many rows can sqlite handle?
What is sql engine in oracle?
How do you use a while loop in pl sql?
Explain clause in sql?
What does joining a thread mean?
what is difference between stored procedures and application procedures,stored function and application function?
What normalization means?
what is index? : Sql dba
How will you select unique values from a list of records?
What is the difference between sql, mysql and sql server?
What are sql objects?
i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.
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)