From oracle-l-bounce@freelists.org  Wed Feb  2 20:11:11 2005
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air891.startdedicated.com (root@localhost)
 by orafaq.com (8.12.10/8.12.10) with ESMTP id j132BBGV021054
 for <oracle-l@orafaq.com>; Wed, 2 Feb 2005 20:11:11 -0600
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j132BBem021050
 for <oracle-l@orafaq.com>; Wed, 2 Feb 2005 20:11:11 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id EB3A06C8B0;
 Wed,  2 Feb 2005 20:10:15 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 08694-10; Wed, 2 Feb 2005 20:10:15 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 647986CA91;
 Wed,  2 Feb 2005 20:10:15 -0500 (EST)
Message-ID: <42017984.3010109@midsouth.rr.com>
Date: Wed, 02 Feb 2005 19:08:20 -0600
From: Kevin Bass <kbass@midsouth.rr.com>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: oracle-l@freelists.org
Subject: PL/SQL Question - Separating A Delimited String Into temporary Variables
Content-type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-archive-position: 15717
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: kbass@midsouth.rr.com
Precedence: normal
Reply-To: kbass@midsouth.rr.com
X-list: oracle-l
X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
 air891.startdedicated.com
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=ham version=2.60
X-Spam-Level: 

Hello:

I am converting my Perl program into an Oracle package but I have run
into a small problem. I have been successfully except for a minor
problem. I would like to separate a value of 1-2-3-4-5-6-7 by the dash,
into seven separate values. The finish product would turn out to be
something like val1 = 1, val2 = 2, val3 = 4, etc. Is this possible? If
so, how can I achieve this? Thanks!

Kevin
--
http://www.freelists.org/webpage/oracle-l

