Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: A couple of questions from a lazy DBA
Hi Charles,
I think this is what you are looking for, This comes from Chapter 10, Schema Objects of the Oracle 8i (release 2) Concepts manual:
User-Defined Operators
Oracle provides a set of built-in operators which include arithmetic
operators (+, -, *, /), comparison operators ( =, >, <), logical operators
(NOT, AND, OR), and set operators (UNION). These operators take as input one
or more arguments (operands) and return a result. They are represented in
SQL statements by special characters (+) or keywords (AND). Users and domain
cartridge writers can define new operators, which can then be used in SQL
statements like built-in operators. ...
Sam.
-----Original Message-----
Sent: January 31, 2001 5:08 PM
To: Multiple recipients of list ORACLE-L
I could benefit from being able to "add" a new, homebrew SQL function into
the database.
I assume that it is possible; which might be incorrect.
Can someone point me any documention that explains how I could add my own
SQL function into the db?
I assume that some already has a PL/SQL function that accepts a Unix
date/time number
and returns an Oracle DATE variable. If anyone has code that does this, can
you please
send me a copy?
TIA & HAND!
--
Charlie Mengler Maintenance Warehouse charliem_at_mwh.com 10641 Scripps Summit Ct 858-831-2229 San Diego, CA 92131 HOME DEPOT - The Big Boy's Toy store!!!!!!!!!!!!!!!!!
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jan 31 2001 - 22:34:25 CST
![]() |
![]() |