Oracle Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesOracle Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old February 14th, 2004, 10:18 AM
Cir04 Cir04 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 2 Cir04 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Execute Immediate Syntax

I want to place a column value into a variable.


Here's the Syntax I used

execute immediate

' Select ' || col_name || '
From tbl_name
where ' || col_name || ' = :bind_var'
into return_val
using key_val;


This next version compiles but is useless

execute immediate

' Select ' || col_name || '
From tbl_name
where ' || col_name || ' = :bind_var'
using key_val;


The things I have looked at seem to have the same syntax.

URL

URL

URL


This one uses a return keyword

URL

would this work?



I have seen the idea that the into is in the wrong place

execute immediate
' Select ' || col_name || ' into ' || ret_val || '
From tbl_name
where ' || col_name || ' = :bind_var'
using key_val;

Yet the reply said to use the syntax i first used since it was more efficient. Also I saw discussion of placing a semi colon at the end makes it a plsql block, could this be the issue?That version was not running either.


I am thinking this is a version problem. I know that version earlier than 8.1.5 need the DBMS_SQl package. However I believe that I am using a later version since I have queries that use bind variables. And ones that use concatenation to dynamically choose the table. But can't get this one that used both to work. This is my last idea of using all bind variables

execute immediate
' Select :bind_col_name1
From tbl_name
where :bind_col_name2 = :bind_var'
into return_val
using col_name, col_name, key_val;

Here I am guessing bind variables have to be unique if not it could be



execute immediate
' Select :bind_col_name
From tbl_name
where :bind_col_name = :bind_var'
into return_val
using col_name, key_val;


Any help at all would be appreciated. I was using concatention in the first version since I was dealing with varray elements yet I could place their values in regular variables to use this last version.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesOracle Development > Execute Immediate Syntax


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway