<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Oracle Error Messages</title>
<description>All Oracle error related problems</description>
<link>http://www.dbmotive.com/oracle_error_codes.php</link>
<atom:link href="http://www.dbmotive.com/oraerror.rss" rel="self" type="application/rss+xml" />
<item>
<title>Re: Recovery from oradata</title>
<description>&amp;lt;p&amp;gt;is this a Windows pc? If so, check the content of file %ORACLE_HOME%/database/oradim.log for errors.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Also check your </description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12528&amp;type=ORA#25567</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12528&amp;type=ORA#25567</guid>
</item>
<item>
<title>Re: [ODBC Driver Manager] Only SQL_DRIVER_NOPROMPT is allowed when connection pooling is enabled</title>
<description>&amp;lt;p&amp;gt;PS: i have done a TNSPING and the result is :&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12154&amp;type=ORA#25566</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12154&amp;type=ORA#25566</guid>
</item>
<item>
<title>[ODBC Driver Manager] Only SQL_DRIVER_NOPROMPT is allowed when connection pooling is enabled</title>
<description>&amp;lt;p&amp;gt;Hello!&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;I would like some help.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;I use an ODBC connection for an oracle 10 DB.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;When&amp;nbsp;I do a test co</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12154&amp;type=ORA#25565</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12154&amp;type=ORA#25565</guid>
</item>
<item>
<title>Recovery from oradata</title>
<description>&amp;lt;p&amp;gt;Hello,&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;I got a problem in my harddrive so I needed to format everything, but before doing this, I copied the director</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12528&amp;type=ORA#25545</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12528&amp;type=ORA#25545</guid>
</item>
<item>
<title>Re: sql script to monitor and alert session, process and transaction usage in oracle db</title>
<description>&amp;lt;p&amp;gt;That's one way to do it.&amp;nbsp;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;You could also incorporate the gv$resource_limit view:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;select *from gv$resourc</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=20&amp;type=ORA#25525</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=20&amp;type=ORA#25525</guid>
</item>
<item>
<title>sql script to monitor and alert session, process and transaction usage in oracle db</title>
<description>&amp;lt;p&amp;gt;I am looking for a sql script to monitor the usage levels of sessions, processes and transactions in a db instance. If the us</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=20&amp;type=ORA#25505</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=20&amp;type=ORA#25505</guid>
</item>
<item>
<title>TNS-12518 with client connection</title>
<description>&amp;lt;p&amp;gt;&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;#000080&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;1&amp;deg;) resource_limit :&amp;nbsp;&amp;lt;/strong&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
&amp;lt;p&amp;gt;SQL&amp;gt; select * from v$reso</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25485</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25485</guid>
</item>
<item>
<title>Re: Listener problem TNS12518</title>
<description>&amp;lt;p&amp;gt;Can you post the content of:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;select * from v$resouce_limit&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Do you see additional errors in the alert.log file</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25466</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25466</guid>
</item>
<item>
<title>Listener problem TNS12518</title>
<description>&amp;lt;p&amp;gt;So,&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;1&amp;deg;) yes we have enough memory (30 Go) for our databases; my instance is defined with&amp;lt;br /&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25465</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25465</guid>
</item>
<item>
<title>RE: ORA-00054: Resource busy and acquire with NOWAIT specified</title>
<description>&amp;lt;p&amp;gt;Check v$lock and dba_dml_locks and/or dba_ddl_locks to see what is causing the lock.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Helped a lot, it was real pain i</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=54&amp;type=ORA#25446</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=54&amp;type=ORA#25446</guid>
</item>
<item>
<title>Re: Re: Listener problem TNS12518</title>
<description>&amp;lt;p&amp;gt;Do you have enough memory to run 3 database on 1 server?&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;What is the setting of pga_aggregate_target and processes?&amp;lt;/</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25445</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25445</guid>
</item>
<item>
<title>Re: Listener problem TNS12518</title>
<description>&amp;lt;p&amp;gt;
&amp;lt;p&amp;gt;Hi,&amp;nbsp;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;u&amp;gt;1&amp;deg;) there is no restriction in the listener;&amp;lt;/u&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in o</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25425</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25425</guid>
</item>
<item>
<title>Oracle 10G-Not working(oracle not available ora-01034)</title>
<description>&amp;lt;p&amp;gt;I have installed Oracle10G in Linux system.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;I tried to connect to sqlplus using cmd:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;sqlplus / as sys</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25405</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25405</guid>
</item>
<item>
<title>Re: Listener problem TNS12518</title>
<description>&amp;lt;p&amp;gt;Would you happen to have ip restriction in place on the listener?&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Check your $ORACLE_HOME/network/admin/sqlnet.ora fi</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25365</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25365</guid>
</item>
<item>
<title>Re: Re: Database not accessible remotely</title>
<description>&amp;lt;p&amp;gt;I am using an account and password to logon the database remotely. The account has sysdba privs. it is an oracle account.&amp;lt;/p&amp;gt;</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25348</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25348</guid>
</item>
<item>
<title>Date convertion</title>
<description>&amp;lt;p&amp;gt;I am trying to compare two days that are in different format from different tables.&amp;nbsp;Basically&amp;nbsp;I&amp;nbsp;am trying to m</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12702&amp;type=ORA#25346</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12702&amp;type=ORA#25346</guid>
</item>
<item>
<title>Listener problem TNS12518</title>
<description>&amp;lt;p&amp;gt;Hi all,&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;thanks in advance for your help.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;We have a serious problem.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;I have created a database in Orac</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25345</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12518&amp;type=ORA#25345</guid>
</item>
<item>
<title>Re: Re: Re: tns listner failed to start</title>
<description>&amp;lt;p&amp;gt;You reached the internal limit of Windows on a 32-bit system.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;You either have following choices:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;1) Make sure</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=12500&amp;type=ORA#25325</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=12500&amp;type=ORA#25325</guid>
</item>
<item>
<title>Re: Database not accessible remotely</title>
<description>&amp;lt;p&amp;gt;Are you allowed to make remote connections as sysdba?&amp;nbsp;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Are you using a password file?&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;Is remote_os_authe</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25306</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25306</guid>
</item>
<item>
<title>Database not accessible remotely</title>
<description>&amp;lt;p&amp;gt;Hi,&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;&amp;nbsp;&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;I created the database 10.2.0.4. I am able to login the database on server, but i am not able to c</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25285</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1034&amp;type=ORA#25285</guid>
</item>
</channel>
</rss>
