Oracle Errors (16400)
SQLServer Errors (35)
MySQL Errors (11) ORA-36402: (XSSPROP03) The property '$string' requires a leading "$" because it is a system-reserved property name.
1 2799ORA-36403: (XSBADSPROP) number is an illegal value for system-reserved property string on workspace object.
1 2665ORA-36608: (XSAGHOVERFLOW) The depth of the hierarchies encountered while processing a composite dimension in AGGREGATE caused a counter overflow.
1 3034ORA-36610: (XSLMS00) Unable to locate a message file for product 'value' and facility 'value'.
1 2904ORA-36612: (XSLMS01) An application attempted to retrieve a non-existent user message. (Product: value, Facility: value, Message Number: value)
1 2630ORA-36614: (XSLMS02) string attempted to retrieve a nonexistent user message. (Message number number)
1 3284ORA-36628: (XSAGMODLIST03) MODEL workspace object could not be added to AGGMAP workspace object.
1 2955ORA-36630: (XSDUNION00) An empty base dimension list was specified in the concat dimension definition.
1 2552ORA-36632: (XSDUNION01) The concat dimension workspace object is not currently defined as UNIQUE.
1 3075ORA-36634: (XSDUNION02) INTEGER dimension workspace object cannot be used as a concat dimension base.
1 2976ORA-36635: (XSDUNION03) The base dimension workspace object has an invalid datatype for use in a UNIQUE concat definition.
1 2858ORA-36636: (XSDUNION04) The unique concat dimension workspace object cannot be changed to NOT UNIQUE, because it is a base of at least one other unique concat dimension.
1 2678ORA-36637: (XSDUNION05) The concat dimension cannot be defined as UNIQUE because it has a non-unique concat base dimension workspace object.
1 2798ORA-36638: (XSDUNION17) Concat dimension workspace object cannot be changed to UNIQUE because it has a non-unique concat base dimension workspace object.
1 3186ORA-36639: (XSDUNION18) UNIQUE cannot be applied to this concat dimension because leaves workspace object and workspace object share the value number.
1 2976
ORA-26029: index string.string partition string initially in unusable state
ORA-26095: unprocessed stream data exists
how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board
What is live lock, deadlock and what is Lock escalation?
write a database figure to implement the master detained relationship.
hp asking for replication floppy to do reinstall 25254 server assistant
What is the meaning of lock escalation and why/how to stop this?
ORA-26030: index string.string had string partitions made unusable due to:
When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.
I have written the code as below. here problem is that dt remain null. how to solve thst please tell me. public partial class Form1 : Form { private DataTable DTable; private DataRow drow; public Form1() { InitializeComponent(); } private OleDbConnection getConnection() { OleDbConnection con=new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\winApp for Student\winApp for Student\App_Data\SchooMgnSystem.mdb;Persist Security Info=True"); return con; } private void button1_Click(object sender, EventArgs e) { InsertData(); } private void InsertData() { if (DTable==null) { DTable = new DataTable(); DTable.Columns.Add("StudID", typeof(string)); DTable.Columns.Add("StudName", typeof (string)); DTable.Columns.Add("Address", typeof(string)); drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } else { drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } } private void button2_Click(object sender, EventArgs e) { string cmdstr; OleDbCommand cmd; OleDbConnection con = getConnection(); foreach (DataRow Drow in DTable.Rows) { cmdstr = "Insert into Student values('" + drow[0].ToString() + "','" + drow[1].ToString() + "','"+drow [2].ToString()+"')"; cmd = new OleDbCommand(cmdstr,con); try { con.Open(); cmd.ExecuteNonQuery(); } catch (Exception ex) { MessageBox.Show(ex.Message); } finally { con.Close(); } } }
IMG-02003: 2FF03 - incorrect color histogram feature specification
RMAN-05017: no copy of datafile number found to recover
NZE-28890: Entrust Login Failed
ORA-16627: No standby databases support the overall protection mode.
What is the use of NOLOCK locking hint?