How to get DML using Utilities in UNIX?

Showing Answers 1 - 12 of 12 Answers

Vinay

  • Apr 26th, 2006
 

By using the command

m_db gendml <dbc file> -table <tablename>

  Was this answer useful?  Yes

kumar

  • Sep 30th, 2006
 

Anybody plz reply that answer

  Was this answer useful?  Yes

Mangal

  • May 17th, 2012
 

we can use gendml command to generate the dml file, pls, see the below syntax of command

m_db gendml ur_dbc_file -table -select sql statement > dml file name

hope this would help you :-) :-)

  Was this answer useful?  Yes

vamsi

  • Nov 21st, 2012
 

m_db < dbc name > -table < table name >

  Was this answer useful?  Yes

Preeti

  • Sep 25th, 2013
 

m_db gendml dbc_file [options] -select sql-select-statement

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions