﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Teradata Forums / Analytical Applications / Teradata   / conversion of oracle code into Teradata / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Teradata Forums</description><link>http://www.teradata.com/teradataforum/</link><webMaster>info@teradata.com</webMaster><lastBuildDate>Wed, 03 Dec 2008 16:46:57 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: conversion of oracle code into Teradata</title><link>http://www.teradata.com/teradataforum/Topic10657-5-1.aspx</link><description>How much will you pay me? ;)</description><pubDate>Fri, 22 Feb 2008 12:15:09 GMT</pubDate><dc:creator>jeff_o</dc:creator></item><item><title>RE: conversion of oracle code into Teradata</title><link>http://www.teradata.com/teradataforum/Topic10657-5-1.aspx</link><description>Hi,   How can i change the following oracle code into Teradata...PROMPT CAMPAIGN NM,CAMPAIGN CD,FLOWCHART NM,CELL CD,COUNTSELECT '"'||campaign_nm||'","'||      campaign_cd||'","'||      flowchart_nm||'","'||      cell_cd||'",'||      COUNT(*)FROM cop_unica_stage_itms WHERE campaign_cd  ='&amp;campaign_cd'AND   flowchart_nm ='&amp;flowchart_nm'Please send me the exact code if possible...What is the substitute of PROMPT in teradata?</description><pubDate>Fri, 22 Feb 2008 04:21:02 GMT</pubDate><dc:creator>raj1983</dc:creator></item><item><title>RE: conversion of oracle code into Teradata</title><link>http://www.teradata.com/teradataforum/Topic10657-5-1.aspx</link><description>You need to use FastExport for large extracts.  If your extract is small you can use BTEQ or SQL Assistant.Since you are using parameters you would have to place them in a file that could be read by the import command.Refer to teradata documentation for details on these utilities.</description><pubDate>Thu, 21 Feb 2008 14:11:27 GMT</pubDate><dc:creator>jeff_o</dc:creator></item><item><title>conversion of oracle code into Teradata</title><link>http://www.teradata.com/teradataforum/Topic10657-5-1.aspx</link><description>Hi,    Please convert the following oracle code into Teradata...Thanks in advance.SET HEAD OFF;SET FEEDBACK ON;SET LINESIZE 32767;SET PAGESIZE 50000;PROMPT CAMPAIGN NM,CAMPAIGN CD,FLOWCHART NM,CELL CD,COUNTSELECT '"'||campaign_nm||'","'||       campaign_cd||'","'||       flowchart_nm||'","'||       cell_cd||'",'||       COUNT(*)FROM cop_unica_stage_itms aWHERE campaign_cd  ='&amp;campaign_cd'AND   flowchart_nm ='&amp;flowchart_nm'GROUP BY '"'||campaign_nm||'","'||         campaign_cd||'","'||         flowchart_nm||'","'||         cell_cd; </description><pubDate>Thu, 21 Feb 2008 05:27:18 GMT</pubDate><dc:creator>raj1983</dc:creator></item></channel></rss>