<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>New Oracle Error Messages Explanation</title>
<description>An overview of all new and updated Oracle Error Messages, which helps you to solve all your Oracle problems</description>
<link>http://www.dbmotive.com/oracle_support.php</link>
<atom:link href="http://www.dbmotive.com/oraenewrror.rss" rel="self" type="application/rss+xml" />
<item>
<title>ORA-03291:Invalid truncate option - missing STORAGE keyword</title>
<description>You either misspelled the table name, or you provided an invalid option to the TRUNCATE command:
&amp;lt;pre&amp;gt;
SQL&amp;gt; truncate table plan-table;
  truncate table plan-table
                     *
ERROR at line 1:
ORA-03291: Invalid truncate option - missing S</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=3291&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=3291&amp;type=ORA</guid>
</item>
<item>
<title>ORA-01742:comment not terminated properly</title>
<description>The indicated comment or hint begun with the /* token did not have the terminating */, or there was a spelling mistake.
&amp;lt;br/&amp;gt;
For instance, you put a space between * and /
&amp;lt;br/&amp;gt;
&amp;lt;br/&amp;gt;
You need top roperly terminate the comment or hint with a */.
&amp;lt;br</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1742&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1742&amp;type=ORA</guid>
</item>
<item>
<title>ORA-49601:syntax error: found "": expecting one of: "" etc..</title>
<description>You are trying to set an Oracle event on session or system level, but entered in incorrect or incomplete event string:
&amp;lt;pre&amp;gt;
SQL&amp;gt; alter session set events '10046 trace name off';
ERROR:
ORA-49100: Failed to process event statement [10046 trace name of</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=49601&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=49601&amp;type=ORA</guid>
</item>
<item>
<title>ORA-49100:Failed to process event statement [] </title>
<description>You are trying to set an Oracle event on session or system level, but entered in incorrect or incomplete event string:
&amp;lt;pre&amp;gt;
SQL&amp;gt; alter session set events '10046 trace name off';
ERROR:
ORA-49100: Failed to process event statement [10046 trace name of</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=49100&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=49100&amp;type=ORA</guid>
</item>
<item>
<title>DIM-0)090:SID name is invalid.</title>
<description>You are trying to create a new SID using the oradim command which fails:
&amp;lt;pre&amp;gt;
C:\Temp&amp;gt;oradim -new -sid ORA#1
DIM-00090: SID name is invalid.
&amp;lt;/pre&amp;gt;
The Oracle SID contains invalid characters.&amp;lt;br/&amp;gt;
Stick to alphanumeric an numeric characters.
</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=90&amp;type=DIM</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=90&amp;type=DIM</guid>
</item>
<item>
<title>ORA-0)065:initialization of FIXED_DATE failed</title>
<description>The FIXED_DATE string was not in date format yyyy-mm-dd:hh24:mi:ss.&amp;lt;br/&amp;gt;
Make sure the initialization parameter is in the correct date format.&amp;lt;br/&amp;gt;
&amp;lt;br/&amp;gt;
You will see following message when you try to startup the database using a pfile:
&amp;lt;pre&amp;gt;
SQL&amp;gt; st</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=65&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=65&amp;type=ORA</guid>
</item>
<item>
<title>ORA-32010:cannot find entry to delete in SPFILE</title>
<description>The SPFILE did not contain the sid.parameter entry.&amp;lt;br/&amp;gt;
Change the sid and/or the parameter.&amp;lt;br/&amp;gt;
&amp;lt;br/&amp;gt;
First we're going to set a parameter in the spfile.&amp;lt;br/&amp;gt;
Because we do not specify an instance, it will be valid for all instances:
&amp;lt;pre&amp;gt;
SQL&amp;gt; a</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=32010&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=32010&amp;type=ORA</guid>
</item>
<item>
<title>ORA-01756:quoted string not properly terminated</title>
<description>You started a string with the single quote syntax, but forgot to close the string again with a single quote:
&amp;lt;pre&amp;gt;
SQL&amp;gt; select value from nls_session_parameters where parameter='NLS_DATE_FORMAT;
ERROR:
ORA-01756: quoted string not properly terminated</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1756&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1756&amp;type=ORA</guid>
</item>
<item>
<title>ORA-02078:invalid setting for ALTER SYSTEM FIXED_DATE</title>
<description>You are trying to set the parameter fixed_date to a certain value, but the value is incorrect.&amp;lt;br/&amp;gt;
Probably it is an incorrect date:
&amp;lt;pre&amp;gt;
SQL&amp;gt; alter system set fixed_date='2010-06-32';
alter system set fixed_date='2010-06-32'
                      </description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=2078&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=2078&amp;type=ORA</guid>
</item>
<item>
<title>ORA-01081:cannot start already-running ORACLE - shut it down first</title>
<description>You are trying to start a database which is already running.&amp;lt;br/&amp;gt;
&amp;lt;br/&amp;gt;
&amp;lt;pre&amp;gt;
SQL&amp;gt; startup
ORACLE instance started.

