From: "John M. Reed Jr." <jmrjr@earthlink.net>
Subject: Re: Need help with d2k DML commands
Date: 1998/05/28
Message-ID: <356DEA8D.BC112FCD@earthlink.net>#1/1
Content-Transfer-Encoding: 7bit
References: <AA6VMBvuUA@hammer.ryazan.su>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Organization: EarthLink Network, Inc.
Newsgroups: comp.databases.oracle.tools,comp.databases.oracle.misc



Hi Vladimir,

Try taking a look at the package DBMS_SQL.  Complete dissection of this
package
may be found in the Application Developers Guide.

In short, this package lets you issue all DML statements except EXPLAIN
PLAN and LOCK TABLE.

Good luck,

John M. Reed Jr.
Developer/DBA

Vladimir A. Zaikin wrote:

> Hi,
> Question is very simple: Is it possible to
> generate in d2k SQL DML commands like this:
>     insert into tbl values (,,,)
> - commands of initial populating of database.
> If answer is Yes - how I should write it in application
> system?
> We interested in any way to store SQL commands in app system
> and execute them by d2k.
>
> Thanks in advance,
> Vladimir Zaikin,
> software engeneer               e-mail: vlad@hammer.ryazan.su





