![]() Related Questions No. Only the DDL(Data Definition Language )statements like create,alter,drop,truncate are auto commit.But the DML statements are should be saved by giving the commit statement after execute the query Latest Answer : DDL is Data Definition Language. DDL commands work on the table directly or on the table structure. By default it has auto commit.DML is Data Manipulation language that affects the data present in the table. Any addition or modification of data has to ... Read Answers (4) | Asked by : srinivasan Latest Answer : here is the example for DBMS_SQL:CREATE OR REPLACE PROCEDURE delete_all_rows(p_tab_name IN VARCHAR2, p_rows_del OUT NUMBER)IScursor_name INTEGER;BEGINcursor_name := DBMS_SQL.OPEN_CURSOR;DBMS_SQL.PARSE(cursor_name, ’DELETE FROM ’||p_tab_name,DBMS_SQL.NATIVE ... Read Answers (5) | Asked by : Vinoth I am having WHEN-NEW-ITEM-INSTANCE trigger at Form, Block, Item level what is the sequence of execution? And if I want to change there sequence how I have to change? Hi,I have scenario where I need to upload data from XML file into a table. XML file is a predifined format. How can I achieve this, Is there any built in package similar to SQL loader to extract required field values and upload them into table.Pls suggestThanks Read Answers (2) | Asked by : vishnu Is there a way/tool to automatically export data via forms. Kinda like Dataloader that is used to import data via forms? Read Answers (1) | Asked by : Jarred Johnson Suppose if we have load some data from source files to data warehouse n after a few months if we again want to add some more data into same data warehouse, then how can we implement that? Read Answers (1) | Asked by : ramya Hi All I am very new D2K There are lots questions but not the basic questions like Diff in Data block, Normal Block. Diff in Call_forms, New_forms,Open_forms? Read Answers (1) | Asked by : Dhiren What are the new features of Oracle 10g over Oracle9i?. What are the possible steps to be taken care What are the new features of Oracle 10g over Oracle9i?. What are the possible steps to be taken care while migrating data from 9i to 10g ?If possible please list out all the differences between Oracle 9i And 10g. Read Answers (1) | Asked by : Ishwar Goudar What is difference between data and informationrelated to ADBMS(advanced database management system) What is difference between data and informationrelated to ADBMS(advanced database management system) ! plz explain in detail ! View Question | Asked by : viral I want to use a column as blob datatype incase of long raw datatype.what is the process of data insert into and retrive from this table . View Question | Asked by : jagannath kar
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||