Package Compilation Error [message #160260] |
Fri, 24 February 2006 02:36 |
Brayan
Messages: 315 Registered: June 2002
|
Senior Member |
|
|
Hi,
While compiling package from Toad, it takes a long time and timeout occurs. Does anybody know what could be the reason and how to resolve this issue. Same problem occurs while comiling from SQL*PLUS
Ronald.
|
|
|
Re: Package Compilation Error [message #160510 is a reply to message #160260] |
Mon, 27 February 2006 01:13 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Check for grants on objects that are being reffered to in the package that you are trying to compile.
The user under which you are compiling this package should have appropriate access rights on all underlying objects.
--Girish
|
|
|