Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: what's wrong with this...DBMS_SQL
Thanks Igor for setting me straight. I don't see that in the doco but I am looking at 8.1.7.
-----Original Message-----
From: Igor Neyman [SMTP:ineyman_at_perceptron.com] Sent: Tuesday, June 12, 2001 9:31 AM To: Multiple recipients of list ORACLE-LSubject: Re: what's wrong with this...DBMS_SQL
Lisa,
You don't need DBMS_SQL.EXECUTE, when running other then DML statements. DBMS_SQL.PARSE is enough.
Igor Neyman, OCP DBA
Perceptron, Inc.
(734)414-4627
ineyman_at_perceptron.com <mailto:ineyman_at_perceptron.com>
Surendra, you need to execute it. Look at the spec of dbms_sql (I want to say it's dbms_sql.execute()). Either that or use EXECUTE IMMEDIATE.
Lisa Koivu
Oracle Database Administrator
954-935-4117
The information in the electronic mail message is Cendant confidential and may be legally privileged, it is intended solely for the addressee(s) access to this internet electronic mail message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it is prohibited and may be unlawful.
The sender believes that this E-mail and any attachments were free of any virus, worm, Trojan horse, and/or malicious code when sent. This message and its attachments could have been infected during transmission. By reading the message and opening any attachments, the recipient accepts full responsibility for taking protective and remedial action about viruses and other defects. Cendant Corporation or Affiliates are not liable for any loss or damage arising in any way from this message or its attachments.
-----Original Message-----
From: Tirumala, Surendra [SMTP:Surendra.Tirumala_at_am.sony.com] Sent: Monday, June 11, 2001 4:55 PM To: Multiple recipients of list ORACLE-LSubject: what's wrong with this...DBMS_SQL
Hi List,
As the part of developing hot backup strategy, I am testing the following
piece of code
to take care of arch files to be made avaialable along with backup set.
Procedure created.
SQL> execute log_switch;
PL/SQL procedure successfully completed.
But, I have observed several times that the above code is not forcing a log
switch.
FYI, I want to track the sequence# of logfiles before and after the hot
backup, so that
I can backup the files in that range.
Am I properly using the DBMS_SQL?
Any help is highly appreciated
TIA,
Suren
Oracle DBA
Sony
-- Please see the official ORACLE-L FAQ: <http://www.orafaq.com> -- Author: Tirumala, SurendraReceived on Tue Jun 12 2001 - 08:48:26 CDT
INET: Surendra.Tirumala_at_am.sony.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).