| explicit and implicit functions in oracle [message #644043] |
Tue, 27 October 2015 02:54  |
 |
letolagal
Messages: 1 Registered: October 2015 Location: 30 hao nam
|
Junior Member |
|
|
Hi,
1.) What is the difference between explicit and implicit functions in Oracle any examples?
2.) what are the differences between writing Procedures and functions in side a package and writing them individually?
Thanks in advance.
[Edit MC: remove unrelated link]
[Updated on: Tue, 27 October 2015 03:12] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
| Re: explicit and implicit functions in oracle [message #644062 is a reply to message #644043] |
Tue, 27 October 2015 09:59  |
John Watson
Messages: 9003 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:1.) What is the difference between explicit and implicit functions in Oracle any examples?
Do you mean what are often called "built-in" functions as opposed to "user defined" functions? If you DESCRIBE SYS.STANDARD you'll see all the built-in functions.
|
|
|
|