<?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>dBuggr &#187; database</title>
	<atom:link href="http://www.dbuggr.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:33:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Verify/validate the Components Installed on Oracle Database</title>
		<link>http://www.dbuggr.com/smallwei/verify-validate-components-installed-oracle-database/</link>
		<comments>http://www.dbuggr.com/smallwei/verify-validate-components-installed-oracle-database/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 22:07:58 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/verify-validate-components-installed-oracle-database/</guid>
		<description><![CDATA[How to verify/validate the components installed on Oracle Database
In Oracle 9i, 10g, 11g, if you want to find out what are the components and features that have been installed on the particular instance, you can use the following query.

Related posts:Oracle 10g Express is installed on a PC but when I try to go to the [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/oracle-10g-express-installed-pc-database-hom/' rel='bookmark' title='Permanent Link: Oracle 10g Express is installed on a PC but when I try to go to the Database Hom&#8230;'>Oracle 10g Express is installed on a PC but when I try to go to the Database Hom&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/oracle-database-sql-parallel-query-enhance-performance/' rel='bookmark' title='Permanent Link: How to Use Oracle Database SQL Parallel Query to Enhance Performance.'>How to Use Oracle Database SQL Parallel Query to Enhance Performance.</a></li>
<li><a href='http://www.dbuggr.com/smallwei/performance-issue-oracle-database-windows-server-running-sql-querie/' rel='bookmark' title='Permanent Link: Performance Issue with Oracle Database in Windows Server when Running SQL Query'>Performance Issue with Oracle Database in Windows Server when Running SQL Query</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to verify/validate the components installed on Oracle Database<br />
In Oracle 9i, 10g, 11g, if you want to find out what are the components and features that have been installed on the particular instance, you can use the following query.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/oracle-10g-express-installed-pc-database-hom/' rel='bookmark' title='Permanent Link: Oracle 10g Express is installed on a PC but when I try to go to the Database Hom&#8230;'>Oracle 10g Express is installed on a PC but when I try to go to the Database Hom&#8230;</a></li>
<li><a href='http://www.dbuggr.com/milly/oracle-database-sql-parallel-query-enhance-performance/' rel='bookmark' title='Permanent Link: How to Use Oracle Database SQL Parallel Query to Enhance Performance.'>How to Use Oracle Database SQL Parallel Query to Enhance Performance.</a></li>
<li><a href='http://www.dbuggr.com/smallwei/performance-issue-oracle-database-windows-server-running-sql-querie/' rel='bookmark' title='Permanent Link: Performance Issue with Oracle Database in Windows Server when Running SQL Query'>Performance Issue with Oracle Database in Windows Server when Running SQL Query</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/verify-validate-components-installed-oracle-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection</title>
		<link>http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 06:15:32 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[rac]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/</guid>
		<description><![CDATA[Resolve ORA-12505: Using Oracle RAC and Java JDBC thin client Connection
If you have Java application and use JDBC to connect to Oracle database, typically you use the following format to connect:
jdbc:oracle:thin:@&#60;HOST&#62;:&#60;PORT&#62;:&#60;SID&#62;However, this would not work if you have Oracle RAC database. Following is the correct JDBC connection string for connecting to a RAC database

Related posts:Resolve [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ons-connect-passive-connection-127-0-0-1-6100-missing-connect/' rel='bookmark' title='Permanent Link: Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect'>Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect</a></li>
<li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/running-perl-script-connecting-oracle-database-follow/' rel='bookmark' title='Permanent Link: Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;'>Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve ORA-12505: Using Oracle RAC and Java JDBC thin client Connection<br />
If you have Java application and use JDBC to connect to Oracle database, typically you use the following format to connect:<br />
<code>jdbc:oracle:thin:@&lt;HOST&gt;:&lt;PORT&gt;:&lt;SID&gt;</code>However, this would not work if you have Oracle RAC database. Following is the correct JDBC connection string for connecting to a RAC database</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ons-connect-passive-connection-127-0-0-1-6100-missing-connect/' rel='bookmark' title='Permanent Link: Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect'>Resolve [ons-connect] Passive Connection 127.0.0.1,6100 Missing Connect</a></li>
<li><a href='http://www.dbuggr.com/milly/fix-java-sql-sqlrecoverableexception-exception-connection-reset-issue/' rel='bookmark' title='Permanent Link: Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;'>Fix Java.sql.SQLRecoverableException: I/O Exception: Connection Reset Issue on L&#8230;</a></li>
<li><a href='http://www.dbuggr.com/smallwei/running-perl-script-connecting-oracle-database-follow/' rel='bookmark' title='Permanent Link: Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;'>Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Happens when an SQL Statment is Executed?</title>
		<link>http://www.dbuggr.com/suresh-la2010/sql-statment-executed/</link>
		<comments>http://www.dbuggr.com/suresh-la2010/sql-statment-executed/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 06:09:10 +0000</pubDate>
		<dc:creator>softwaretestingqajobs.blogspot.com</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle applications]]></category>
		<category><![CDATA[oracle apps]]></category>
		<category><![CDATA[oracle database]]></category>
		<category><![CDATA[oracle development]]></category>
		<category><![CDATA[qa]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[statement]]></category>
		<category><![CDATA[symantics]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tester]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[trigger]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/suresh-la2010/sql-statment-executed/</guid>
		<description><![CDATA[What happens when an SQL Statment is executed?

No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>What happens when an SQL Statment is executed?</p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/suresh-la2010/sql-statment-executed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolve Symantec Backup Exec Unable to Connect to Oracle Database in Windows</title>
		<link>http://www.dbuggr.com/smallwei/resolve-symantec-backup-exec-unable-connect-oracle-database-windows/</link>
		<comments>http://www.dbuggr.com/smallwei/resolve-symantec-backup-exec-unable-connect-oracle-database-windows/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:01:51 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[resolve]]></category>
		<category><![CDATA[symantec]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/resolve-symantec-backup-exec-unable-connect-oracle-database-windows/</guid>
		<description><![CDATA[Resolve Symantec Backup Exec Unable to connect to Oracle Database in Windows
If you encounter issues connecting to Oracle Database from your Symantec Backup Exec Server, follow the tips below.

Related posts:Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;
Symantec Backup Exec Failure:
Performance Issue with Oracle Database in Windows Server when Running SQL Query



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/running-perl-script-connecting-oracle-database-follow/' rel='bookmark' title='Permanent Link: Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;'>Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;</a></li>
<li><a href='http://www.dbuggr.com/bmowry/symantec-backup-exec-failure/' rel='bookmark' title='Permanent Link: Symantec Backup Exec Failure:'>Symantec Backup Exec Failure:</a></li>
<li><a href='http://www.dbuggr.com/smallwei/performance-issue-oracle-database-windows-server-running-sql-querie/' rel='bookmark' title='Permanent Link: Performance Issue with Oracle Database in Windows Server when Running SQL Query'>Performance Issue with Oracle Database in Windows Server when Running SQL Query</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolve Symantec Backup Exec Unable to connect to Oracle Database in Windows</p>
<p>If you encounter issues connecting to Oracle Database from your Symantec Backup Exec Server, follow the tips below.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/running-perl-script-connecting-oracle-database-follow/' rel='bookmark' title='Permanent Link: Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;'>Resolve &#8220;Couldn&#8217;t Connect to the Database Oracle DEVDB DBUSER &#8211; ORA-12557: TNS&#8230;</a></li>
<li><a href='http://www.dbuggr.com/bmowry/symantec-backup-exec-failure/' rel='bookmark' title='Permanent Link: Symantec Backup Exec Failure:'>Symantec Backup Exec Failure:</a></li>
<li><a href='http://www.dbuggr.com/smallwei/performance-issue-oracle-database-windows-server-running-sql-querie/' rel='bookmark' title='Permanent Link: Performance Issue with Oracle Database in Windows Server when Running SQL Query'>Performance Issue with Oracle Database in Windows Server when Running SQL Query</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/resolve-symantec-backup-exec-unable-connect-oracle-database-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Example on How to Update Field with Corelated Select Subquery in Oracle Database&#8230;</title>
		<link>http://www.dbuggr.com/smallwei/update-field-corelated-select-subquery-oracle/</link>
		<comments>http://www.dbuggr.com/smallwei/update-field-corelated-select-subquery-oracle/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 22:09:22 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[subquery]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/update-field-corelated-select-subquery-oracle/</guid>
		<description><![CDATA[Example on how to update field with corelated select subquery in Oracle database
Here is an example that would update a column based on the value in another table.

Related posts:How to select an Oracle database table from remote database that has CLOB field?
In SQL, how can you select and match more than one column in a [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/select-oracle-database-table-remote-database-clob-field/' rel='bookmark' title='Permanent Link: How to select an Oracle database table from remote database that has CLOB field?'>How to select an Oracle database table from remote database that has CLOB field?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/sql-select-match-column-select/' rel='bookmark' title='Permanent Link: In SQL, how can you select and match more than one column in a sub-select?'>In SQL, how can you select and match more than one column in a sub-select?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/select-distinct-multiple-columns-mysql-oracle/' rel='bookmark' title='Permanent Link: How to Select Distinct Multiple Columns in MySQL and Oracle Database?'>How to Select Distinct Multiple Columns in MySQL and Oracle Database?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Example on how to update field with corelated select subquery in Oracle database</p>
<p>Here is an example that would update a column based on the value in another table.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/select-oracle-database-table-remote-database-clob-field/' rel='bookmark' title='Permanent Link: How to select an Oracle database table from remote database that has CLOB field?'>How to select an Oracle database table from remote database that has CLOB field?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/sql-select-match-column-select/' rel='bookmark' title='Permanent Link: In SQL, how can you select and match more than one column in a sub-select?'>In SQL, how can you select and match more than one column in a sub-select?</a></li>
<li><a href='http://www.dbuggr.com/smallwei/select-distinct-multiple-columns-mysql-oracle/' rel='bookmark' title='Permanent Link: How to Select Distinct Multiple Columns in MySQL and Oracle Database?'>How to Select Distinct Multiple Columns in MySQL and Oracle Database?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/update-field-corelated-select-subquery-oracle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Backup and Restore Oracle Database Using Data Pump or Export/Import</title>
		<link>http://www.dbuggr.com/smallwei/backup-restore-oracle-database-data-pump-export-import/</link>
		<comments>http://www.dbuggr.com/smallwei/backup-restore-oracle-database-data-pump-export-import/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 02:37:23 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/backup-restore-oracle-database-data-pump-export-import/</guid>
		<description><![CDATA[How to Backup and Restore Oracle database using Data Pump or Export/Import
It is always a good idea to have a backup method to backup your data. RMAN can be the primary tool. You can consider using Oracle Data Pump or Export/Import as the backup method depending on how much activities you have on your database.
This [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/milly/simple-commands-export-import-backup-restore-mysql-database/' rel='bookmark' title='Permanent Link: Two Simple Commands to Export and Import (backup and Restore) mysql Database'>Two Simple Commands to Export and Import (backup and Restore) mysql Database</a></li>
<li><a href='http://www.dbuggr.com/smallwei/quick-step-step-summary-oracle-data-pump-export-impo/' rel='bookmark' title='Permanent Link: Step by Step Tutorial on How to Use Oracle Data Pump Export and Import'>Step by Step Tutorial on How to Use Oracle Data Pump Export and Import</a></li>
<li><a href='http://www.dbuggr.com/milly/check-view-show-oracle-data-pump-directory-path/' rel='bookmark' title='Permanent Link: How to Check/View/Show Oracle Data Pump Directory Path'>How to Check/View/Show Oracle Data Pump Directory Path</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Backup and Restore Oracle database using Data Pump or Export/Import</p>
<p>It is always a good idea to have a backup method to backup your data. RMAN can be the primary tool. You can consider using Oracle Data Pump or Export/Import as the backup method depending on how much activities you have on your database.</p>
<p>This article will talk about how you can use Data Pump or Export/Import to backup and restore your database.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/milly/simple-commands-export-import-backup-restore-mysql-database/' rel='bookmark' title='Permanent Link: Two Simple Commands to Export and Import (backup and Restore) mysql Database'>Two Simple Commands to Export and Import (backup and Restore) mysql Database</a></li>
<li><a href='http://www.dbuggr.com/smallwei/quick-step-step-summary-oracle-data-pump-export-impo/' rel='bookmark' title='Permanent Link: Step by Step Tutorial on How to Use Oracle Data Pump Export and Import'>Step by Step Tutorial on How to Use Oracle Data Pump Export and Import</a></li>
<li><a href='http://www.dbuggr.com/milly/check-view-show-oracle-data-pump-directory-path/' rel='bookmark' title='Permanent Link: How to Check/View/Show Oracle Data Pump Directory Path'>How to Check/View/Show Oracle Data Pump Directory Path</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/backup-restore-oracle-database-data-pump-export-import/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resolving ORA-12518: TNS:listener Could Not Hand off Client Connection Error</title>
		<link>http://www.dbuggr.com/milly/resolving-ora-12518-tns-listener-hand-client-connection-error/</link>
		<comments>http://www.dbuggr.com/milly/resolving-ora-12518-tns-listener-hand-client-connection-error/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:12:51 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[listener]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/resolving-ora-12518-tns-listener-hand-client-connection-error/</guid>
		<description><![CDATA[Resolving ORA-12518: TNS:listener could not hand off client connection Error
ORA-12518 occurred while listener handing off the client connection to the server process or dispatcher process. If there is limited resource on the server computer so that it is unable to establish a new connection, or if there is processes limit in the database initialization parameter, [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/' rel='bookmark' title='Permanent Link: Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection'>Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection</a></li>
<li><a href='http://www.dbuggr.com/milly/resolving-oracle-database-ora-12638-error-windows/' rel='bookmark' title='Permanent Link: Resolving Oracle Database ORA-12638 Error in Windows'>Resolving Oracle Database ORA-12638 Error in Windows</a></li>
<li><a href='http://www.dbuggr.com/milly/resolving-oracle-ora-12853-error-windows-server-environment-startup/' rel='bookmark' title='Permanent Link: Resolving Oracle ORA-12853 Error in Windows Server Environment During Startup'>Resolving Oracle ORA-12853 Error in Windows Server Environment During Startup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Resolving ORA-12518: TNS:listener could not hand off client connection Error</p>
<p>ORA-12518 occurred while listener handing off the client connection to the server process or dispatcher process. If there is limited resource on the server computer so that it is unable to establish a new connection, or if there is processes limit in the database initialization parameter, this problem may happen. Follow the tips below to troubleshoot.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/resolve-ora-12505-oracle-rac-java-jdbc-thin-client-connection/' rel='bookmark' title='Permanent Link: Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection'>Resolve ORA-12505: Using Oracle RAC and Java JDBC Thin Client Connection</a></li>
<li><a href='http://www.dbuggr.com/milly/resolving-oracle-database-ora-12638-error-windows/' rel='bookmark' title='Permanent Link: Resolving Oracle Database ORA-12638 Error in Windows'>Resolving Oracle Database ORA-12638 Error in Windows</a></li>
<li><a href='http://www.dbuggr.com/milly/resolving-oracle-ora-12853-error-windows-server-environment-startup/' rel='bookmark' title='Permanent Link: Resolving Oracle ORA-12853 Error in Windows Server Environment During Startup'>Resolving Oracle ORA-12853 Error in Windows Server Environment During Startup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/resolving-ora-12518-tns-listener-hand-client-connection-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</title>
		<link>http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/</link>
		<comments>http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 21:51:24 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlplus]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/</guid>
		<description><![CDATA[How to run/execute SQL script outside of SQLPLUS in Windows DOS command prompt
It is simple to run sql script outside of sqlplus in *nix environment. You can simple add &#8220;@scriptname.sql&#8221; at the end of the sqlplus command. However, if you need to run a sql script outside of sqlplus in Windows, you need a little [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/oracle-sqlplus-issue-commit-exit-quit-command/' rel='bookmark' title='Permanent Link: Does Oracle SQLPLUS Issue Commit when Using Exit or Quit Command?'>Does Oracle SQLPLUS Issue Commit when Using Exit or Quit Command?</a></li>
<li><a href='http://www.dbuggr.com/simon-tite/run-detached-program-daemon-linux-shell-command-line-prompt/' rel='bookmark' title='Permanent Link: Run a Detached Program (daemon) from a Linux Shell Command Line Prompt.'>Run a Detached Program (daemon) from a Linux Shell Command Line Prompt.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to run/execute SQL script outside of SQLPLUS in Windows DOS command prompt</p>
<p>It is simple to run sql script outside of sqlplus in *nix environment. You can simple add &#8220;@scriptname.sql&#8221; at the end of the sqlplus command. However, if you need to run a sql script outside of sqlplus in Windows, you need a little trick to do it &#8220;without&#8221; the need to manually enter &#8220;exit&#8221;</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/oracle-sqlplus-issue-commit-exit-quit-command/' rel='bookmark' title='Permanent Link: Does Oracle SQLPLUS Issue Commit when Using Exit or Quit Command?'>Does Oracle SQLPLUS Issue Commit when Using Exit or Quit Command?</a></li>
<li><a href='http://www.dbuggr.com/simon-tite/run-detached-program-daemon-linux-shell-command-line-prompt/' rel='bookmark' title='Permanent Link: Run a Detached Program (daemon) from a Linux Shell Command Line Prompt.'>Run a Detached Program (daemon) from a Linux Shell Command Line Prompt.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In Oracle How Do You Clone One Tablespace to Another Database Through RMAN?</title>
		<link>http://www.dbuggr.com/ironicdba/oracle-clone-tablespace-database-rman/</link>
		<comments>http://www.dbuggr.com/ironicdba/oracle-clone-tablespace-database-rman/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 04:42:16 +0000</pubDate>
		<dc:creator>ironicdba</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle rman restore]]></category>
		<category><![CDATA[rman]]></category>
		<category><![CDATA[tablespace]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/ironicdba/oracle-clone-tablespace-database-rman/</guid>
		<description><![CDATA[In Oracle how do you clone one tablespace to another database through RMAN?

Related posts:How to Backup and Restore Oracle Database Using Data Pump or Export/Import
Performance Issue with Oracle Database in Windows Server when Running SQL Query
How to select an Oracle database table from remote database that has CLOB field?



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/backup-restore-oracle-database-data-pump-export-import/' rel='bookmark' title='Permanent Link: How to Backup and Restore Oracle Database Using Data Pump or Export/Import'>How to Backup and Restore Oracle Database Using Data Pump or Export/Import</a></li>
<li><a href='http://www.dbuggr.com/smallwei/performance-issue-oracle-database-windows-server-running-sql-querie/' rel='bookmark' title='Permanent Link: Performance Issue with Oracle Database in Windows Server when Running SQL Query'>Performance Issue with Oracle Database in Windows Server when Running SQL Query</a></li>
<li><a href='http://www.dbuggr.com/smallwei/select-oracle-database-table-remote-database-clob-field/' rel='bookmark' title='Permanent Link: How to select an Oracle database table from remote database that has CLOB field?'>How to select an Oracle database table from remote database that has CLOB field?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In Oracle how do you clone one tablespace to another database through RMAN?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/backup-restore-oracle-database-data-pump-export-import/' rel='bookmark' title='Permanent Link: How to Backup and Restore Oracle Database Using Data Pump or Export/Import'>How to Backup and Restore Oracle Database Using Data Pump or Export/Import</a></li>
<li><a href='http://www.dbuggr.com/smallwei/performance-issue-oracle-database-windows-server-running-sql-querie/' rel='bookmark' title='Permanent Link: Performance Issue with Oracle Database in Windows Server when Running SQL Query'>Performance Issue with Oracle Database in Windows Server when Running SQL Query</a></li>
<li><a href='http://www.dbuggr.com/smallwei/select-oracle-database-table-remote-database-clob-field/' rel='bookmark' title='Permanent Link: How to select an Oracle database table from remote database that has CLOB field?'>How to select an Oracle database table from remote database that has CLOB field?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/ironicdba/oracle-clone-tablespace-database-rman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Reset Auto Increment in MySQL</title>
		<link>http://www.dbuggr.com/milly/reset-auto-increment-mysql/</link>
		<comments>http://www.dbuggr.com/milly/reset-auto-increment-mysql/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 02:08:56 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/reset-auto-increment-mysql/</guid>
		<description><![CDATA[How to Reset Auto Increment in MySQL
I have a database table with a auto increment column for primary key. Over time the rows being add and delete many times, and the auto increment value became scattered. If you want to reset the auto increment counter, follow the instruction below.

Related posts:Unable to Connect to MySQL Database [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/unable-connect-mysql-database-phpmyadmin-changing-password/' rel='bookmark' title='Permanent Link: Unable to Connect to MySQL Database Via PHPMyadmin After Changing Password'>Unable to Connect to MySQL Database Via PHPMyadmin After Changing Password</a></li>
<li><a href='http://www.dbuggr.com/smallwei/sql-select-match-column-select/' rel='bookmark' title='Permanent Link: In SQL, how can you select and match more than one column in a sub-select?'>In SQL, how can you select and match more than one column in a sub-select?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/mysql-database-backup-restore-commands/' rel='bookmark' title='Permanent Link: Mysql Database Backup and Restore Commands'>Mysql Database Backup and Restore Commands</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Reset Auto Increment in MySQL</p>
<p>I have a database table with a auto increment column for primary key. Over time the rows being add and delete many times, and the auto increment value became scattered. If you want to reset the auto increment counter, follow the instruction below.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/unable-connect-mysql-database-phpmyadmin-changing-password/' rel='bookmark' title='Permanent Link: Unable to Connect to MySQL Database Via PHPMyadmin After Changing Password'>Unable to Connect to MySQL Database Via PHPMyadmin After Changing Password</a></li>
<li><a href='http://www.dbuggr.com/smallwei/sql-select-match-column-select/' rel='bookmark' title='Permanent Link: In SQL, how can you select and match more than one column in a sub-select?'>In SQL, how can you select and match more than one column in a sub-select?</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/mysql-database-backup-restore-commands/' rel='bookmark' title='Permanent Link: Mysql Database Backup and Restore Commands'>Mysql Database Backup and Restore Commands</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/reset-auto-increment-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
