Topic: SQL*Plus and PL/SQL >> doubt in alter command
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: doubt in alter command |
| priya |
Posted: Jul 03, 2007 10:11:11 AM |
Total Post: 39
Joined: Apr, 2007
|
HI,
how to compile the package body by using alter command? and can we able to compile more than one package body by using the single alter command?
by
pri
|
|
|
KS |
| Posted: Jul 09, 2007 02:35:09 AM | |
|
Total Post: 65
Joined: Nov, 2006
|
Hi Priya,
You can compile the body of a Package using the following Command,
alter package package_name compile;
---- This often compiles only the package header
alter package package_name compile body;
--- To compile the package body
I hope this clears your doubt.
- Sri.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 335 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|