From oracle-l-bounce@freelists.org  Wed Feb  2 20:00:46 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 j1320k6C020414
 for <oracle-l@orafaq.com>; Wed, 2 Feb 2005 20:00:46 -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 j1320kem020410
 for <oracle-l@orafaq.com>; Wed, 2 Feb 2005 20:00:46 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id F0EAC6C6EF;
 Wed,  2 Feb 2005 19:59:50 -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 06581-02; Wed, 2 Feb 2005 19:59:50 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 757D66CA56;
 Wed,  2 Feb 2005 19:59:50 -0500 (EST)
Message-ID: <42017715.2040804@midsouth.rr.com>
Date: Wed, 02 Feb 2005 18:57:57 -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
References: <BAY20-DAV213D0428BB0C9C222A203A67D0@phx.gbl>
In-Reply-To: <BAY20-DAV213D0428BB0C9C222A203A67D0@phx.gbl>
Content-type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-archive-position: 15716
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

