Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> archive: reboot netware

archive: reboot netware

From: Eric D. Pierce <PierceED_at_csus.edu>
Date: Fri, 25 Jan 2002 18:11:42 -0800
Message-ID: <F001.003FBFF6.20020125180521@fatcity.com>



*UNTESTED, WAS REPORTED TO REBOOT NETWARE*

/* original email: 31-Jan-96 abarrette_at_sib.qc.ca */
/* oracle 7.1.4.3.2, pl/sql 2.1.4.3.1 */
declare
 type tab_t is table of date index by binary_integer;  t tab_t;
begin
 t(1) := sysdate;
 t := t;
 dbms_output.put_line(to_char(t(1));
end;
/
---end---
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Eric D. Pierce
  INET: PierceED_at_csus.edu

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 Fri Jan 25 2002 - 20:11:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US