Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-09787: sllfop: unrecognizable processing option, incorrect format.

1 2959

ORA-09788: sllfrb: unable to read file.

1 2970

ORA-09789: sllfsk: unable to read file.

1 2935

ORA-09790: sllfcf: unable to close file.

1 3050

ORA-09791: slembdf: translation error, unable to translate error file name.

1 3151

ORA-09792: sllfop: cannot allocate read buffer.

1 2928

ORA-09793: szguns: length of user name is greater than buffer.

1 2670

ORA-09794: szrbuild: length of role name is greater than buffer.

1 2721

ORA-09795: szrbuild: malloc of role structure failed.

1 3735

ORA-09796: szrbuild: malloc of role name failed.

1 3154

ORA-09797: Failed to get O/S MAC privileges.

1 2737

ORA-09798: Label comparison failed.

2 3533

ORA-09799: File label retrieval failed.

1 2704

ORA-09800: Process sensitivity label retrieval failed.

1 3218

ORA-09801: Unable to get user ID from connection

1 2909


Un-Answered Questions { Database Errors }

ORA-26076: cannot set or reset value after direct path structure is allocated

2035


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2763


IMG-02003: 2FF03 - incorrect color histogram feature specification

1767


ORA-26079: file "string" is not part of table string.string

2004


What is the meaning of lock escalation and why/how to stop this?

2712


When do you get "getwmicomexception"?

2734


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2582


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(); } } }

2714


ORA-16627: No standby databases support the overall protection mode.

4040


What is SCD (Slowly Changing Dimensions)? What are its types?

2715


What severity level errors are managed in TRY-CATCH block?

2268


NZE-28868: Peer certificate chain check failed.

2865


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2853


NZE-28890: Entrust Login Failed

1932


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2518