<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burak BÖLEK - Blog &#187; export</title>
	<atom:link href="http://www.burakbolek.com/blog/tag/export/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burakbolek.com/blog</link>
	<description>Burak BÖLEK</description>
	<lastBuildDate>Wed, 02 Nov 2011 20:03:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Database Export Utility</title>
		<link>http://www.burakbolek.com/blog/2009/02/database-export-utility/</link>
		<comments>http://www.burakbolek.com/blog/2009/02/database-export-utility/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maximo Tips]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[Maximo Connections]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=7</guid>
		<description><![CDATA[Hello; There is a little known utility that helps us to export maximo database. This utility helps us to export database in any db type. For example assume that we are using oracle but we want to export database to use it in DB2. We can use this utility. It supplies us a maximo.db2 file [...]]]></description>
			<content:encoded><![CDATA[<p>Hello;</p>
<p>There is a little known utility that helps us to export maximo database. This utility helps us to export database in any db type. For example assume that we are using oracle but we want to export database to use it in DB2. We can use this utility. It supplies us a maximo.db2 file which is like we use in maxinst.bat. You can find it in %MAXIMOROOT%\tools\maximo\internal\Unlcvt.bat</p>
<p>Here are the parameters that you can use with this tool:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Runs psdi.configure.Unlcvt.
The default name of the output <span style="color: #c20cb9; font-weight: bold;">file</span> is Unlcvt.ora <span style="color: #7a0874; font-weight: bold;">&#40;</span>Oracle<span style="color: #7a0874; font-weight: bold;">&#41;</span>, Unlcvt.sqs <span style="color: #7a0874; font-weight: bold;">&#40;</span>SqlServer<span style="color: #7a0874; font-weight: bold;">&#41;</span>, or Unlcvt.ddl <span style="color: #7a0874; font-weight: bold;">&#40;</span>DB2<span style="color: #7a0874; font-weight: bold;">&#41;</span>.
The default database is defined <span style="color: #000000; font-weight: bold;">in</span> the maximo.properties file.
The commandline parameters <span style="color: #000000; font-weight: bold;">for</span> overriding the defaults are listed below.
Also see javadocs <span style="color: #000000; font-weight: bold;">for</span> psdi.configure.Unlcvt.
<span style="color: #660033;">-a</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>db <span style="color: #7a0874; font-weight: bold;">alias</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>    Database alias. If not specified, uses mxe.db.url property.
<span style="color: #660033;">-f</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>filename<span style="color: #7a0874; font-weight: bold;">&#41;</span>    Filename <span style="color: #000000; font-weight: bold;">for</span> properties file.  If not specified, uses maximo.properties.
<span style="color: #7a0874; font-weight: bold;">&#40;</span>Also see <span style="color: #660033;">-k</span> parameter <span style="color: #000000; font-weight: bold;">for</span> propfile directory.<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">-k</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>propfile <span style="color: #c20cb9; font-weight: bold;">dir</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>    Directory <span style="color: #000000; font-weight: bold;">for</span> properties file.
<span style="color: #7a0874; font-weight: bold;">&#40;</span>Also see <span style="color: #660033;">-f</span> parameter <span style="color: #000000; font-weight: bold;">for</span> propfile filename.<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #660033;">-o</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>filename<span style="color: #7a0874; font-weight: bold;">&#41;</span>    Filename of output <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>without path or extension<span style="color: #7a0874; font-weight: bold;">&#41;</span>.
<span style="color: #660033;">-p</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>password<span style="color: #7a0874; font-weight: bold;">&#41;</span>    Password <span style="color: #000000; font-weight: bold;">for</span> database connection.
If not specified, uses mxe.db.password property, or <span style="color: #ff0000;">&quot;maximo&quot;</span>.
<span style="color: #660033;">-u</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>username<span style="color: #7a0874; font-weight: bold;">&#41;</span>    Username <span style="color: #000000; font-weight: bold;">for</span> database connection.
If not specified, uses mxe.db.user property, or <span style="color: #ff0000;">&quot;maximo&quot;</span>.
<span style="color: #660033;">-x</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>db platform<span style="color: #7a0874; font-weight: bold;">&#41;</span>    Output to a different db platform that the one being used <span style="color: #000000; font-weight: bold;">for</span> input.
<span style="color: #7a0874; font-weight: bold;">&#40;</span>The default is to output to the same platform.<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Values <span style="color: #000000; font-weight: bold;">for</span> platform are: <span style="color: #000000;">1</span>=Oracle, <span style="color: #000000;">2</span>=SqlServer, <span style="color: #000000;">3</span>=DB2.</pre></td></tr></table></div>

<p>Example Usage:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Unlcvt.bat -x3 </pre></td></tr></table></div>

<p>  exports database as db2 file&#8230;.</p>
<p>Have a good day&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burakbolek.com/blog/2009/02/database-export-utility/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

