Re: Define Const for Date Format
- From: sybrandb@xxxxxxxxx
- Date: 13 Jul 2005 02:07:14 -0700
You can't refer to constants in a package directly.
You need a function (more or less a method) in the package to retrieve
the constant.
function get_date_format return varchar2 is
return date_format;
end;
--
Sybrand Bakker
Senior Oracle DBA
.
- References:
- Define Const for Date Format
- From: Björn Wächter
- Define Const for Date Format
- Prev by Date: query "select * from table_name where rownum = 1" very slow
- Next by Date: Re: query "select * from table_name where rownum = 1" very slow
- Previous by thread: Define Const for Date Format
- Next by thread: Re: Define Const for Date Format
- Index(es):
Relevant Pages
|