Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> help with dynamic pl/sql
This is a multi-part message in MIME format.
------=____1058537860032_otVzJNUR1-
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Im playing around with it to figure out how to use it. Any idea what Im doing wrong? I think its the quotes, but I cant figure out where and Im not sure. I want to do the two execute immediates, because you do method 4 pl/sql that way(you dont know how many columns you want in an execute immediate). So I need to leave that in so I can learn how to do it.
1 declare
2 v_variable varchar2(20) := 'varchar2(20);'; 3 v_into number; 4 v_myString VARCHAR(500);
7 execute immediate 8 '' select 1 from dual into '||''''||v_into|| 9 ' end;'; 10 execute immediate v_myString;
------=____1058537860032_otVzJNUR1-
Content-Type: text/html;
name="reply"
Content-Disposition: inline;
filename="reply"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>Message</TITLE> <META content="MSHTML 6.00.2722.900" name=GENERATOR></HEAD><BODY>
do not you login as you and then login as root?<BR><BR>It is for your protection that nobody should be able to remote login<BR>from outside and any one who is login as root can be monitored.<BR><BR>HTH<BR><BR>--- "M.Godlewski" <MCGODLEWSKI_at_YAHOO.COM>wrote:<BR>> List,<BR>> <BR>> I want to install Oracle on a UNIX system no sys admin on board yet,<BR>> so I get to set up the system with the Oracle account etc. <BR>> Unfortunately, I can not log into the root account remotely. I get a<BR>> non console message. Is there a way to allow remote root<BR>> connections?<BR>> <BR>> <BR>> <BR>> <BR>> ---------------------------------<BR>> Do you Yahoo!?<BR>> The New Yahoo! Search - Faster. Easier. Bingo.<BR><BR><BR>=====<BR>Mohammed Shakir<BR>CompuSoft, Inc.<BR>11 Heather Way<BR>East Brunswick, NJ 08816-2825<BR>(732) 672-0464 (Cell)<BR>(732) ! 257-6001 (Home)<BR><BR>__________________________________<BR>Do you Yahoo!?<BR>SBC Yahoo! DSL - Now only $29.95 per month!<BR>http://sbc.yahoo.com<BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: Mohammed Shakir<BR>INET: mshakir08816_at_yahoo.com<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).</BLOCKQUOTE></DIV>
<P>______________________________________________________________________________<BR>Thisemail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Copying, forwarding or distributing this message by persons or entities other than the addressee is prohibited. If you have received this email in error, please contact the sender immediately and delete the material from any computer. This email may have been monitored for policy compliance. Received on Fri Jul 18 2003 - 09:17:40 CDT
![]() |
![]() |