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 do I run a sql query in pgadmin 4?
What are different clauses used in sql?
What is execution plan in sql?
How show all rows in sql?
how to concatenate two character strings? : Sql dba
What are pl/sql cursors?
Can we rollback delete command?
What is the diff between Truncate table / delete <table name> purge
What are the parts of a basic sql query?
select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?
What is character functions?
What is an exception in pl/sql?
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)