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-01072: cannot stop ORACLE; ORACLE not running

1 3162

ORA-01073: fatal connection error: unrecognized call type

1 3220

ORA-01074: cannot shut down ORACLE; inside a login session - log off first

1 3406

ORA-01075: you are currently logged on

1 8289

ORA-01076: multiple logons per process not yet supported

1 3089

ORA-01077: background process initialization failure

1 3615

ORA-01078: failure in processing system parameters

1 3691

ORA-01079: ORACLE database was not properly created, operation aborted

1 12704

ORA-01080: error in shutting down ORACLE

1 4485

ORA-01081: cannot start already-running ORACLE - shut it down first

1 11885

ORA-01082: 'row_locking = always' requires the transaction processing option

1 3299

ORA-01083: value of parameter "string" is inconsistent with that of other instances

1 2902

ORA-01084: invalid argument in OCI call

4 23282

ORA-01085: preceding errors in deferred rpc to "string.string.string"

1 2761

ORA-01086: savepoint 'string' never established

1 9203


Un-Answered Questions { Database Errors }

IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1671


What is Mutex error in Triggers?

3130


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

2715


IMP-00070: Lob definitions in dump file are inconsistent with database.

1801


ORA-26032: index string.string loading aborted after string keys

2182


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2300


mount: mount to NFS server failed: System Error: Connection timed out

3714


ORA-26028: index string.string initially in unusable state

3916


What is the use of NOLOCK locking hint?

1837


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3440


When do you get "getwmicomexception"?

2735


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2868


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?

2768


What is live lock, deadlock and what is Lock escalation?

2502


what is the instrument that used in Mechanical Energy??

2741