Total System Global Area  167387136 bytes
Fixed Size                  1373320 bytes
Variable Size             134220664 bytes
Dat</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1081&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1081&amp;type=ORA</guid>
</item>
<item>
<title>ORA-01100:database already mounted</title>
<description>A database is already mounted in this instance.&amp;lt;br/&amp;gt;

&amp;lt;pre&amp;gt;
SQL&amp;gt; startup mount
ORACLE instance started.

Total System Global Area  167387136 bytes
Fixed Size                  1373320 bytes
Variable Size             134220664 bytes
Database Buffer</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1100&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1100&amp;type=ORA</guid>
</item>
<item>
<title>ORA-16196:database has been previously opened and closed</title>
<description>You try to open the database, but is has been closed already in the lifespan of the instance.&amp;lt;br/&amp;gt;
Opening and closing is only allowed once.&amp;lt;br/&amp;gt;
In order to reopen the database, first shut it down.
&amp;lt;pre&amp;gt;
SQL&amp;gt; alter database close;

Database altered</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=16196&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=16196&amp;type=ORA</guid>
</item>
<item>
<title>ORA-01531:a database already open by the instance</title>
<description>During ALTER DATABASE, an attempt was made to open a database on an instance for which there is already an open database.&amp;lt;br/&amp;gt;
If you wish to open a new database on the instance, first shutdown the instance and then startup the instance and retry the ope</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=1531&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=1531&amp;type=ORA</guid>
</item>
<item>
<title>ORA-02288:invalid OPEN mode</title>
<description> *Cause:  A token other than RESETLOGS appears following&amp;lt;br/&amp;gt;	   ALTER DATABASE &amp;lt;name&amp;gt; OPEN.&amp;lt;br/&amp;gt; *Action:  Either nothing or RESETLOGS should be placed following OPEN.&amp;lt;br/&amp;gt;
You have specified an invalid open mode for the &amp;lt;strong&amp;gt;alter database open&amp;lt;/str</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=2288&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=2288&amp;type=ORA</guid>
</item>
<item>
<title>ORA-02304:invalid object identifier literal</title>
<description></description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=2304&amp;type=ORA</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=2304&amp;type=ORA</guid>
</item>
<item>
<title>IMP-0)017:following statement failed with ORACLE error %lu:</title>
<description>You are trying to import an Oracle export file, but an Oracle error was encountered.&amp;lt;br/&amp;gt;
Lookup the &amp;quot;real&amp;quot; Oracle error as indicated in the error message and make corrective actions.&amp;lt;br/&amp;gt;
eg:
&amp;lt;pre&amp;gt;
C:\Temp&amp;gt;imp userid=imp1/imp1 file=expSYSTEM1.dmp fro</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=17&amp;type=IMP</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=17&amp;type=IMP</guid>
</item>
<item>
<title>IMP-0)0)3:ORACLE error %lu encountered</title>
<description>You are trying to import an Oracle export file, but an Oracle error was encountered.&amp;lt;br/&amp;gt;
Lookup the &amp;quot;real&amp;quot; Oracle error as indicated in the error message and make corrective actions.&amp;lt;br/&amp;gt;
eg:
&amp;lt;pre&amp;gt;
C:\Temp&amp;gt;imp userid=imp1/imp1 file=expSYSTEM1.dmp fro</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=3&amp;type=IMP</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=3&amp;type=IMP</guid>
</item>
<item>
<title>IMP-0)0)9:abnormal end of export file</title>
<description>The export file is probably from an aborted Export session. &amp;lt;br/&amp;gt;
If so, retry the export and import. &amp;lt;br/&amp;gt;
&amp;lt;br/&amp;gt;
Another possibility is that the export file was transferred incorrectly, for instance a ascii ftp was performed instead of a binary.&amp;lt;br/&amp;gt;</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=9&amp;type=IMP</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=9&amp;type=IMP</guid>
</item>
<item>
<title>EXP-0)085:The previous problem occurred when calling %s.%s.%s for object %lu</title>
<description>You are doing an export which failed.&amp;lt;br/&amp;gt;
For example, we did an export which did not have grant for a specific object:
&amp;lt;pre&amp;gt;
&amp;lt;a href=&amp;quot;/oracle_error_codes.php?type=EXP&amp;errcode=8&amp;quot;&amp;gt;EXP-00008&amp;lt;/a&amp;gt;: ORACLE error 1031 encountered
&amp;lt;a href=&amp;quot;/oracle_error_cod</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=85&amp;type=EXP</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=85&amp;type=EXP</guid>
</item>
<item>
<title>EXP-0)0)8:ORACLE error %lu encountered</title>
<description>You are doing an export which failed.&amp;lt;br/&amp;gt;
The first error in the list is EXP-00008, which basically tell what &amp;quot;real&amp;quot; Oracle error occurred.&amp;lt;br/&amp;gt;
For example, we did an export which did not have grant for a specific object:
&amp;lt;pre&amp;gt;
EXP-00008: ORACLE err</description>
<link>http://www.dbmotive.com/oracle_error_codes.php?errcode=8&amp;type=EXP</link>
<guid>http://www.dbmotive.com/oracle_error_codes.php?errcode=8&amp;type=EXP</guid>
</item>
</channel>
</rss>

