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-00352: all logs for thread string need to be archived - cannot enable

1 3060

ORA-00353: log corruption near block string change string time string

1 5197

ORA-00354: corrupt redo log block header

1 4539

ORA-00355: change numbers out of order

1 4920

ORA-00356: inconsistent lengths in change description

1 4216

ORA-00357: too many members specified for log file, the maximum is string

1 3669

ORA-00358: Too many file members specified, the maximum is string

1 3569

ORA-00359: logfile group string does not exist

1 5761

ORA-00360: not a logfile member: string

1 6922

ORA-00361: cannot remove last log member string for group string

1 6340

ORA-00362: member is required to form a valid logfile in group string

1 5948

ORA-00363: log is not the archived version

1 3668

ORA-00364: cannot write header to new log member

1 3029

ORA-00365: the specified log is not the correct next log

1 4797

ORA-00366: log string of thread string, checksum error in the file header

1 4205


Un-Answered Questions { Database Errors }

what is the instrument that used in Mechanical Energy??

2680


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

2230


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2212


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

1966


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

2223


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2801


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

2646


NZE-28868: Peer certificate chain check failed.

2799


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

3989


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

2432


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?

2721


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2532


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2870


ORA-26030: index string.string had string partitions made unusable due to:

1941


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1649